Mike Taulty's Blog
Bits and Bytes from Microsoft UK
All Tags » XML » LINQ (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • LINQ Talk at UK Visual Studio 2008 Launch

    I did a talk yesterday down at the UK Launch of Visual Studio 2008, SQL Server 2008 and Windows Server 2008 about Language Integrated Query as it stands in VS 2008 and .NET Framework V3.5. Firstly, thanks to everyone who came along to the talk - much appreciated. Also a massive thanks to the guys who...
    Posted to Mike Taulty's Blog by mtaulty on Thu, Mar 20 2008
    Filed under: Filed under: , ,
  • LINQ to XSD is Back :-)

    A new version of the LINQ to XSD preview that works with Visual Studio 2008. Get the details from here . If you're not so sure on what LINQ to XSD is all about it's essentially for the people who see some LINQ to XML code and say; "But how come the LINQ to XML code has all those ugly strings and casts...
    Posted to Mike Taulty's Blog by mtaulty on Thu, Feb 21 2008
    Filed under: Filed under: , ,
  • Reparenting nodes in LINQ to XML

    Someone mailed me the other day with a query as to how they can use LINQ to XML in order to change this XML file; <? xml version ="1.0" encoding ="utf-8" ? > < root > < x > < a /> < b /> </ x > < c /> < d /> </ root > into this XML file; <? xml...
    Posted to Mike Taulty's Blog by mtaulty on Thu, Jan 24 2008
    Filed under: Filed under: ,
  • LINQ to XML and IXPathNavigable

    Something I've been pondering. Living over in System.Xml.XPath is an extension method to XNode (from LINQ to XML) called CreateNavigator . So, given something like an XElement ; XElement x = new XElement( "foo" ); I can go ahead and get an XPathNavigator from it; XElement x = new XElement( "foo" ); XPathNavigator...
    Posted to Mike Taulty's Blog by mtaulty on Fri, Nov 30 2007
    Filed under: Filed under: , ,
  • LINQ to XML and Larger Files

    LINQ to XML and the XML API that underpins it contained in the System.Xml.Linq namespace is essentially a DOM-like API. This means that documents are loaded into memory to form a "tree" representation and that act of loading into memory means that the bigger the document you have, the more memory you...
    Posted to Mike Taulty's Blog by mtaulty on Sat, Sep 8 2007
    Filed under: Filed under: , ,
Page 1 of 1 (5 items)
(C) Mike Taulty, 2010. All rights reserved. The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion. Inappropriate comments will be deleted at the authors discretion. All code samples are provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems