Notes on 70-528 Web-based Client Developement
||XML|| XML-element collection is 1-based. XML-attribute collection is 0-based. When accessing nodes in a XML-document, first create a DocumentElement like so: [code language=c#] // create document XmlDocument doc = new XmlDocument(); doc.LoadXml(\"10\"); // create document-element to get access to the root element XmlNode node = doc.DocumentElement; node.RemoveChild(node.FirstChild); ||Database (SQL)|| SqlBulkCopy only works when the destination [...]
More »
I am a .NET programmer first and foremost. But in my spare time I like to play around with PHP, Erlang, Haskell, F#,