Return json object from WCF - CodeProject
I have one class called "Device " and it declaration like as follow: public class Device { public int DeviceID { set; get; } public string UserName { set; get; } } I want to create one WCF where this service will return Device object in from of JSON.
www.codeproject.com |