Dynamic Development with C#, Microservices and Azure – Part 10
Part of a series on building out a Dynamic Platform using the latest technologies including C#, ASP.NET, MVC, Azure, SQL, CosmosDb and more.
In this video we modify the WebAPI to return ‘CamelCase’ formatted Json, as the default is Capitalised object names, and although this is the standard for c# classes, it isn’t for Javascript/JSON.
The Github project containing all the code for this solution as it developers can be found here
If you want to learn more about software development, expecially Web Development with ASP.NET, MVC and Azure checkout my training courses for all levels at
Don’t forget to subscribe and view the other videos in this YouTube series!
Part 1 – Introduction and Overview
Part 2 – Creating the base Solution
Part 3 – Creating the Data…