<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FailBoy &#187; XSD</title>
	<atom:link href="http://www.failboy.net/tag/xsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.failboy.net</link>
	<description>We reserve the right FAIL</description>
	<lastBuildDate>Tue, 03 Aug 2010 20:45:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Generate class from XSD</title>
		<link>http://www.failboy.net/2009/05/generate-class-from-xsd/</link>
		<comments>http://www.failboy.net/2009/05/generate-class-from-xsd/#comments</comments>
		<pubDate>Wed, 06 May 2009 12:25:52 +0000</pubDate>
		<dc:creator>FailBoy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[XSD]]></category>

		<guid isPermaLink="false">http://www.failboy.net/?p=11</guid>
		<description><![CDATA[Discovered something nice today, Microsoft has built a small tool to convert a XSD file into a code class for you. This is very very useful when need to serialize some information and using a XSD file as a base. Simply open up the Visual Studio Command Prompt and navigate to the folder that contains [...]]]></description>
			<content:encoded><![CDATA[<p>Discovered something nice today, Microsoft has built a small tool to convert a XSD file into a code class for you. This is very very useful when need to serialize some information and using a XSD file as a base. Simply open up the Visual Studio Command Prompt and navigate to the folder that contains the XSD file and enter the following:</p>
<blockquote><p>xsd /classes /language:CS XSDFileNameHere.xsd</p></blockquote>
<p>This will generate a delightful little .cs class file for you, ready to be used in your project!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.failboy.net/2009/05/generate-class-from-xsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
