You can download all the MIX11 Videos in Single click from here. This has got nice Silverlight interface to select your desired files and click on Download. Since Silverlight has some security restriction, so this download button will just create a batch file in you system. To run this batch file...
Saturday, 23 April 2011
Friday, 22 April 2011
Custom Configuration Sections in app.config or web.config
There are certain scenarios where we need to define our own custom configuration section. I have recently faced one where I had to Store the key value pairs as given below.Download Full Source Code<FilterHashKey> <FilterKeys> <add key="722ACP" value="722ACP" /> <add key="722ARI" value="722ARI" /> <add key="722BIA" value="722BIA" /> <add key="722MHI" value="722MHI"...
Tuesday, 5 April 2011
Silverlight 5 Roadmap Announced
I know it's too late to publish this post, by this time most of you guys must be already aware of this. But anyways for those who are not much aware of the updates you can refer to this. Beta release of Silverlight 5 is expected for spring 2011, and the final release for the end of 2011.I won't re-post the list of planned features here. You can get all the details on Scott Guthrie's bl...