Posts Tagged ‘decision’
ASP.NET MVC – Is The Grass Really Greener?
There are three ways now to write a web site in ASP.NET:
- Use Classic ASP model with everything in the ASPX file and only use HTML controls without the runat=”server” attribute
- Use the Web Forms model
- Use the new ASP.NET MVC model
Each have their own benefits that need to be weighed carefully prior to moving forward with a design. So what does MVC give us that we didn’t already have in either classic ASP or Web Forms?