Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

topas/warmup_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warmup Templates - Templates for Warmup - The simple VS solution templater

Templates

List of current templates:

  1. mvc3
  2. mvc3_mongo

See details below...

mvc3

Simple template for ASP.NET MVC3 project. It is using dependency injection for binding services and controllers.

Features

  1. Usual ASP.NET example - user registration, user login, logout.
  2. Repository based architecture.
  3. Model classes with DataAnnotations (names and validation messages in resources)
  4. Database: MSSQL

Packages

  1. Ninject - DI framework
  2. Log4net for logging
  3. EF4 Code First CTP5
  4. NUnit testing project
  5. Moq - mocking framework

mvc3_mongo

Simple template for ASP.NET MVC3 project. It is using dependency injection for binding services and controllers.

Features

  1. Usual ASP.NET example - user registration, user login, logout.
  2. Repository based architecture.
  3. Model classes with DataAnnotations (names and validation messages in resources)
  4. Database: MongoDB

Packages

  1. Ninject - DI framework
  2. Log4net for logging
  3. NoRM - MongoDB framework for .NET
  4. NUnit testing project
  5. Moq - mocking framework

About

Project templates for Warmup solution templater

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors