-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Modern Full-Stack Web Development with ASP.NET Core
By :
This chapter is focused on more complex aspects of REST API development with ASP.NET Core, including a deeper understanding of techniques for performance, efficiency, and routing for APIs. As modern web applications become more dependent on external data and integrations in an interconnected environment, the requirement to have robust solutions for APIs becomes essential. Throughout this chapter, we will learn about advanced concepts that will improve your development skills, applying modern concepts of scalability and maintainability.
First, we will explore complex scenarios for routing that will give us the opportunity to create and configure flexible API endpoints, allowing our application to correctly manage many different scenarios in terms of requests that come from multiple clients with different needs. Taking a deeper look at these routing techniques is essential for building robust APIs while maintaining good standards...