How to use Attribute Routing using ASP.NET Web API 2?
The goal of this post is to explain how to use Attribute routing using ASP.NET Web API 2. The code that I’ll use in this post is from my another...
...on a journey to become an outlier software engineer!
The goal of this post is to explain how to use Attribute routing using ASP.NET Web API 2. The code that I’ll use in this post is from my another...
ASP.NET Web API V1 & V2 both return response in pascal-case format out of the box. Developers would like to change this if they would like to support mobile or...
I’ve recently publish few posts that explains how to work with Newtonsoft.Json framework. Make sure you check them out if you would like to learn more. In this post, I’ll...
I’ve recently publish few posts that explains how to work with Newtonsoft.Json framework. Make sure you check them out if you would like to learn more. In this post, I’ll...
In this post, I’ll explain you how to use Newtonsoft.Json for Dynamic and ExpandoObject objects. It can be useful for some cases. Please refer to my recent post, if you...
I recently published a post that explains how to process JSON using C# and Newtonsoft.Json. Using Newtonsoft.Json framework is the best way to serialize and deserialize any .NET object. In this...
In this post, I’ll tell you how to process JSON using C# and Newtonsoft.Json with proper code. Newtonsoft.Json is a popular high-performance JSON framework for .NET and is also know by Json.NET....
This post can help you to solve “Invalid JSON primitive: {any-value}” issue when you make a web request from browser to the server. I can make an assumption that you are...
I’m working on a AngularJS application where this client application is a part of ASP.NET MVC application. So, the angularjs web app talks to the controller which is already there...
More