Enterprise Library 5.0 & Unity 2.1(Dependency Injection Container) for Silverlight and Enterprise Library 5.0 Optional Update 1 for .NET(ASP.NET,WinForms)
Microsoft has recently released few updates for Microsoft Enterprise Library 5.0 (A collection of reusable application blocks(logging,caching, cryptography, data access etc) for .NET. One of the interesting part of these releases are Enterprise…
Microsoft Tech∙Ed India 2011 – ON THE ROAD, Hyderabad- on 22nd May 2011
Microsoft INDIA has announced Microsoft Tech∙Ed on the Road at Hyderabad, where microsoft put together the best sessions from Tech∙Ed India 2011 and bring them to our Hyderabad. These events are…
What is METRO on Windows Phone 7?
Introduction My intention with this article is to clarify the doubts among the .NET programmers having a misconcept about Windows Phone 7 and Metro. When people first hear about METRO,…
Visual Studio 2010 Service Pack 1 and Hardware Rendering/acceleration
Microsoft Visual Studio 2010 RTM was released on 12-APR-2010, 1 year completed as of now. The major change of VS2010 was that it is a completely reworked and is completely…
Future of Windows Phone 7
Windows Phone 7 been recognized as one of the major release by Microsoft, just like the way Windows 7 win the hearts of millions of Windows 7 users around the…
Sorting a List in ASC/DESC order using LINQ
Most of the developers are unaware of the capabilities of .NET 3.5 and above. Still going for old way of sorting calling List.Sort and implementing a delegate or lambda expression…