Daniel Cazzulino's Blog
Browse by Tags
All Tags
»
XML
»
XML Performance
(RSS)
.NET
All Technology
Mvp.Xml project
High-performance XML (V): Increase performance on message-based web services by avoiding XmlDocument creation when using XmlSerializer
Note : this entry has moved . In a previous post, I discussed the way coarse-grained web service interfaces can be used in a strongly typed way by resorting to the xsd.exe or a cool custom tool . The only problem with that approach is that in order to...
Boost XmlSerializer usability and performance by using strongly-typed serializers
Note : this entry has moved . The XmlSerializer has a farily well-known problem: the first time you use it, it will generate a class to read instances of the received type, compile it, and then load it. Of course, this can take considerable time, directly...
Strongly-typed, event-rising, design-time generated custom XmlSerializers (even more than Whidbey sgen!)
Note : this entry has moved . Summary There are a couple known issues with the XmlSerializer: First-time use is painfully slow, because of the temporary assembly generation and compilation. If you want to do something else other than straight serialization...
Roadmap to high performance XML
Note : this entry has moved . I'll keep the updated list of posts relating to performance in XML manipulation here. Check out the whole "High-performance XML" series: High-performance XML (I): Dynamic XPath expressions compilation High-performance...
High-performance XML (V): in-memory XML Schema validation without re-parsing
Note : this entry has moved . I may have not stressed enough one of the most important features enabled by the XPathNavigatorReader : in-memory (without reparsing) XML Schema validation of arbitrary sources exposed as XPathNavigator . When XML editing...
High-performance XML (IV): subtree transformations without re-parsing
Note : this entry has moved . In a previous post I showed how to load and transform subsets of a document with the XPathNavigatorReader . In the example I used, which follows the MSDN documentation one (under the section "Transforming a Section of an...
High-performance XML (III): returning well-formed XML from WebServices without XmlDocument
Note : this entry has moved . Recently, Matt Powell wrote about returning XML from webservices , and I certainly agree with him that returning it as an opaque string is really bad. Later on, Matevz Gacnik suggested a couple points to consider when to...
High-performance XML (II'): Enhance XPath execution performance with XPathCache
Note : this entry has moved . Just about a month ago, most XVPs (XML MVPs) started the opensource Mvp.Xml project aimed at providing a single point of entry for all our efforts in advancing XML processing and APIs in .NET. By having a single project to...
High-performance XML (II): XPath execution tips
Note : this entry has moved . As I programmed an XPath-only implementation of the Schematron specification (soon an ISO standard and very cool XML validation language, incredibly flexible and powerfull), called (surprisingly) Schematron.NET , and part...
High-performance XML (I): Dynamic XPath expressions compilation
Note : this entry has moved . "Everybody" knows that precompiling your XPath expressions ahead of time, usually in static .ctors, improves execution performance. But what's actually happening at that "compilation" time? Unlike what many believe, compiled...
More Posts
Search
Go
This Blog
Home
Contact
About
News
Tags
.NET
.NET/XML
All Technology
ASP.NET
Atlas
Books
C#
CAB
GAT
InSTEDD
Mesh
Miscelaneous
mobile
Moq
Movies
Mvp.Xml project
Patterns & Practices
Patterns & Practices
PowerShell
Shadowfax
Software Factories
Vista
Visual Studio
Whidbey General
WPF
XML
XML Performance
Navigation
Home
Blogs
Archives
January 2012 (1)
December 2011 (2)
August 2011 (1)
July 2011 (2)
June 2011 (3)
May 2011 (12)
April 2011 (2)
March 2011 (1)
February 2011 (1)
January 2011 (1)
December 2010 (3)
October 2010 (2)
September 2010 (4)
August 2010 (3)
June 2010 (4)
May 2010 (1)
April 2010 (1)
March 2010 (5)
February 2010 (1)
January 2010 (3)
December 2009 (2)
November 2009 (2)
October 2009 (2)
September 2009 (1)
August 2009 (3)
July 2009 (3)
June 2009 (2)
April 2009 (2)
March 2009 (8)
February 2009 (9)
January 2009 (2)
December 2008 (1)
November 2008 (2)
October 2008 (6)
September 2008 (1)
August 2008 (3)
July 2008 (5)
June 2008 (2)
May 2008 (2)
April 2008 (8)
March 2008 (9)
February 2008 (1)
January 2008 (3)
December 2007 (7)
November 2007 (12)
October 2007 (4)
September 2007 (12)
August 2007 (7)
July 2007 (3)
June 2007 (3)
May 2007 (3)
March 2007 (2)
February 2007 (3)
January 2007 (3)
December 2006 (1)
November 2006 (2)
October 2006 (3)
September 2006 (1)
July 2006 (3)
June 2006 (6)
May 2006 (3)
April 2006 (2)
March 2006 (2)
February 2006 (4)
January 2006 (10)
December 2005 (6)
November 2005 (5)
October 2005 (3)
September 2005 (6)
August 2005 (9)
July 2005 (11)
June 2005 (9)
May 2005 (8)
April 2005 (6)
March 2005 (1)
January 2005 (3)
December 2004 (3)
November 2004 (6)
October 2004 (8)
September 2004 (6)
August 2004 (4)
July 2004 (13)
June 2004 (7)
May 2004 (14)
April 2004 (14)
March 2004 (9)
February 2004 (26)
January 2004 (13)
December 2003 (19)
November 2003 (7)
October 2003 (19)
September 2003 (3)
August 2003 (8)
Miscelaneous
Successful Presentations
Programming
NMatrix project
CSS Destroy
RDF Primer
RexExLib Tester
CSS Zen Garden
Bookmarklets
XSD -> CLR type mappings
SqlDbType -> DbType mappings
Anders Heljsberg on C#
TDD links
Syndication
RSS
Atom