Archivi tag: REST

JSON Serialization C#

Today I write DAL layer that comunicate with the service with JSON. First of all I used JavaScriptSerializer object but I found some problem with DateTime type. When it deserialize the DateTime it consider the UTC delta and day light … Continua a leggere

Pubblicato in Asp.Net, c# | Contrassegnato , , , , , , , | 1 commento

WCF REST, configure endopoint to return SOAP, XML and JSON

WCF is a great technology but unfortunatly it’s not so easy to configure it to work correctly. I’ve spent many hours to understand exact how to configure WCF to gain the right result. Creating a WCF it’s easy, and it’s … Continua a leggere

Pubblicato in Asp.Net, c#, WCF | Contrassegnato , , , , , , , , | 4 commenti