Creating Multiple Resources with a Single Request in ASP.NET Core

added by DotNetKicks
2/15/2022 4:43:53 PM

383 Views

In this article, we are going to create a minimal ASP.NET Core 6 Web API that supports the creation of multiple resources via a POST request. Network communication can be (or is) one of the bottlenecks in the microservice architecture, so creating multiple resources at once can save a large number of roundtrips.


0 comments