Click here to Skip to main content
15,890,670 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to delete a Directory Pin
Roger Wright27-Nov-09 20:07
professionalRoger Wright27-Nov-09 20:07 
AnswerRe: How to delete a Directory Pin
RCoate27-Nov-09 16:48
RCoate27-Nov-09 16:48 
GeneralRe: How to delete a Directory Pin
Shameel27-Nov-09 18:56
professionalShameel27-Nov-09 18:56 
AnswerRe: How to delete a Directory Pin
Shameel27-Nov-09 18:59
professionalShameel27-Nov-09 18:59 
QuestionJavaScript <-> C# and WebBrowser: How to serialize JS-Objects to C#-Classes and Backward? Pin
softwarejaeger27-Nov-09 9:49
softwarejaeger27-Nov-09 9:49 
AnswerRe: JavaScript <-> C# and WebBrowser: How to serialize JS-Objects to C#-Classes and Backward? Pin
Gerry Schmitz28-Nov-09 4:24
mveGerry Schmitz28-Nov-09 4:24 
GeneralRe: JavaScript <-> C# and WebBrowser: How to serialize JS-Objects to C#-Classes and Backward? Pin
softwarejaeger29-Nov-09 1:48
softwarejaeger29-Nov-09 1:48 
GeneralRe: JavaScript <-> C# and WebBrowser: How to serialize JS-Objects to C#-Classes and Backward? Pin
Gerry Schmitz29-Nov-09 4:44
mveGerry Schmitz29-Nov-09 4:44 
JSON objects consist of "name / value" pair elements.

The System.Xml.XmlDictionaryReader (and not "XmlDocuments") that you get back from the Factory consists of "name / value" pairs.

You use the Factory to read the JSON object as a "stream" and get back a XML reader which you then read using the .Read() method. Each "read" will get you a node with a Name, Value, NodeType, etc. Sometimes the Value contains nothing and you need to use one of the "Node.Readxxx" methods (e.g. ReadString()).

If you don't know what's in the JSON object, you're first go-around would be to simply dump everything for each node.
Question[Resolved]Calling to a thread [modified] Pin
Trollslayer27-Nov-09 9:35
mentorTrollslayer27-Nov-09 9:35 
AnswerRe: Calling to a thread Pin
Garth J Lancaster27-Nov-09 10:33
professionalGarth J Lancaster27-Nov-09 10:33 
AnswerRe: Calling to a thread Pin
Luc Pattyn27-Nov-09 10:35
sitebuilderLuc Pattyn27-Nov-09 10:35 
General[More info] Re: Calling to a thread Pin
Trollslayer27-Nov-09 11:12
mentorTrollslayer27-Nov-09 11:12 
GeneralRe: [More info] Re: Calling to a thread Pin
Luc Pattyn27-Nov-09 12:41
sitebuilderLuc Pattyn27-Nov-09 12:41 
GeneralRe: [More info] Re: Calling to a thread Pin
Trollslayer27-Nov-09 13:00
mentorTrollslayer27-Nov-09 13:00 
GeneralRe: [More info] Re: Calling to a thread Pin
Daniel Grunwald27-Nov-09 14:57
Daniel Grunwald27-Nov-09 14:57 
GeneralRe: [More info] Re: Calling to a thread Pin
Trollslayer27-Nov-09 23:25
mentorTrollslayer27-Nov-09 23:25 
QuestionDistance calculator Pin
Chazzysb27-Nov-09 8:57
Chazzysb27-Nov-09 8:57 
AnswerRe: Distance calculator Pin
Roger Wright27-Nov-09 20:23
professionalRoger Wright27-Nov-09 20:23 
QuestionChild form in C# Pin
VB Overlord27-Nov-09 7:45
VB Overlord27-Nov-09 7:45 
AnswerRe: Child form in C# Pin
Luc Pattyn27-Nov-09 9:07
sitebuilderLuc Pattyn27-Nov-09 9:07 
GeneralRe: Child form in C# Pin
VB Overlord27-Nov-09 9:19
VB Overlord27-Nov-09 9:19 
GeneralRe: Child form in C# Pin
VB Overlord27-Nov-09 9:29
VB Overlord27-Nov-09 9:29 
QuestionArray from JavaScript Pin
Hans Ruck27-Nov-09 3:01
Hans Ruck27-Nov-09 3:01 
AnswerRe: Array from JavaScript Pin
Shameel27-Nov-09 3:10
professionalShameel27-Nov-09 3:10 
GeneralRe: Array from JavaScript Pin
Hans Ruck27-Nov-09 3:14
Hans Ruck27-Nov-09 3:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.