-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

ASP.NET Core 8 and Angular
By :

The first thing we’re going to do is create two new projects using the Angular and ASP.NET Core VS2022 template that we used in Chapter 2, Getting Ready. This time we are going to call it “WorldCities,” meaning that the following two projects will be created:
In a nutshell, we just need to repeat what we did during the second part of Chapter 2, Getting Ready, where we created the healthcheck.client and HealthCheck.Server projects. The only difference is that this time we’re going to end up with different names.
Creating these two projects from scratch will be a great exercise, and a good chance to put into practice what you’ve learned until now. Let’s see if you’re able to do that without help!
If you have issues, you can check out the book’s GitHub repository...