InfoQ

News

Scott Guthrie announces ASP.NET MVC Framework at the ALT.NET Conference

Posted by Robert Bazinet on Oct 11, 2007 10:56 AM

Community
.NET
Topics
Web Frameworks,
.NET Framework
Tags
Castle,
Microsoft,
MVC,
ALT.NET

The ALT.NET conference, October 5-7, 2007, held an announcement from Microsoft about the rumored MVC Framework for ASP.NET, which InfoQ originally reported back in March 2007.

The announcement was posted on a blog post by Jeffrey Palermo and describes the essential pieces of the framework which Microsoft will provide sometime after Visual Studio 2008 ships.

The implementation of the MVC Framework on ASP.NET is fashioned much the same way as Ruby on Rails and provides the usual pieces found in an MVC Framework.  Scott explains the MVC framework will provide:

  • Natively support Test Driven Development (TDD) model for controllers.
  • Provide ASPX (without viewstate or postbacks) as a view engine
  • Provide a hook for other view engines from the Castle Project such as NVelocity, Brail or ASPView
  • Support Inversion of Control (IoC) containers for controller creation and Dependency Injection (DI) on the controllers
  • Provide complete control over URLs and navigation
  • Be pluggable throughout
  • Separation of concerns
  • Integrate nicely within ASP.NET
  • Support static as well as dynamic languages

URL's will map directly to a controller as explained on Jeffrey's blog:

/RouteName/Action/Param1/Param2

where RouteName is configured to map to SomeController.  Multiple routes can map to the same controller for the purpose of providing more URLs (think SEO).

The developer can completely override the URL processing also by providing an implementation of an interface.

Scott Hanselman was also in attendance and recorded the presentation by Scott Guthrie as well as one of his own.  Scott has made those videos available on his web site along with some incite into the framework and reaction by the blogging community.

One question that may be on peoples minds is how this announcement effects MonoRail, an excerpt from the Castle Project web site and their reaction to the news:

We think that any attempt to offer more productive tools, better testability and better separation of concerns is valuable, no matter who is the author. We are certainly pleased to see that Microsoft is delivering something that allows a more agile and productive type of web software development.

We also believe that MonoRail has been providing the same thing for the past two and half years, and will continue to do so. We're grateful that MS has chosen to offer integration points for Monorail and the Castle stack and as soon as it's available we will be working to integrate it with the rest of our projects.

More information will be coming in the months to follow leading up the the release of Visual Studio 2008.   Expect CTP releases of this framework from Scott Guthrie's team.

2 comments

Reply

Wow by Bryant Smith Posted Oct 11, 2007 2:33 PM
Re: Wow by Robert Bazinet Posted Oct 11, 2007 7:01 PM
  1. Back to top

    Wow

    Oct 11, 2007 2:33 PM by Bryant Smith

    That's totally awesome and sweet. I thought MVC was a language that my uncle used to build computers with. Does this mean that VB will have Model, Controller, and View type projects? I can't wait to laugh at all my Java friends once this comes out.

  2. Back to top

    Re: Wow

    Oct 11, 2007 7:01 PM by Robert Bazinet

    Yeah, any .NET language should have all of the MVC goodness.

Exclusive Content

Rob Windsor on WCF with REST, JSON and RSS

WCF is not just for SOAP based services and can be used with popular protocols like RSS, REST and JSON. Join Rob Windsor as he introduces WCF 3.5 and its new native support for non-SOAP services.

Christophe Coenraets Discusses Flex 3, AIR, and BlazeDS

Christophe Coenraets discusses Flex 3, Flex Builder, AIR, BlazeDS, Adobe and open source, integrating Flex with existing applications, and integrating RIAs with search engines and browsers.

Debunking Common Refactoring Misconceptions

Danijel Arsenovski attempts to dispel some of the myths around refactoring and how it applies to .NET developers.

REST Eye for the SOA Guy

In this presentation, recorded at QCon San Francisco, CORBA guru Steve Vinoski explains REST from the view of someone who comes to SOA from a traditional, RPC-oriented background.

Choose Feature Teams over Component Teams for Agility

Feature teams are key to scaling agility for large teams. In an excerpt from "Scaling Lean and Agile Development," Larman & Vodde show how feature teams resolve traditional problems & raise new issues

Billy Newport explains Virtualization

Billy Newport talks about virtualization, eXtreme Transaction Processing (XTP) and WebSphere Virtual Enterprise. He discusses hardware, hypervisor, JVM, application and data virtualization.

Virtualization and Security

While virtualization provides many benefits, security can not be a forgotten concept in its application.

Introduction to Agile for Traditional Project Managers

This session is specifically aimed at traditionally trained project managers who are new to Agile, and who would like to be able to relate the PMI's best practices to their Agile equivalents.