Bindings, Platforms, and Innovation
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
Tracking change and innovation in the enterprise software development community
Posted by Robert Bazinet on Oct 11, 2007 10:56 AM
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:
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.
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.
Yeah, any .NET language should have all of the MVC goodness.
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.
This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.
This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.
This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.
After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.
IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.
Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.
2 comments
Watch Thread Reply