I came across the microsoft code samples on Windows Azure and WCF Azure application development using Visual Studio. I thought this would be useful to others and posting here. Windows Azure Code Samples http://code.msdn.microsoft.com/windowsazuresamples WCF Azure Samples http://code.msdn.microsoft.com/wcfazure Windows Azure Management Tool (MMC) http://code.msdn.microsoft.com/windowsazuremmc Bid Now Sample http://code.msdn.microsoft.com/bidnowsample Contoso Cycles Contoso Cycles shows how the […]
Read more โMonth: March 2011
Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2
There were many questions around the web, how can we directly upgrade the ASP.NET MVC 1.0 application to ASP.NET MVC 2.0. I have found on Phil Haack’s post that VS 2010 RTM will include an automatic upgrader for MVC 1.0 applications. He notified about a 3rd party tool on the Eilon Lipto’s blog . He provided […]
Read more โASP.NET MVC 2 RC 2 is out
Release Candidate 2 of most awaited ASP.NET MVC 2 is out on 4th Feb 2010.. This release includes updates and bug fixes and new functionality additions.. Version: 2 Date Published: 2/4/2010 Language: English Download Size: 107 KB – 2.6 MB* Download ASP.NET MVC 2.0 Release Candidate 2 New Features in RC 2 Default validation system validates entire […]
Read more โIntroduction to Silverlight
Silverlight enables development of the next generation of Microsoft .NET-based media experiences and rich interactive applications (RIAs) for the Web. Silverlight is delivered as a cross-platform and cross-browser plug-in that exposes a programming framework and features that are a subset of the .NET Framework and Windows Presentation Foundation (WPF). Silverlight is there with us since […]
Read more โSilverlight 4 Training Kit from Microsoft
Silverlight 4 Training Kit The Silverlight 4 Training Course includes hands-on-labs, a video and a whitepaper designed to help you learn about the new features in Silverlight 4 focusing on three major areas: Enabling Business Application Development, Empowering Richer Experiences and Moving Beyond the Browser. Some of the new highly anticipated features include Printing, WebCam […]
Read more โASP.NET MVC 2 – Areas Support
ASP.NET MVC 2 introduces the concept of Areas. Areas provide a means of dividing a large web application into multiple projects, each of which can be developed in relative isolation. The goal of this feature is to help manage complexity when developing a large site by factoring the site into multiple projects, which get combined […]
Read more โ