The default JSON serializer in Asp.Net MVC is JavascriptSerializer. In this article I will explain how to replace the JavascriptSerializer for serializing outgoing data by Json.NET. using System; ...
When call hub server method from client with parameter object containing DateTime with value DateTime.Now, following exception happened on server when trying to use JavaScriptSerializer to deserialize ...
I am using WCF data services to 'query' for data models from my web application, but then I use SignalR to receive 'push' updates. WCF Data Services (OData) formats dates as a string in the format ...