Example of the ASP.NET MVC framework
April 26, 2008 at 5:25 PM
—
William Highfield
Finding a good well rounded example of the new ASP.NET MVC framework might be a hit or miss these days. Most of them are either really small or are incomplete. I found one that may or may not be either of the two but it seems to implement a lot of interesting ideas along with the code. So if you want a larger example of the new framework you might want to check out
Kigg - Building a Digg Clone with ASP.NET MVC the code is also available on
codeplex as well.