PreviousNext

Data Shaping in ASP.NET Core Web API

by bill-s, 2020-01-10T04:05:15.374Z

In this article, we are going to talk about a neat concept called data shaping and how to implement it in ASP.NET Core Web API. To achieve that, we are going to use similar tools as we did in the sorting article. Data shaping is not something that every API needs, but it can be very useful in some cases.

Read More