Guidance to Architect Enterprise level application in the latest .NET technologies [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI want to开发者_运维问答 architect an enterprise level application based on the latest .NET 4.0 technologies including:
• ASP.NET MVC 3 with Razor
• Entity Framework 4
• Unit testing with mock up framework
I need a sample application showing UI layer, business layer and data access for an enterprise.
Take a look at Shrinkr. Hasn't been updated to MVC 3 yet, but probably the best end to end example I've seen out there.
http://shrinkr.codeplex.com/
There are several at codeplex. Start by looking at NerdDinner.
Haven't looked at it for a while, but S#arp Architecture is excellent.
精彩评论