Transitioning to JSON: Supporting Both Body and Query Parameters in ASP.NET Core
Recently, I was tasked with updating older POST endpoints to support [FromBody] input instead of the traditional [FromQuery] model. As part of this transition, I needed to support both [FromQuery] and [FromBody] inputs for backward compatibility unti...
blog.seandrew.info10 min read