Skip to content Skip to sidebar Skip to footer
Showing posts with the label Javascriptserializer

Vb.net Problem Converting Datatable To Json

Ok so I'm trying to use the JavaScriptSerializer to work with this code. However it crashes whe… Read more Vb.net Problem Converting Datatable To Json

Create Json Using Javascriptserializer

I have following code in Generic Handler of Asp.net: var students= Student.GetStudents(); v… Read more Create Json Using Javascriptserializer

C# Javascriptserializer And Datetime.minvalue Crossing Timezones

Given that I have a client and a server, and a class like this: Client side: (TimeZone: UTC -8) cla… Read more C# Javascriptserializer And Datetime.minvalue Crossing Timezones

Javascriptserializer Is Subtracting One Day From Date

I am using JavaScriptSerializer for serializing DateTime, but when I deserialize it show one day le… Read more Javascriptserializer Is Subtracting One Day From Date

Json Serializing An Object With Function Parameter

I have this C# object: var obj = new { username = 'andrey', callback = 'functio… Read more Json Serializing An Object With Function Parameter

Serializing Double Value To Json String

I'm trying to serialize a double value 1.0 into JSON value 1.0. However, the following code out… Read more Serializing Double Value To Json String

Azure Time Zone And Javascriptserializer Object

I have a predictions-based app that's up on Windows Azure ( http://ipredikt.com ). From what I … Read more Azure Time Zone And Javascriptserializer Object

JSON Serializing An Object With Function Parameter

I have this C# object: var obj = new { username = 'andrey', callback = 'functio… Read more JSON Serializing An Object With Function Parameter