- // Posted on Dec 11, 2007 by
Danny
-
Comments (0)
There is a great post on Eilon Lipton's Blog LeftSlipper that discusses the design philosophy of the recently released ASP.NET MVC CTP. He goes into detail about the request flow in ASP.NET MVC (see image below), URL Routing, the framework's flexibility, and even fun facts about this release.
One little tid-bit that I found interesting was that the CTP unit test code coverage was at 93%, which would explain the discovery of a few bugs in this release. Thanks to community interaction these bugs are being uncovered and reported. Troy Goode over at SquaredRoot has already reported (2) issues that have been acknowledged by ScottGu and his team:
- MVC Complaint- Checkboxes
- MVC Bug- Broken Codebehind
ASP.NET MVC Request Flow
