<?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>Software Warlock &#187; WPF</title>
	<atom:link href="http://softwareblog.morlok.net/category/wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwareblog.morlok.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Dec 2011 16:06:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>WPF Regular Expression Test Utility</title>
		<link>http://softwareblog.morlok.net/2009/06/16/wpf-regular-expression-test-utility/</link>
		<comments>http://softwareblog.morlok.net/2009/06/16/wpf-regular-expression-test-utility/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:07:11 +0000</pubDate>
		<dc:creator>Warlock</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Software Development Tools]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://softwareblog.morlok.net/?p=272</guid>
		<description><![CDATA[When working on .NET applications, I frequently need to test regular expressions I&#8217;m using in my code. There are many good utilities out there to test regular expressions, but most are web-based and rely on Javascript for regular expression processing, &#8230;<p class="read-more"><a href="http://softwareblog.morlok.net/2009/06/16/wpf-regular-expression-test-utility/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>When working on .NET applications, I frequently need to test regular expressions I&#8217;m using in my code.  There are many good utilities out there to test regular expressions, but most are web-based and rely on Javascript for regular expression processing, which lacks support for .NET&#8217;s named captures.</p>
<p>In response, I built the a regex test utility in WPF that has the following features:</p>
<ul>
<li>.NET syntax for regular expressions</li>
<li>Supports named capture groups</li>
<li>Gives real-time feedback (as you type) for the regular expression and the test input</li>
</ul>
<div id="attachment_273" class="wp-caption aligncenter" style="width: 310px"><a href="http://softwareblog.morlok.net/wp-content/uploads/2009/06/testregexscreenshot.png"><img src="http://softwareblog.morlok.net/wp-content/uploads/2009/06/testregexscreenshot-300x88.png" alt="Screenshot of regex tester." title="TestRegex screenshot" width="300" height="88" class="size-medium wp-image-273" /></a><p class="wp-caption-text">Screenshot of regex tester.</p></div>
<p>The binary requires .NET 3.5 and is available <a href="http://softwareblog.morlok.net/wp-content/uploads/2009/06/testregex.zip">here</a>. The source can be found on GitHub <a href="http://github.com/rmorlok/TestRegexWPF">here</a>.</p>
<p>Also, for those of you working with .NET regular expressions, I&#8217;ve always found <a href="http://www.regular-expressions.info/dotnet.html">this site</a> a great resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwareblog.morlok.net/2009/06/16/wpf-regular-expression-test-utility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in WPF 3.5</title>
		<link>http://softwareblog.morlok.net/2007/07/29/whats-new-in-wpf-35/</link>
		<comments>http://softwareblog.morlok.net/2007/07/29/whats-new-in-wpf-35/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 20:15:26 +0000</pubDate>
		<dc:creator>Warlock</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://softwareblog.morlok.net/2007/07/29/whats-new-in-wpf-35/</guid>
		<description><![CDATA[Here is an article with 15 cool new features coming out in WPF 3.5.  I&#8217;m pumped to get developing on the new version .NET.  They&#8217;re introducing some new language features such anonymous types, implicitly typed local variables and and lambda &#8230;<p class="read-more"><a href="http://softwareblog.morlok.net/2007/07/29/whats-new-in-wpf-35/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Here is an <a href="http://blogs.msdn.com/tims/archive/2007/07/27/what-s-new-in-wpf-3-5-here-s-fifteen-cool-features.aspx">article</a> with 15 cool new features coming out in WPF 3.5.  I&#8217;m pumped to get developing on the new version .NET.  They&#8217;re introducing some new language features such anonymous types, implicitly typed local variables and and lambda functions.  Cool stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://softwareblog.morlok.net/2007/07/29/whats-new-in-wpf-35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

