A realistic and usable (VS2010) MVC2 project template?

Posted by pomarc on Stack Overflow See other posts from Stack Overflow or by pomarc
Published on 2010-05-05T10:27:44Z Indexed on 2010/05/05 10:58 UTC
Read the original article Hit count: 291

Filed under:
|
|
|

Hello. everybody.

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

  • password recover
  • easily customizabile (and maybe multilingual) error messages
  • an interface to manage users, such a searcheable user list, user edit and so on which an admin can use

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!

© Stack Overflow or respective owner

Related posts about VS2010

Related posts about mvc2