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…
ASP.NET 4.0 introduced inbuilt chart controls features. This Chart control has several types like Line, Column, Pie etc. In this…
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…
In this tips I will discuss how you can customize the rendering of ASP.NET CheckBoxList control with images. Let’s consider…
During Development of the application/product or after deployment of the application/product there might be a situation where you want to…