Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sample enterprise application for ASP.NET MVC?

I understand there are a number of small applications built on MVC. Is there an enterprise application sample that is standardized and uses best practices?

like image 420
DotnetDude Avatar asked Apr 22 '10 19:04

DotnetDude


People also ask

What is ASP.NET MVC application?

The ASP.NET MVC framework is a lightweight, highly testable presentation framework that (as with Web Forms-based applications) is integrated with existing ASP.NET features, such as master pages and membership-based authentication. The MVC framework is defined in the System. Web.

What is MVC in ASP.NET with example?

The MVC convention is to put controllers in the Controllers folder that Visual Studio created when the project was set up. Let's take a look at a simple example of Controller by creating a new ASP.Net MVC project. Step 1 − Open the Visual Studio and click on File → New → Project menu option.

What are the applications of MVC?

MVC platform supports the development of SEO friendly web pages or web applications. Using this platform, it is very easy to develop SEO-friendly URLs to generate more visits from a specific application. This development architecture is commonly used in Test-Driven Development applications.


2 Answers

http://sharparchitecture.net/ is pretty good

like image 73
Glennular Avatar answered Oct 18 '22 15:10

Glennular


When I was getting familiar with MVC, I used the Orchard CMS project to pick up the tricks of the trade.

http://orchard.codeplex.com/

like image 43
bryanjonker Avatar answered Oct 18 '22 15:10

bryanjonker