Warning: This project has been replaced by Enterprise Angular 2 Music Store.
MVC was great, but now we prefer Angular 2 for our front ends.
Check out the Enterprise Angular 2 Music Store.
The SSW Enterprise Music Store MVC 4 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/
- 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)