Introducing Modern Web Development Using .NET
The third and final part of this book is about modern web development using .NET, which means ASP.NET Core, Blazor, and Minimal APIs. You will learn how to build cross-platform projects such as websites and web services.
Microsoft call platforms for building applications app models or workloads.
I recommend that you work through this and subsequent chapters sequentially because later chapters will reference projects in earlier chapters, and you will build up sufficient knowledge and skills to tackle the trickier problems in later chapters.
In this chapter, we will cover the following topics:
- Understanding ASP.NET Core
- New features in ASP.NET Core
- Structuring projects
- Building an entity model for use in the rest of the book
- Understanding web development