Community

Dealing With JSON Serialization And Camel Casing In ASP.NET Core

(Bipin Joshi) ASP.NET Core Web APIs and controllers often need to serialize JSON data to JavaScript clients. On the server side your C# classes typically use Pascal Casing to name properties whereas JavaScript code often uses Camel Casing for property names.