Collection Initializers in .NET
Many of you have used property initializers in your code. Object initializers and property initializers are common operations of every…
Many of you have used property initializers in your code. Object initializers and property initializers are common operations of every…
TypeDescriptor is a static sealed class which makes the starting point of the API. It exposes information of the object…
WPF comes with lots of fun and advantages. We can change the look and behavior of a control very easily…
.NET 2010 comes with lots of new features. Some relates to Technology while other relates to language enhancements. The huge…
Do you know C# 3.5 and above allows you to create anonymous types using Automatic Property initializers ? Yes, you…
With the introduction of MVVM pattern and WPF code structure, we have gradually mould ourselves to separate our presentation layer…
If you are building a WPF application with lots of animation inside it, may be some of which runs forever,…
Animation in WPF application has few major hurdles when it is not used in optimally. For public applications, you need…