Stories recently tagged with 'JSON'

Migrating to Microsoft Ajax RTM - missing Json Converters(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years ago

I recently migrated a large project from an old ATLAS CTP to the MS AJAX RTM were I was using web service calls to get data via typed datasets. The lack of JSON converters for DataSet, DataTable and DataRow was a real problem. Lots of 'System.InvalidOperationException: A circular reference was detected...' errors. Here is how I got around it with minimal fuss. read more...

add a comment |category: |Views: 5

tags: another

Walking on JavaScript objects trees. Can we treat JSON as XML ?(ajaxline.com)

submitted by luchkovskyluchkovsky(55) 5 years, 1 month ago

Walking on JavaScript objects trees. Can we do it with JSON or JavaScript like we can while we work with XML? Walking on JavaScript objects trees. Can we treat JSON as XML? If you are developer which use JavaScript in your everyday activity and especially if you work with JSON and object oriented JavaScript, this article is definitely the one which worth to look at. It considers general JSON issues and also demonstrates how they could be solved. read more...

add a comment |category: |Views: 8

tags: another

Walking on JavaScript objects trees.(ajaxline.com)

submitted by IvanovskyIvanovsky(15) 5 years, 1 month ago

Walking on JavaScript objects trees. Can we do it with JSON or JavaScript like we can while we work with XML? read more...

add a comment |category: |Views: 1

tags: another

ASP.NET AJAX: Message Length Exceeded Error Fix(dotnetsamplechapters.blogspot.com)

submitted by yahdenyahden(715) 5 years, 1 month ago

If you get the Message Length Exceeded error then open your web.config file and increase maxJsonLength to something bigger than 500 read more...

add a comment |category: |Views: 25

tags: another

JavaScript hijacking research and how ASP.NET Ajax framework prevent (gtrifonov.com)

submitted by gtrifonovgtrifonov(225) 5 years, 1 month ago

Post with link to JavaScript hijacking research and summary what have been done to prevent such type of XSS attacks in ASP.NET Ajax framework read more...

add a comment |category: |Views: 10

tags: another

Intro to JSON with .NET(msdn2.microsoft.com)

submitted by superghostsuperghost(2260) 5 years, 1 month ago

JavaScript Object Notation (JSON) read more...

add a comment |category: |Views: 47

tags: another

Intro to JSON with .NET(msdn2.microsoft.com)

submitted by superghostsuperghost(2260) 5 years, 1 month ago

JavaScript Object Notation (JSON) read more...

add a comment |category: |Views: 47

tags: another

Intro to JSON(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 4 months ago

A brief introduction to the Javascript Object Notation read more...

add a comment |category: |Views: 9

tags: another

UpdatePanel Data Transfer and the client side page life cycle(morewally.com)

submitted by wallymwallym(2085) 5 years, 6 months ago

This post shows the data transfer format used by the updatepanel as well as the client side page life cycle events beginRequest and endRequest. read more...

add a comment |category: |Views: 33

tags: another

Download new JSON stand-alone library for Microsoft .NET 1.1/2.0(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Michael Schwarz has released the AJAX.NET JSON parser and serialiser as its own component. This is perfect for me and this site as I am currently only using the JSON serialiser from AJAX.NET. I am using the Dojo toolkit as the AJAX library. read more...

add a comment |category: |Views: 202

tags: another

Serializing Objects as JavaScript using Atlas, JSON.NET and AjaxPro(hanselman.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Scott Hanselman compares three .NET <--> JSON serialisation libraries. I have been using AjaxPro.NET, but am interested in trying out Json.NET read more...

add a comment |category: |Views: 61

tags: another

Serializing Objects as JavaScript using Atlas, JSON.NET and AjaxPro(hanselman.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Scott Hanselman compares three .NET <--> JSON serialisation libraries. I have been using AjaxPro.NET, but am interested in trying out Json.NET read more...

add a comment |category: |Views: 61

tags: another

Ajax.NET: XML -> JSON Serialization(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

"With the next release of Ajax.NET Professional you will be able to transform any XmlDocument or XmlNode into a JSON object. This is really cool because we have already a lot of xml documents in our web applications. Currently you have to write a custom class or struct where you have to fill the properties or public fields. Now, you simply call the JavaScriptUtil.GetIJavaScriptObjectFromXmlNode method to return a JavaScript object." read more...

add a comment |category: |Views: 45

tags: another