pomarc
pomarc

Reputation: 2224

A realistic and usable (VS2010) MVC2 project template?

The default MVC2 web project template which VS2010 creates when you select "ASP.NET MVC2 Web Application" is quite a nice start... but nowhere near a realistic app framework. E.G.: user accounts without such features as

and these are just the beginning of the usual, mandatory basic features a web site of any size may use.

Searching through the online projects templates doesn't seem to help, ehiter. Are there any project template sites or else that you are aware of, that gives such features?

thanks a lot!

Upvotes: 2

Views: 615

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1038810

You may take a look at S#arp Architecture and NerdDinner.

Upvotes: 1

Related Questions