Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any ASP.Net MVC reference applications

I am trying to learn ASP.Net MVC framework and I was wondering if there were any good reference applications that I could use to learn about implementing ASP.Net as well as best practices for implementing LOB apps.

If possible I would like to see a ASP.Net MVC app that uses AJAX too.

like image 550
Raj Rao Avatar asked May 05 '09 16:05

Raj Rao


People also ask

Is ASP.NET MVC still relevant?

ASP.NET MVC is no longer in active development. The last version update was in November 2018. Despite this, a lot of projects are using ASP.NET MVC for web solution development. As to JetBrains' research, 42% of software developers were using the framework in 2020.

What applications use MVC?

The MVC model works on the basis of three tiers architecture. The MVC model has no drag and drop server controls, server events and state management techniques. The Microsoft Visual Studio and Microsoft Visual Web Developer Tools are used to design and build the ASP.NET MVC applications.

Is ASP.NET still relevant 2020?

After a strong legacy of over two decades now, the net development services still remain relevant. As per a report by w3techs, ASP.NET is still used by 7.9% of all the websites whose server-side programming languages are known.


2 Answers

NerdDinner
http://www.codeplex.com/NerdDinner

MVC Storefront
http://www.codeplex.com/mvcsamples

KIGG (MVC implementation of Digg running at dotnetshoutout.com)
http://www.codeplex.com/kigg

Oxite
http://www.codeplex.com/oxite

Code Camp Server
http://code.google.com/p/codecampserver/

CarTrackr
http://www.codeplex.com/CarTrackr

StackOverflow (no source of course)
http://www.stackoverflow.com

like image 159
Chad Moran Avatar answered Sep 20 '22 17:09

Chad Moran


Nerd Dinner

Code and Tutorial available as a free chapter from ASP.Net MVC 1.0 Book by Conery, Hanselman, Haack, and Guthrie (couldn't find SO user page)

Source code also available on CodePlex

like image 24
dustyburwell Avatar answered Sep 20 '22 17:09

dustyburwell