Posts tagged with "ASP.NET MVC" - Page 2

Book review - ASP.NET MVC 1.0 Quickly

Jul 3, 2009

I had the pleasure to read ASP.NET MVC 1.0 Quickly from another ASP.NET MVP and blogger, Maarten Balliauw published by Packt Publishing.

The book is a quick overview of 191 pages covering all the different aspects of ASP.NET MVC 1.0. It ends with three appendix, a sample application CarTrackr, ASP.NET MVC Mock Helpers and Useful links and Open Source Projects, for a total of 231 pages.

Continue reading

And now ASP.NET MVC Beta is here!

Oct 16, 2008

What a week just before Microsoft PDC 2008! After Silverlight 2 release it is the turn of ASP.NET Framework to be released in Beta.

The ASP.NET MVC Beta release provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 runtime. This means that developers can take advantage of the MVC design patterns to create their Web Applications which includes the ability to achieve and maintain a clear separation of concerns (the UI or view from the business and application logic and backend data), as well as facilitate test driven development (TDD). The ASP.NET MVC framework defines a specific pattern to the Web Application folder structure and provides a controller base-class to handle and process requests for “actions”. Developers can take advantage of the specific Visual Studio 2008 MVC templates within this release to create their Web applications, which includes the ability to select a specific Unit Test structure to accompany their Web Application development.

Continue reading

Page 2 of 2