Released: Windows Phone 7 Developer Tools Update & Other Updates

There are few updates from Microsoft for Windows Phone 7 Developer Tools Update, Windows Azure, & Windows Phone 7 Training Kit for Developers – RTM Refresh. Check it out. Windows Phone Developer Tools January 2011 Update January 2011 Update to the Windows Phone Developer Tools providing bug fixes, a new emulator, and utilities. This update […]

Read more โ†’

Microsoft TechEd-2011 – On the Road – Hyderabad is over #in

Hi All; We had a nice learning session as part of TechEd-2011 On the Road – Hyderabad  @ Microsoft India Development Center. The sessions started with Shravan’s  session about “Exploring ASP.NET MVC 3” which was an interesting session discussing  about What is new in ASP.NET MVC 3 and ASP.NET MVC 3 tools update. After the […]

Read more โ†’

ASP.NET MVC 3 Release Candidate

ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The latest Release Candidate of ASP.NET MVC 3.0 for Visual studio 2010 has releaded.  Download latest ASP.NET MVC 3 – RC – Release Candidate

Read more โ†’

Released: ASP.NET MVC 3 RTM

Microsoft has released the final version of ASP.NET MVC 3 RTM (Release-To-Manufacture) on 01/12/2011. ASP.NET MVC 3 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic […]

Read more โ†’

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 not only about content and sessions – they also provide an opportunity for you to interact with and have your questions answered by the very […]

Read more โ†’

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 to specify the sort expression.  But the slight problem is what you will do for “ASCENDING”  and “DESCENDING” order sorting. You have to specify the […]

Read more โ†’