Microsoft has announced that, they released the source code to ASP.NET MVC 2 under the Ms-PL license, an OSI approved Open Source license. To Get the source! To grab the source code, visit the ASP.NET MVC 2 RTM Download Details page and look for the file named mvc2-ms-pl.zip. Cool to know.. ๐ ..So that we can […]
Read more โASP.NET MVC 2 RTM (Final Version) Released
I am happy to announce that Microsoft has released ASP.NET MVC 2 RTM yesterday(03/10/2010).. A long awaited release.. cool. ASP.NET MVC 2 provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 SP1 runtime. ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller […]
Read more โASP.NET Webforms vs ASP.NET MVC
I thought about writing on this subject when i felt lots of people are confused about ASP.NET MVC. Some really asks why we need MVC when we have asp.net webforms. I know most of them never followed any other architecture other than 3 tier. Most of them 3 tier is life. They considers 3-tier is […]
Read more โWindows Azure and WCF Azure Code Samples
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 โ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 โ