Vikas’s Blog

Vikas’s Blog

Follow
Follow
homeWebsiteUser ExperienceProductivityAboutSupport Mebadgesnewsletter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

Everything You Need To Know About Windows 11

Jun 26, 20216 min read

New Features, Price, System Requirements & Release Date - Everything You Need To Know About Windows 11 · Windows 11 is Official! Microsoft officially...

Everything You Need To Know About Windows 11

Add Watermark/Placeholder Text Using Behavior In XAML

Jun 18, 20212 min read

As I mentioned in my last article, there is no direct way to set Watermark/Placeholder Text to WPF TextBoxes. However, many times we may need to add a...

Add Watermark/Placeholder Text Using Behavior In XAML

How To Create A Watermark/Placeholder Text Using Behavior In WPF

Jun 17, 20212 min read

As we know in WPF there is no direct way to set Watermark to a TextBox. However, many times we may need to add a watermark to improve the user...

How To Create A Watermark/Placeholder Text Using Behavior In WPF

Mistakes That Kill Your Productivity

Jun 16, 20211 min read

⏺ Doing too much multi-tasking ⏺ Skipping breakfast and morning hydration ⏺ Not prioritizing calm ⏺ Starting the day in 'reactive mode'...

Mistakes That Kill Your Productivity

Credit Card Formatting Using IValueConverter In XAML

Jun 15, 20212 min read

As I mentioned in my last article, when you are designing UI, sometimes you may find a scenario where you need to transform an user entered value to...

Credit Card Formatting Using IValueConverter In XAML

How To Create A Value Converter Using IValueConverter In WPF

Jun 14, 20212 min read

When you design UI, sometimes you may find a scenario where you need to transform a value before it reaches its destination or back to its source...

How To Create A Value Converter Using IValueConverter In WPF