Got more questions? Find advice on: ASP | SQL | Regular Expressions | Windows
in Search
Welcome to XmlAdvice Sign in | Join | Help

Browse by Tags

All Tags » .NET
Showing page 1 of 3 (22 total posts)
  • Binary XML, and InfoPath

    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, ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on March 10, 2004
  • msdata Namespace

    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.
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on March 1, 2004
  • Using Typed DataSets with Web Services

    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 ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 26, 2004
  • Inside Indigo

    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 ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 21, 2004
  • Kicking the Dead Horse: More on Exceptions

    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 ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 18, 2004
  • XPath-Based Filtering With Pull-Based XML Parsing

    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 ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 16, 2004
  • Anonymous Methods and Higher-Order Procedures in C#

    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 ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 12, 2004
  • Assembly Caching and XmlSerializer

    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 ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 11, 2004
  • XML Validation Against a Schema and a DTD With Namespaces

    Steven Livingstone has a great tip on validation using DTDs and Schemas against an instance document that includes namespaces.
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 8, 2004
  • Set Property in XsltArgumentList Extension Object: Ugly Hack

    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 ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 8, 2004
1 2 3 Next >