mountain range

ASP NET Core (6)

Microsoft ASP NET Core

mattias josephsson

ASP NET Core 3 Content Formatting

Understand Content Formatting In a standard ASP NET Core 3 API Controller you are used to seeing JSON responses, but this is not the only data format that action methods can produce. The content format selected for an action result depends on four factors: …

Continue reading...
mattias josephsson

ASP NET Core 3 HTTP Patch

Understand JSON Patch ASP.NET Core has support for working with the JSON Patch standard, which allows changes to be specified in a uniform way. The JSON Patch standards allows for a complex set of changes to be described. For more information about the details…

Continue reading...