InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

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

Posted by Robert Bazinet on Oct 11, 2007

Sections
Development
Topics
Web Frameworks ,
.NET Framework ,
.NET
Tags
Microsoft ,
Castle ,
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.

Wow by Bryant Smith Posted
Re: Wow by Robert Bazinet Posted
  1. Back to top

    Wow

    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

    by Robert Bazinet

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

Educational Content

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.

Max Protect: Scalability and Caching at ESPN.com

Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.

The Seven Deadly Sins of Enterprise Agile Adoption

Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.