Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sample MS application for ASP.NET MVC?

I am getting started with my first MVC project and want to start off on the right foot. I know the basics of how to create a quick and dirty MVC application. However, I'd like to get my hands on a resource that uses best practices for developing ASP.NET MVC applications (either a document or a sample quickstart app)

Any help is appreciated

like image 528
DotnetDude Avatar asked Apr 14 '10 15:04

DotnetDude


People also ask

What is ASP.NET MVC application?

ASP.NET MVC is a web application framework developed by Microsoft that implements the model–view–controller (MVC) pattern. It is no longer in active development. It is open-source software, apart from the ASP.NET Web Forms component, which is proprietary.

What are the 3 main components of an ASP.NET MVC application?

The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller.

What are the application of ASP Net?

ASP.NET is a free web framework for building great websites and web applications using HTML, CSS, and JavaScript. You can also create Web APIs and use real-time technologies like Web Sockets.


1 Answers

NerdDinner is the seminal ASP.NET MVC example. Once you've grokked that, move on to Orchard CMS for an amazing example of a totally loosely-coupled, IOC-based ASP.NET MVC app.

like image 197
Dave Swersky Avatar answered Oct 05 '22 18:10

Dave Swersky