Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What ASP.NET MVC sample projects exist? [closed]

Tags:

asp.net-mvc

The only sample ASP.NET MVC projects I know about are the following from http://asp.net/mvc. Are there others?

  • Nerddinner.com
  • ProDinner
  • Stephen Walther's Contact Manager
  • Rob Conery's MVC Storefront
  • CodeCampServer
  • Suteki Shop E-Commerce Application
  • Stephen Walther's Movie Database
like image 529
royco Avatar asked Apr 19 '09 20:04

royco


People also ask

Is ASP.NET MVC still in use?

It is no longer in active development. It is open-source software, apart from the ASP.NET Web Forms component, which is proprietary. ASP.NET Core has since been released, which unified ASP.NET, ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages).

What is MVC explain with real life examples?

The Model-View-Controller (MVC) framework is an architectural pattern that separates an application into three main logical components Model, View, and Controller. Hence the abbreviation MVC. Each architecture component is built to handle specific development aspect of an application.

What has replaced ASP.NET MVC?

ASP.NET MVC, a web application development framework released by Microsoft in 2009, was replaced by ASP.NET Core seven years later, an upgraded version for the same.


2 Answers

Rob Conery's StoreFront application includes an excellent walk-through so you can build the project with him from scratch. I highly recommend it for learning MVC

http://blog.wekeroad.com/mvc-storefront/

like image 94
Chris Ballance Avatar answered Oct 05 '22 07:10

Chris Ballance


Oxite

like image 32
mmx Avatar answered Oct 05 '22 06:10

mmx