Skip to content
/ Track Public

Sample ASP.NET MVC 5 application, demonstrating a layered application architecture.

License

Notifications You must be signed in to change notification settings

le4ndro/Track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track

Sample ASP.NET MVC 5 application, demonstrating a layered application architecture.

Technologies

  • ASP.NET MVC 5
  • EF 6 Code First
  • AutoMapper
  • Autofac
  • Twitter Bootstrap
  • jQuery

Patterns & Practices

  • Domain Driven Design (DDD)
  • Repository Pattern & Generic Repository
  • Unit of Work
  • Dependency Injection

Running the Application

  1. Open the solution in Visual Studio 2017. Build the solution to install Nuget packages.(This will automatically restore Nuget packages.)
  2. Create the ConnectionStringsSecrets.config file inside Track.Web project and edit it as folows:
<connectionStrings> 
	<add name="TrackEntities" connectionString="Data Source=MyServer;Initial Catalog=TrackDb;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
  1. Run the application

About

Sample ASP.NET MVC 5 application, demonstrating a layered application architecture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages