Accessing local assemblies in XAML
If you are new to WPF, you must know that XAML can define or declare any object under your local…
If you are new to WPF, you must know that XAML can define or declare any object under your local…
If you are thinking to build a control and apply the same to more than one place, you can take…
Windows Forms can be hosted inside a WPF application using WindowsFormHost. In this post I will show how easily you…
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…
It is interesting that Nulls actually follows object hierarchy. That means the object of a class which is the most…
.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…