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 β†’

SubSonic The ORM tool for .NET

Some of you might be familiar with SubSonic. I thought of writing a simple introduction to SubSonic here. What is SubSonic ? In simple words a tool/libraby builds the .NET data access classes instantly against the database you have mentioned in a configuration file. It’s uses ORM ( Object Relational Mapping) mechanism to auto-magically (not […]

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 β†’