#SkeletonMvc 💀 A skeleton project for general MVC projects.
###DAL (Data Access Layer) Contains the DAO, entity mappings, repositories, context as well as the database migrations.
###BLL (Business Logic Layer) Contains the entity services.
###Web (Presentation Layer) A standard MVC web project.
###Dependency Injection Uses Unity for dependency injection, should be relatively easy to change to Ninject, StructureMap etc...
###Documentation Contains the SandCastle documentation project.
###Extension A collection of extension methods used through the application.
####QuickStart
Enable-Migrations -ContextProjectName DAL -ProjectName DAL -Force