<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>dotnetcat: XML .NET news</title>
<link>http://www.dotnetcat.com/</link>
<atom:link href="http://www.dotnetcat.com/news/XML/rss.xml" rel="self" type="application/rss+xml" />
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>XMLFoundation</title>
<link>http://www.dotnetcat.com/news/XML/id/13837/</link>
<guid>http://www.dotnetcat.com/news/XML/id/13837/</guid>
<pubDate>Mon, 10 May 2010 15:46:00 -0500</pubDate>
<description><![CDATA[As the name suggests it provides a foundation for XML support in an application, however this is much more than just another XML parser.  It applies a unique approach to handling XML that allows your application code to focus on the application rather than traversing DOM or subscribing to SAX events]]></description>
<category><![CDATA[XML]]></category>
</item>
<item>
<title>Yet Another XML Serialization Library for the .NET Framework</title>
<link>http://www.dotnetcat.com/news/XML/id/13665/</link>
<guid>http://www.dotnetcat.com/news/XML/id/13665/</guid>
<pubDate>Thu, 15 Apr 2010 19:28:00 -0500</pubDate>
<description><![CDATA[An XML serialization library which lets developers design the XML file structure, and select the exception handling policy. This library also supports serializing most of the collection classes such as the Dictionary generic class.]]></description>
<category><![CDATA[XML]]></category>
</item>
<item>
<title>Xml Literals</title>
<link>http://www.dotnetcat.com/news/XML/id/13606/</link>
<guid>http://www.dotnetcat.com/news/XML/id/13606/</guid>
<pubDate>Sun, 11 Apr 2010 05:41:00 -0500</pubDate>
<description><![CDATA[XML Literals allow you to use XML syntax in your code. It’s easy to work with XML files this way, since you have that Tags in the code, but it’s also quicker to access information rather then the traditional methods.]]></description>
<category><![CDATA[XML]]></category>
</item>
<item>
<title>A Simple WPF XML Document Viewer Control</title>
<link>http://www.dotnetcat.com/news/WPF/id/13506/</link>
<guid>http://www.dotnetcat.com/news/WPF/id/13506/</guid>
<pubDate>Tue, 06 Apr 2010 15:24:00 -0500</pubDate>
<description><![CDATA[This article introduces a simple XML document viewer control for WPF applications to display XML documents in a formatted way.]]></description>
<category><![CDATA[WPF]]></category>
</item>
<item>
<title>Sharpening Your Axis with Visual Basic 9</title>
<link>http://www.dotnetcat.com/news/VB.NET/id/9385/</link>
<guid>http://www.dotnetcat.com/news/VB.NET/id/9385/</guid>
<pubDate>Mon, 18 Aug 2008 20:42:59 -0500</pubDate>
<description><![CDATA[Visual Basic 9 completely eliminates the barrier between the code you write and the XML you're trying to express. Creating, querying, and transforming XML is much more intuitive and productive than ever before.]]></description>
<category><![CDATA[VB.NET]]></category>
</item>
<item>
<title>Serialization for Rapid Application Development: A Better Approach</title>
<link>http://www.dotnetcat.com/news/Examples/id/8809/</link>
<guid>http://www.dotnetcat.com/news/Examples/id/8809/</guid>
<pubDate>Fri, 25 Apr 2008 21:47:00 -0500</pubDate>
<description><![CDATA[Serialize and Deserialize your objects with ease and simplicity]]></description>
<category><![CDATA[Examples]]></category>
</item>
<item>
<title>Index XML Documents with VTD-XML</title>
<link>http://www.dotnetcat.com/news/XML/id/8748/</link>
<guid>http://www.dotnetcat.com/news/XML/id/8748/</guid>
<pubDate>Fri, 11 Apr 2008 14:20:00 -0500</pubDate>
<description><![CDATA[Traditionally DOM or SAX-based enterprise applications have to repeat CPU-intensive XML parsing when accessing the same documents multiple times. This article introduces a very simple, general-purpose, native XML index called VTD+XML that eliminates the need for repetitive parsing of those applications.]]></description>
<category><![CDATA[XML]]></category>
</item>
<item>
<title>XML Programming in Visual Basic 9.0</title>
<link>http://www.dotnetcat.com/news/XML/id/8370/</link>
<guid>http://www.dotnetcat.com/news/XML/id/8370/</guid>
<pubDate>Mon, 17 Dec 2007 18:00:00 -0600</pubDate>
<description><![CDATA[With Visual Basic 9.0, working with XML gets much easier for developers. Here's a look at some of the new features, including LINQ support, XML literals, embedded expressions, XML properties, and XML Schema IntelliSense.
]]></description>
<category><![CDATA[XML]]></category>
</item>
<item>
<title>Create Dynamic XAML Forms with the Presentation Model Pattern</title>
<link>http://www.dotnetcat.com/news/GUI/id/7812/</link>
<guid>http://www.dotnetcat.com/news/GUI/id/7812/</guid>
<pubDate>Fri, 10 Aug 2007 15:04:44 -0500</pubDate>
<description><![CDATA[This article presents an advanced technique that lets you bind multiple editable line items to a collection using Windows Presentation Foundation and the Presentation Model pattern. It assumes you are familiar with basic WPF data binding techniques as well as design patterns that object-oriented UI libraries typically use. After an introduction to the sample application used throughout this article, you'll see how applying the Presentation Model pattern insulates this application's UI and business logic layers from one another. Finally, you'll see the WPF-specific details involved in binding a Presentation Model to XAML controls to create a dynamic UI with multiple editable line items.

]]></description>
<category><![CDATA[GUI]]></category>
</item>
<item>
<title>Introduction to XAML in Windows Workflow Foundation</title>
<link>http://www.dotnetcat.com/news/XML/id/7131/</link>
<guid>http://www.dotnetcat.com/news/XML/id/7131/</guid>
<pubDate>Fri, 13 Apr 2007 10:38:00 -0500</pubDate>
<description><![CDATA[Extensible Application Markup Language or XAML is a new declarative language that is used in Windows Framework and Windows Presentation Foundation. Introduced with .NET Framework 3.0, XAML is harbinger of declarative (in contrast with imperative using coding) programming model. In Workflow Foundation, workflows can be created using code as well as XAML. Even fully XAML-based solutions are possible with no code at all! This not only gives flexibility of no-compilation-needed to applications, it also opens up a window of possibility for entirely non-technical persons (like business analysts) to design workflows..]]></description>
<category><![CDATA[XML]]></category>
</item>
</channel>
</rss> 