If you ever tried to automate your build process from commandline then here is easy way to compile your solution @echo off SET PROGRAM_32BIT=%ProgramFiles% if not "%ProgramFiles(x86)%" == "" set PROGRAM_32BIT=%ProgramFiles(x86)% ::TODO: I have this sample for VS2010 but change it …

How to compile Visual Studio Solution from commandline and check status in DOS BAT file Read more »

Many peple have this question. What are Differences between WPF (Windows Presentation Foundation) and SilverLight There is a real good White Papaer on CodePlex (See Link Below) http://wpfslguidance.codeplex.com/releases/view/30311 But to summerize whole story I am writing this post… Hope you …

WPF vs Silverlight – Similarities and Differences Read more »

Large collection of Microsoft e-Books are available to download in PDF format E-Book Collection-1 http://blogs.msdn.com/b/mssmallbiz/archive/2012/07/27/large-collection-of-free-microsoft-ebooks-for-you-including-sharepoint-visual-studio-windows-phone-windows-8-office-365-office-2010-sql-server-2012-azure-and-more.aspx E-Book Collection-2 http://blogs.msdn.com/b/mssmallbiz/archive/2012/07/30/another-large-collection-of-free-microsoft-ebooks-and-resource-kits-for-you-including-sharepoint-2013-office-2013-office-365-duet-2-0-azure-cloud-windows-phone-lync-dynamics-crm-and-more.aspx?wa=wsignin1.0 Enjoy!!! Collection 1 Moving to Microsoft Visual Studio 2010 Programming Windows 8 Apps Programming Windows Phone 7 Programming Windows Phone 7 (Special …

Microsoft Free E-books in PDF format Read more »

I get this question many times. And this question starts religious war… My language is better than yours !!! Lets not get into what language is better than other.  Lets talk whats the strategy Microsoft’s Compiler  Services division heading towards Microsoft …

VB.net or C# – Which language should you pick for future Read more »