Location: .NET trackTime: 2007-11-13 10.00Level: Intermediate
|
|
Matt Gibbs, Microsoft ,USAMatt Gibbs is a Development Manager on the UI Framework and Services team at Microsoft. His team is responsible for ASP.NET AJAX and parts of Silverlight. Matt has been working on the Microsoft web development platform since 1997. He has received degrees in Computer Science from theUniversityofWashingtonand the UniversityofUtah. He has also co-authored several books on classic ASP, ASP.NET, the ASP.NET Mobile Controls and AJAX. He lives in Redmond with his wife and three children.
|
|
Introduction to the new ASP.NET Model View Controller (MVC) FrameworkA benefit of the MVC architectural style is that it promotes a clean separation of concerns between the models, views and controllers within an application. In the near future, ASP.NET will include support for developing web applications using an MVC based architecture. The ASP.NET MVC Framework is designed to support building applications with the following: · Testability - Red/Green test driven development. · Maintainability - with clear separation of concerns · Extensibility - Interfaces allow plugging in custom implementations at all levels. · Web Standards and cleaner URLs - includes routing and gives developers tight control over the resulting HTML.
|