|
|
Browse by Tags
All Tags » .NET
Showing page 1 of 3 (22 total posts)
-
Some great stuff going on with XML lately.
Jan Tielens shows how to use InfoPath to access a secondary datasource, such as a SharePoint list
Matt Warren then delves into some XML bestiary and shows a binary XML parser based on XmlReader.
Cazz (the one and only avid bathreader) shows how to iterate over XPathNodeIterator nodes, ...
-
Ever wonder if there is an XML Schema for the msdata namespace (urn:schemas-microsoft-com:xml-msdata) used by the DataSet generation wizard? You can find it here.
-
Someone asked me about using a typed DataSet on both ends of the wire using a web service. I honestly don't work with typed DataSets, but this question was to accomodate the client's existing architecture. We both tried it, and couldn't get it to work. This shouldn't be that hard,so I asked quite a few people... nada. Most admitted they just ...
-
I am actually not a fan of individuals posting aggregated feeds, but I found a set of posts tonight that all hit around my areas of interest. This will not be a common occurrence for me, as I am posting these mainly as a selfish set of pointers.
For those that have been putting off looking at Indigo for awhile, there is a sample chapter ...
-
An interesting thread on the API Design Hall of Shame on Brad Abrams' blog.
I have a question, how was the decision for these 2 classes ctor parameters made...
Constructor for ArgumentNullException
public ArgumentNullException( string paramName, string message)
Constructor for ArgumentException
public ArgumentException( string ...
-
Some very interesting work has been going on with the classes in the System.Xml namespace. Daniel Cazzulino blogs about an XseReader implementation he has been working on for providing XML Streaming Events. I had been using a similar implementation for trying to write a .NET version of an RssValidatingReader awhile back, but gave up ...
-
Steve Maine has a great article on using anonymous methods and higher-order procedures in C#.
A point not necessarily highlighted in the article's text but rather through the code examples is that not all problems are solved through inheritance.
Suppose you have a class that provides methods for working with a certain ...
-
Paul Wilson emailed me with some questions regarding perceived memory leaks related to System.Xml.Serialization.XmlSerializer. I questioned whether it would be a “memory leak”, but pinged Christoph Schittko for some backup evidence. He said he doubted it as well, else web services everywhere would be falling on their faces. I ...
-
Steven Livingstone has a great tip on validation using DTDs and Schemas against an instance document that includes namespaces.
-
Paul Duncan asks in the microsoft.public.xsl list how to set a property for an XSLT extension object. Yes, there is a way to do set the property of an XSLT extension object in .NET. But...
This is such an ugly hack, I feel dirty posting the solution.
First, the XSLT transformation that allows the user to set a ...
1
|
|
|