<?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>SharpRegion</title>
	<atom:link href="http://www.sharpregion.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpregion.com</link>
	<description>Adrian Aisemberg about his projects</description>
	<lastBuildDate>Thu, 23 Feb 2012 20:27:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>SQL Syntax C# Filtering</title>
		<link>http://www.sharpregion.com/sql-syntax-c-filtering/</link>
		<comments>http://www.sharpregion.com/sql-syntax-c-filtering/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 19:25:13 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Expressions]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/?p=244</guid>
		<description><![CDATA[Take the following list: var persons = new Person[] {     new Person { Name = &#34;Adrian&#34;, Age=34 },     new Person { Name = &#34;Lilach&#34;, Age=32 },     new Person { Name = &#34;Yuval&#34;, Age=5 },     new Person { Name = &#34;Alon&#34;, &#8230; <a href="http://www.sharpregion.com/sql-syntax-c-filtering/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sharpregion.com/sql-syntax-c-filtering/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CLAP v3</title>
		<link>http://www.sharpregion.com/clap-v3/</link>
		<comments>http://www.sharpregion.com/clap-v3/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 14:34:00 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CLAP]]></category>
		<category><![CDATA[Command-Line]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/?p=233</guid>
		<description><![CDATA[CLAP is a magical .NET Command-Line Automatic Parser. It has plenty of features and is extremely easy to use. If you are new to CLAP – please see the short intro here. CLAP has a new version and it brings &#8230; <a href="http://www.sharpregion.com/clap-v3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sharpregion.com/clap-v3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLAP has a new home with full documentation</title>
		<link>http://www.sharpregion.com/clap-has-a-new-home-with-full-documentation/</link>
		<comments>http://www.sharpregion.com/clap-has-a-new-home-with-full-documentation/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 22:13:31 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[CLAP]]></category>
		<category><![CDATA[Command-Line]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/?p=205</guid>
		<description><![CDATA[Here: http://adrianaisemberg.github.com/CLAP]]></description>
		<wfw:commentRss>http://www.sharpregion.com/clap-has-a-new-home-with-full-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Windows-Phone 7 Navigation</title>
		<link>http://www.sharpregion.com/easy-windows-phone-7-navigation/</link>
		<comments>http://www.sharpregion.com/easy-windows-phone-7-navigation/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 18:44:38 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[WP7]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Navigation]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/?p=192</guid>
		<description><![CDATA[Page navigation in WP7 is crappy: You must pass an instance of System.Uri which must be of UriKind.Relative You cannot pass any object but only strings. If you need to pass some object, you usually pass an id and find &#8230; <a href="http://www.sharpregion.com/easy-windows-phone-7-navigation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sharpregion.com/easy-windows-phone-7-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLAP@github</title>
		<link>http://www.sharpregion.com/clapgithub/</link>
		<comments>http://www.sharpregion.com/clapgithub/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 11:53:31 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Command-Line]]></category>
		<category><![CDATA[CLAP]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/?p=182</guid>
		<description><![CDATA[CLAP&#8217;s source code is now available on github: https://github.com/adrianaisemberg/CLAP]]></description>
		<wfw:commentRss>http://www.sharpregion.com/clapgithub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLAP: Help and Empty Handlers</title>
		<link>http://www.sharpregion.com/clap-help-and-empty-handlers/</link>
		<comments>http://www.sharpregion.com/clap-help-and-empty-handlers/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 20:12:54 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Command-Line]]></category>
		<category><![CDATA[CLAP]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/clap-help-and-empty-handlers/</guid>
		<description><![CDATA[Previous post introduced the Global and Help features of CLAP. In this post, a new syntax is introduced to handle Help and Empty handlers. Get It Source code and binaries at github: https://github.com/adrianaisemberg/CLAP NuGet: Install-Package CLAP Help In the following &#8230; <a href="http://www.sharpregion.com/clap-help-and-empty-handlers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sharpregion.com/clap-help-and-empty-handlers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CLAP: NuGet Available</title>
		<link>http://www.sharpregion.com/clap-nuget-available/</link>
		<comments>http://www.sharpregion.com/clap-nuget-available/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 19:15:10 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Command-Line]]></category>
		<category><![CDATA[CLAP]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/clap-nuget-available/</guid>
		<description><![CDATA[&#62;Install-Package CLAP Package Homepage: http://nuget.org/List/Packages/CLAP]]></description>
		<wfw:commentRss>http://www.sharpregion.com/clap-nuget-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CLAP: Command-Line Auto Parser&#8211;Part 2</title>
		<link>http://www.sharpregion.com/clap-command-line-auto-parserpart-2/</link>
		<comments>http://www.sharpregion.com/clap-command-line-auto-parserpart-2/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 19:50:30 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Command-Line]]></category>
		<category><![CDATA[CLAP]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/?p=156</guid>
		<description><![CDATA[Get It Source code and binaries at github: https://github.com/adrianaisemberg/CLAP NuGet: Install-Package CLAP Intro Previous post introduced the Command-Line Auto Parser and provided examples for: Defining verbs Defining parameters Default verbs and additional names Default values Supported parameter types Using built-in &#8230; <a href="http://www.sharpregion.com/clap-command-line-auto-parserpart-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sharpregion.com/clap-command-line-auto-parserpart-2/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>CLAP: Command-Line Auto Parser</title>
		<link>http://www.sharpregion.com/clap-command-line-auto-parser/</link>
		<comments>http://www.sharpregion.com/clap-command-line-auto-parser/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 05:32:23 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Command-Line]]></category>
		<category><![CDATA[CLAP]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/?p=135</guid>
		<description><![CDATA[Automatic command-line verb and argument parsing using smart reflection.Inspired by the ASP.NET MVC Controller-Actions, finally &#8211; a kick-ass command-line parser. The last one you will ever need! Update: Part 2 of the CLAP introduction is here Get It Source code &#8230; <a href="http://www.sharpregion.com/clap-command-line-auto-parser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sharpregion.com/clap-command-line-auto-parser/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Vercue Extensions with C# &#8211; Part 2</title>
		<link>http://www.sharpregion.com/vercue-extensions-with-c-part-2/</link>
		<comments>http://www.sharpregion.com/vercue-extensions-with-c-part-2/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 18:47:19 +0000</pubDate>
		<dc:creator>Adrian Aisemberg</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Vercue]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Rules]]></category>

		<guid isPermaLink="false">http://www.sharpregion.com/?p=89</guid>
		<description><![CDATA[In this post, we’ll see how to extend the Vercue Rules module and implement custom Actions, Macros and Monitors. Before reading this post, you should know: How to implement a UI Vercue extension What are Vercue Rules and how to &#8230; <a href="http://www.sharpregion.com/vercue-extensions-with-c-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.sharpregion.com/vercue-extensions-with-c-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

