Use x:Shared to write your FrameworkElements directly as Resource
We all know that StaticResource works mainly with Freezables in WPF. You cannot define a resource like a Button or…
We all know that StaticResource works mainly with Freezables in WPF. You cannot define a resource like a Button or…
If you have worked with WPF 3.5 before, you know that declaring a normal image in your code will render…
Note: Split function has more no of overload method but the below two I found useful. You may found other…
In this small post I am going to discuss about the new method introduce in the .net framework ForEach which…
It is interesting that Nulls actually follows object hierarchy. That means the object of a class which is the most…
During Development of the application/product or after deployment of the application/product there might be a situation where you want to…
.NET 4.0 comes with lots of new features. Some relates to Technology while other relates to language enhancements. The huge…
If you literally think of variance, you would say variance is a concept in which if one data varies at…