Click here to Skip to main content
15,918,624 members
Articles / All Topics

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
We're sorry, but the article you are trying to view was deleted at 6 Jun 2012.

Please go to the All Topics Table of Contents to view the list of available articles in this section.