ASP.NET MVC Project built on top of the Contoso University sample (EF 5 version)
This is a demo and test project used to apply new technologies learnt in developing ASP.NET MVC based web applications.
Initial Technologies
- ASP.NET MVC
- Entity Framework (Code first migrations were used.)
- SQL Server Local Db
- Apply an IoC container for DI
- Include a unit test project with mock objects (Technology needs to be researched.)
- Enhance the domain model by adding more entities and interactions, covering a larger number of real world scenarios
- Add authentication with role priviledges
- Research on related software design patterns to increase code and architectural quality
- The current version is in repoUoW branch and not yet merged to master.