- Introduction
- Requirements
- Setup
- Technologies
- Nuget Packages
- Client-side Libraries
- Todo
A sample web application for a car dealership, that will allow the sales department to search for customer information and filter the information by several constraints.
- Visual Studio
- .NET CORE 2.2.5
- Seed the database by running the SeedData project.
- Start the CarDealership.Web application.
name | version |
---|---|
BuildBundlerMinifier | 2.9.406 |
Microsoft.AspNetCore.All | 2.2.5 |
Microsoft.EntityFrameworkCore | 2.2.4 |
Microsoft.EntityFrameworkCore.Design | 2.2.4 |
Microsoft.EntityFrameworkCore.SqlServer | 2.2.4 |
Microsoft.NETCore.App | 2.2.5 |
Microsoft.VisualStudio.Web.CodeGeneration.Design | 2.2.3 |
SimpleInjector | 4.6.0 |
SimpleInjector.Integration.AspNetCore.Mvc | 4.6.0 |
name | version |
---|---|
Bootstrap | 4.3.1 |
Font Awesome | 5.9.0 |
jQuery | 3.4.1 |
Popper.js | 1.15.0 |
- Implement async/await functionality