Skip to content

Latest commit

 

History

History
332 lines (284 loc) · 24.5 KB

book-links.md

File metadata and controls

332 lines (284 loc) · 24.5 KB

Chapter 1 - Introducing Web Development with Controllers

Set up your development environment

Additional Packt books

Visual Studio

VS Code

Other C# code editors and platforms

.NET

ASP.NET versions and features

The official announcement links are useful because they describe the most important new features in each release.

Help and learning

Chapter 2 - Building Websites Using ASP.NET Core MVC

General web development

ASP.NET Core

Chapter 3 - Model Binding, Validation, and Data Using EF Core

MVC Models

EF Core and ASP.NET Core

Chapter 4 - Building and Localizing Web User Interfaces

ASP.NET Core MVC views

Razor syntax and layouts

Chapter 5 - Authentication and Authorization

Chapter 6 - Performance Optimization Using Caching

Chapter 7 - Web User Interface Testing Using Playwright

Chapter 8 - Configuring and Containerizing ASP.NET Core Projects

Endpoint routing

Setting up and configuring MVC

Chapter 9 - Building Web Services Using ASP.NET Core Web API

Web service technologies

Web service routing

Web service clients

Documenting web services

Securing web services

Health checks and reliable web services

Chapter 10 - Building Web Services Using ASP.NET Core OData

Chapter 11 - Building Web Services Using FastEndpoints

Chapter 12 - Web Service Integration Testing

Unit Testing and Mocking

Integration Testing

Chapter 13 - Web Content Management Using Umbraco

Umbraco CMS

Other .NET Content Management Systems

Chapter 14 - Customizing and Extending Umbraco