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 →Category: All
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 →Tech Presentation Tips – Checklists for an effective presentation
Today I came across an article by Phil Haack through his tweet. The article is Presentation Tips Learned From My (Many) Mistakes . A good informative article by Phil, by the way may of you know him through his blog http://haacked.com. Phil has shared his past experiences and mistakes he done while doing Technical presentations. […]
Read more →How to Download MIX 2011 Videos
Scott Hanselman has shared a nice article on how to download the videos of MIX2011 – Conference LAS VEGAS, happened last week. These are good presentations about Windows Phone 7, MVC, Silverlight 5, XBOX, and Azure.. Don’t miss it!! Read through the link Mix 2011 Videos – article by Scott Hanselman Thanks Scott!! for such […]
Read more →HTML5 – Introduction to HTML5Shiv for Internet Explorer 6/7/8
HTML5Shiv is a JavaScript workaround, discovered by Sjoerd Visscher, to enable support styling of HTML5 elements in versions of Internet Explorer prior to version 9.0, which do not allow unknown elements to be styled without JavaScript. Means your CSS classes and attributes will not be applied to the particular HTML5 specific display element, until and […]
Read more →Windows Phone – Downloading and Sideloading Apps from SDCard
With Windows Phone 8 and new Windows Phone store – Microsoft has introduced the support for Manually download the .XAP files and install the application from an SDCard(Memory card). Follow the steps: Step 1: Windows Phone store will have an additional option ‘Download and install manually’ for each application [Similar to the screen shot given […]
Read more →