Showing posts with label MVC - Model View Controller. Show all posts
Showing posts with label MVC - Model View Controller. Show all posts

Tuesday, August 25, 2009

Advanced ASP.NET MVC


Learn how to extend the ASP.NET MVC framework with dependency injection, view engines, action filters, and more. We’ll see how to apply Test Driven Development and write unit tests with mock objects.


Monday, February 23, 2009

Haacked: TDD and Dependency Injection with ASP.NET MVC

Great article on TDD, DI and MVC by Phil Haack:

Read article

Sunday, February 22, 2009

Kigg - DotNetShoutout.com

DotNetShoutout is a Digg clone for programming topics, created by a group of developers from Bangladesh. This site is built on Kigg, an open source web application hosted by CodePlex.

Kigg is using the ASP.NET MVC Framework, and the author Kazi Manzur Rashid gives a really great walkthrough of the app in this article at DotNetSlackers.com . Learn how to use LINQ to SQL, MVC routing and unit testing

Direct link to sample code: Kigg.zip