Skip to content

Sample End-to-End Mvc site with Crud operations (Generic data repositories, paging, Soft delete, etc), Dashboard, User Maintenance using Microsoft.AspNet.Identity. Featuring Ef6 Code first, IoC/DI using MEF, xUnit, NLog, Application insights, KnockoutJs, Bootstrap.. and more.

Notifications You must be signed in to change notification settings

EddLonzanida/TenderSearch-Mvc

Repository files navigation

TenderSearch

  • 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!.

Seed the database

  1. Open the solution using Visual Studio 2017, compile and build (don't run yet)
  2. Right click TenderSearch.Web project and Set as startup project
  3. Open Package manager console
  4. In the 'Default project' drop down, select TenderSearch.DataMigration (this is important)
  5. In the console, type the command below then press enter to execute.
update-database -verbose

Run the application

  1. Press F5 to run

Quick View

Landing Page

Login

Simple Dashboard

CRUD Operations

That's it.

Cheers!

About

Sample End-to-End Mvc site with Crud operations (Generic data repositories, paging, Soft delete, etc), Dashboard, User Maintenance using Microsoft.AspNet.Identity. Featuring Ef6 Code first, IoC/DI using MEF, xUnit, NLog, Application insights, KnockoutJs, Bootstrap.. and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published