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.

Following Real-World ASP.NET MVC Projects

Posted by Robert Bazinet on May 02, 2008

Sections
Development
Topics
.NET ,
.NET Framework
Tags
MVC ,
ASP.NET ,
Microsoft

The Microsoft ASP.NET MVC Framework second technology preview was released during MIX08 in March but has since released an update to their source code on April 16.  This means there are many things going on with those involved in the project at Microsoft as well as those in the community.  People are not creating just sample code but creating real applications now.

Developers can take these applications, some a work in progress, and learn from them or use them to create their own applications.

MVC StoreFront

Rob Conery has been documenting the design and creation of a storefront using the MVC Framework along with Agile coding practices such as test-driven development and common patterns such as the Repository Pattern.   Rob has a lot of expertise in this area as he was the original developer of the ASP.NET 2.0 Commerce Starter Kit which was later renamed as dashCommerce.

The MVC Storefront is an ongoing series, taking the reader through the design and development of a full-fledged ASP.NET MVC application.  Each part of the series includes a description of the intent of the particular part as well as a great video demonstrating the code behind it.

The source code for the up-to-date project can be found at CodePlex.

Blogging Engine

Keyvan Nayyeri has a multi-part series on building a Blog Engine with ASP.NET MVC.  Blog Engine creation seems to be a popular way for people to demonstrate technology and it does it effectively.  Most developers relate well to blogs. 

Kigg - The Digg Clone

This Digg clone is a very good implementation and use of the MVC Framework.  The application is live as part of the Dotnetslackers web site.  The tutorial focuses on some very important aspects of the .NET developer's life:

  • Regular Web Forms for View.
  • LINQ to SQL for developing the Model.
  • ASP.NET Ajax for Ajax operation.
  • Both VSTest and NUnit for Unit Test.
  • Rhino Mock.
The source code for the up-to-date project can be found at CodePlex.

Other projects exemplifying what the ASP.NET MVC are starting up all the time.  Please stayed tuned to the InfoQ web site for details on future projects as well as updates to the ones mentioned here.

No comments

Watch Thread Reply

Educational Content

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.

Questions for an Enterprise Architect

Erik Dörnenburg answers: What is Enterprise and Evolutionary Architecture?, discussing 4 issues: Turning strategy into execution, Ensuring conformance, Where do the architects sit? Buying or building?

Wrap Your SQL Head Around Riak MapReduce

Sean Cribbs explains what Map-Reduce and Riak are, why and how to use Map-Reduce with Riak, and how to convert SQL queries into their Map-Reduce equivalents.