Uplift
Uplift copied to clipboard
Udemy Course - Advanced ASP.NET Core 3 MVC
CartController, Summary Post Method (Line 74:) CartVM.ServiceList.Add(_unitOfWork.Service.Get(serviceId)); Change to: CartVM.ServiceList.Add(_unitOfWork.Service.GetFirstOrDefault(u => u.Id == serviceId, includeProperties: "Frequency,Category")); Similar to Summary Get Method
Added a more "Bootstrappy" solution to the layout
…Browsers
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.7.0 to 4.8.6. Release notes Sourced from System.Data.SqlClient's releases. .NET Core 2.1.0 RC1 Release Notes Known Issues Download and Install Repos CoreCLR CoreFX Core-Setup CLI Commits See...