In this chapter, I show you how to create a project that contains ASP.NET Core MVC and Angular applications, which means both parts of the project can be developed using Visual Studio or Visual Studio Code. This project forms the foundation for the rest of this book, as I explain how to use Angular and ASP.NET Core MVC to create a rich web application. Table 3-1 puts the combined project in context.
Table 3-1.
Putting a Combined Project in Context
Question | Answer |
---|---|
What is it? | A combined project includes Angular and ASP.NET Core MVC in a single folder structure. |
Why is it useful? | A combined project ... |