Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enterprise ASP.NET MVC 3 architecture outline [closed]

I've gotten lucky enough to work on a completely new enterprise MVC 3 project. And by new, I mean source control is literally empty at this point.

We're trying to figure out how to lay out out the solution and various projects that will be needed.

We'll be using Razor, WCF, Entity Framework, Moq, Ninject, SpecFlow, MSTest, and CodedUI.

Can anyone point me to a well-laid-out enterprise application that I might be able to use a model for our application structure? I.e. solution and project structure.

All the examples of MVC projects I've found have very poor separation of concerns, and we want to make sure we do this thing right.

Help? :)

like image 422
FoobarisMaximus Avatar asked May 17 '11 20:05

FoobarisMaximus


1 Answers

I've found Project Silk to be pretty good structurally.

like image 92
Khepri Avatar answered Oct 31 '22 01:10

Khepri