SSW.Training.MusicStore.Enterprise
The SSW Enterprise Music Store takes the MvcMusicStore sample from ASP.Net and adds Dependency Injection, Unit Tests and a more maintainable architecture.
The original music store application can be found here http://mvcmusicstore.codeplex.com/
Primary changes to the Music Store Application
- Implement Dependency Injection based architecture like the Onion Architecture
- Implement Ninject for Dependency Injection
- Implement NSubstitute for Mocking
- ToDo: Implement SSW.SQLDeployMVC for easy database script deployment (Currently uses LocalDb & Code First)