Overview
"Customizing ASP.NET Core 5.0" is a guide for developers looking to adapt and extend the ASP.NET Core framework to suit their application's unique requirements. In this book, you'll explore the core customization techniques of .NET 5, such as modifying dependency injection and building custom middleware, to create optimized solutions.
What this Book will help me do
- Understand and customize the configuration options in ASP.NET Core 5.
- Implement custom dependency injection solutions using .NET and third-party containers.
- Develop custom middleware components for enhanced control over HTTP request processing.
- Build custom tag helpers and action filters to extend the functionality of Razor syntax.
- Optimize routing and hosting to improve application performance and scalability.
Author(s)
Jürgen Gutsch is a seasoned software engineer with extensive experience in .NET technologies, particularly in ASP.NET Core. He specializes in creating performant, scalable web applications and has authored numerous resources on the subject. Jürgen's approachable style emphasizes practical, hands-on learning for developers.
Who is it for?
This book is ideal for intermediate-level ASP.NET Core developers looking to refine and enhance their understanding of the framework. Readers should have a basic grasp of .NET and C# and seek to expand their skills by adapting the default framework settings to tailor their development processes. If you aim to master customizing the framework efficiently, this book is for you.