Visual Studio
Visual Studio 2010 RC – Cool New Features
I have been using Visual Studio 2010 Release Candidate and there are few cool things that I am pleasantly surprised about. I have list a few off the top of my head. See my list below – with pictures. Sequence Diagram Generation I find this to be a life saver. I don’t know about [...]
WPF Commanding
WPF Commanding: The Basics Commanding in WPF is unlike your traditional events in Winforms. Commands were primarily designed to be used at the application level, but they have become one of the most popular features among developers when it comes to UI programming (we tend to use them more than they should be). Commands enable [...]