Summary
In this chapter, you have:
- Been introduced to some of the app models and workloads that you can use to build websites and web services using C# and .NET.
- Created two to four class libraries to define an entity data model for working with the Northwind database using either SQLite or SQL Server or both.
In the following chapters, you will learn the details about how to build the following:
- Simple websites using static HTML pages and dynamic Razor Pages.
- Complex websites using the Model-View-Controller (MVC) design pattern.
- Web services that can be called by any platform that can make an HTTP request, and client websites that call those web services.
- Blazor user interface components that can be hosted on a web server, in the browser, or on hybrid web-native mobile and desktop apps.