November 2022
Intermediate to advanced
814 pages
18h 52m
English
This chapter is about building and securing web services using ASP.NET Core Minimal APIs. This includes implementing techniques to protect a web service from attacks as well as authentication and authorization.
This chapter will cover the following topics:
In earlier versions of ASP.NET Core, implementing even a simple web service required a lot of boilerplate code. For example, the ASP.NET Core Web API project template in ASP.NET Core 5 implements ...
Read now
Unlock full access