- Sample MVC App for CRUD operations. Featuring EF6, IoC/Di (MEF) , Automated Tests, T4 Templates, KnockoutJs, Bootstrap, etc..
- Demo app using Eml* NuGets.
- Check out EmlExtensions.vsix to automate the creation of controllers, views, seeders, and more!.
- Open the solution using Visual Studio 2017, compile and build (don't run yet)
- Right click TenderSearch.Web project and Set as startup project
- Open Package manager console
- In the 'Default project' drop down, select TenderSearch.DataMigration (this is important)
- In the console, type the command below then press enter to execute.
update-database -verbose
- Press F5 to run
Cheers!