Microsoft is hard at work, making the next release (3.6) of the Eclipse Integrated Development Tool (IDE) a first-class citizen on Windows 7. In partnership with Tasktop Technologies, the Redmond company has been contributing code to Eclipse in an effort to tailor the IDE to Windows 7. In the video embedded at the bottom of […]
Read more โMonth: March 2011
Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 RTM
Most of the organizations/developers who have developed/developing applications in ASP.NET MVC 1.0, would want a direct upgrade to ASP.NET MVC 2.0 RTM. Right now microsoft has n’t given direct support to upgrade ASP.NET MVC 1.0 applications to ASP.NET MVC 2.0 applications. Previously i blog about a Custom Tool which helps in converting ASP.NET MVC 1.0 […]
Read more โASP.NET MVC 2 Feature set
ASP.NET Mvc 2 is a major release to ASP.NET MVC framwork, it has included some of the functionalities people were expected to be missing from ASP.NET MVC 1.0. One of the main missing part i found while i doing the implementation project on MVC was. it was lacking Areas support. But i have found few […]
Read more โASP.NET MVC 2 source code released under MS-PL License
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 โ