Browse by Tags

All Tags » xml
  • Congratulations to a Couple of Cool People

    When I was writing the LINQ to XML documentation, Ralf Lämmel was the program manager for LINQ to XSD, an incubation project in the data programmability group at Microsoft.  Ralf really helped me a lot in those days, both with questions on LINQ to XML, and questions around functional programming.  It was in email exchanges ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on September 16, 2008
  • Use INFER.EXE to Create XML Schemas

    In my post, OpenXmlCodeTester: Validating Code in Open XML Documents I used XSD to validate the build instructions (which are XML that you place in content controls).  INFER.EXE, available at XML Downloads, is your best friend for putting together schemas.  This isn't news,  but I was chatting with one of my dev friends here at ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on September 13, 2008
  • Frequently Asked Questions on XML in .NET - Part 1

    As part of a separate task, the XML team came up with a list of frequently encountered issues in System.XML; mainly points that we felt were interesting because they were the source of a lot of difficulty for our users. These questions ranged from rarely used (or misused) methods to difficult XML constructs.  We focused specifically on ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on September 10, 2008
  • Introducing the XmlPreloadedResolver

    The XmlPreloadedResolver is a new type that we’ve been working on in SilverLight that provides the ability to load a DTD without a call to the network. The new type can act as a manually maintainable cache of DTD’s and XML Streams. Let’s look at two examples of how the XmlPreloadedResolver can be used. Example 1: The ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on August 14, 2008
  • Where is XmlLite.h?

    For those who don't know, XmlLite is a very lightweight, fast pull parser that was introduced with the Vista SDK.  It is a native parser, not part of the managed API.  However, unlike MSXML, it's ok to use with .NET using COM interop.  There have been questions on how to use it - specifically, where to get the header and lib files ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on July 18, 2008
  • Happy 10th anniversary, XML!

    The W3C Recommendation Extensible Markup Language (XML) 1.0 was initially published on the 10th of February 1998. Since then, XML has proliferated at a rapid pace, becoming the predominant method for electronic data interchange between information systems, and we can safely describe it as universally applicable, fast, scalable and durable ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on February 12, 2008
  • Chris Lovett Interview

    Chris Lovett was interviewed by book author Michael van Otegem recently and he asked some very interesting questions: Please tell us who you are and what you do.I’m an architect on the Data Programmability Tools team in SQL Server, and I work on XML tools that ship in Visual Studio.  As an architect I do lots of different things including: ...
    Posted to LINQ in Action roller (Weblog) by Anonymous on November 16, 2007