1 Introducing Web Development Using Controllers
Join our book community on Discord
https://packt.link/EarlyAccess/
This book is about mature and proven web development with .NET. This means a set of technologies that have been refined over a decade or more with plenty of documentation, support forums, and third-party investment. These are:
- ASP.NET Core: A set of shared components for building websites and services.
- ASP.NET Core MVC: An implementation of the model-view-controller design pattern for website development.
- ASP.NET Core Web APIs: For building controller-based web services that conform to the HTTP/REST service conventions.
- ASP.NET Core OData: For building data access web services using an open standard.
- Umbraco: A third-party, open source, Content Management System (CMS) platform built on ASP.NET Core.
With these technologies, you will learn how to build cross-platform websites and web services using .NET 8 or .NET 9. You can choose either because some of the newer features...