dynamic type in C#.4.0 Where and how to use ? How does it differ from var and object ?
Recently i was working on an API project where i have to return JSON data to the client for different kind of Requests like Customers, Orders, Products etc. Since i was working on ASP.NET MVC, I could make use of the Json method to convert my entities ( Customer / Product etc…) to Json format [...]
