-
Book Overview & Buying
-
Table Of Contents
ASP.NET Core 9 Essentials
By :
During this chapter, we learned about implementing best practices in ASP.NET Core 9, working correctly with HTTP requests, adding comprehension to responses, and understanding the use of caching to bring better performance and resilience to applications. We also understood the concepts related to asynchronous requests and how we can use this approach in ASP.NET Core applications through the use of the async and await keywords. Finally, we learned about the importance of using application monitoring, taking advantage of internal mechanisms that abstract writing and logs, such as the use of the ILogger and ILoggerFactory classes, allowing us to have enough inputs to fix inconsistencies in applications and optimize them.
In the next chapter, we will learn how to expand the request pipeline of ASP.NET Core 9 applications through the use of middleware.