Realistic and usable (VS2010) MVC2 project pattern?
The default MVC2 Web Project template that VS2010 creates when you select "ASP.NET MVC2 Web Application" is a pretty nice start ... but nowhere near a realistic application framework. EG: User accounts without features like
- password recovery
- easy to customize (and possibly multilingual) error messages
- user management interface, such a search list of users, user editing and so that the administrator can use
and this is just the beginning of the usual must-have basic functionality that a website of any size can use.
Searching for online project templates doesn't seem to help, ehiter. Are there any template project sites or what do you know that gives such functionality?
Many thanks!
+2
a source to share