1 Introducing Real-World Web Development Using .NET

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 technologies are:
- .NET: A free, open-source developer platform from Microsoft for building and running cross-platform apps, including web, desktop, mobile, cloud, and games, using languages like C#, F#, and Visual Basic.
- ASP.NET Core: A set of shared components for building websites and services using .NET. This book covers a subset of its features, including the following:
- ASP.NET Core MVC: An implementation of the model-view-controller design pattern for complex yet well-structured website development
- ASP.NET Core Web API: For building controller-based web services that conform to the HTTP/REST service architecture conventions
- ASP.NET Core OData: For building data access web services...