December 2019
Intermediate to advanced
528 pages
11h 19m
English
Instead of writing all the code ourselves, we can use some ASP.NET Core code generation tools to aid us with our scaffolding.
In the console window, type in the following command and hit Enter:
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design
As usual, check to see that you get the Successfully Installed items.
After installation, our solution will reflect the added NuGet packages under the Dependencies section, as follows: