Uplift icon indicating copy to clipboard operation
Uplift copied to clipboard

Udemy Course - Advanced ASP.NET Core 3 MVC

Results 4 Uplift issues
Sort by recently updated
recently updated
newest added

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

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

dependencies