List of current templates:
- mvc3
- mvc3_mongo
See details below...
Simple template for ASP.NET MVC3 project. It is using dependency injection for binding services and controllers.
- Usual ASP.NET example - user registration, user login, logout.
- Repository based architecture.
- Model classes with DataAnnotations (names and validation messages in resources)
- Database: MSSQL
- Ninject - DI framework
- Log4net for logging
- EF4 Code First CTP5
- NUnit testing project
- Moq - mocking framework
Simple template for ASP.NET MVC3 project. It is using dependency injection for binding services and controllers.
- Usual ASP.NET example - user registration, user login, logout.
- Repository based architecture.
- Model classes with DataAnnotations (names and validation messages in resources)
- Database: MongoDB
- Ninject - DI framework
- Log4net for logging
- NoRM - MongoDB framework for .NET
- NUnit testing project
- Moq - mocking framework