<?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>Farblondzshet in Code &#187; Snippets</title>
	<atom:link href="http://matthewmanela.com/category/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewmanela.com</link>
	<description>The life and work of Matthew Manela</description>
	<lastBuildDate>Wed, 01 Sep 2010 21:54:57 +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>Snippet Designer 1.3 Released!</title>
		<link>http://matthewmanela.com/2010/06/01/snippet-designer-1-3-released/</link>
		<comments>http://matthewmanela.com/2010/06/01/snippet-designer-1-3-released/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 04:59:09 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[Snippet Designer]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio Gallery]]></category>

		<guid isPermaLink="false">/b/matt/archive/2010/06/01/snippet-designer-1-3-released.aspx</guid>
		<description><![CDATA[I just released Snippet Designer 1.3.  CodePlex Page: http://snippetdesigner.codeplex.com/   Visual Studio Gallery Page: http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392  The key features of this release are supp... <a href="http://matthewmanela.com/2010/06/01/snippet-designer-1-3-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>I just released Snippet Designer 1.3.</h4>

<p><p><strong>CodePlex Page</strong>: <a href="http://snippetdesigner.codeplex.com/">http://snippetdesigner.codeplex.com/</a></p>

<p><strong>Visual Studio Gallery Page:</strong> <a href="http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392">http://visualstudiogallery.msdn.microsoft.com/en-us/B08B0375-139E-41D7-AF9B-FAEE50F68392</a></p>

<p>The key features of this release are support for HTML/ASP.NET, JavaScript and SQL snippets and a much improved snippet searching experience.</p>

<p>If you already have it installed for Visual Studio 2010 you will get an update in your extension manager for the new version.</p>

<h4>Change log</h4>

<p><strong>Changes for Visual Studio 2010</strong></p>

<p><p> <strong></strong></p>

<ul>
<li>Fixed bug where &quot;Export as Snippet&quot; was failing in a website project </li>
<li>Changed Snippet Explorer search to use a relevance based algorithm which yields much better results </li>
<li>Added support for JavaScript snippets </li>
<li>Added support for SQL snippets </li>
<li>Added support for HTML/ASP.Net snippets </li>
<li>Added support for <AlternativeShortcuts> tag </li>
<li>Made the color of the snippet replacement highlighting configurable </li>
</ul>

<p><strong>Changes for Visual Studio 2008</strong></p>

<p><p> <strong></strong></p>

<ul>
<li>Fixed bug where &quot;Export as Snippet&quot; was failing in a website project </li>
<li>Changed Snippet Explorer search to use a relevance based algorithm which yields much better results </li>
</ul>

<div style="clear:both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2010/06/01/snippet-designer-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My xUnit.net Visual Studio Code Snippets</title>
		<link>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets/</link>
		<comments>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:58:00 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blogs.msdn.com/matt/archive/2009/03/02/my-xunit-net-vs-code-snippets.aspx</guid>
		<description><![CDATA[The xUnit .Net codeplex page lists one useful Visual Studio code snippet for creating a Fact.&#160; As you can tell I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I f... <a href="http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><P>The <A href="http://xunit.codeplex.com/" mce_href="http://xunit.codeplex.com/">xUnit .Net</A> codeplex page <A href="http://xunit.codeplex.com/Wiki/View.aspx?title=VsSnippets" mce_href="http://xunit.codeplex.com/Wiki/View.aspx?title=VsSnippets">lists one</A> useful Visual Studio code snippet for creating a Fact.&nbsp; As you <A href="http://snippetdesigner.codeplex.com/" mce_href="http://snippetdesigner.codeplex.com">can tell</A> I am fairly fond of code snippets so I created a few more which I use when writing xUnit.net facts. These are one line snippets that I find very convenient when writing my assertions.</P>
<P>Below is a table which shows the shortcut you use to access the snippet and the code the snippet generates</P>
<TABLE border=0 cellSpacing=0 cellPadding=2 width=362>
<TBODY>
<TR>
<TD vAlign=top width=90><STRONG>Shortcut</STRONG></TD>
<TD vAlign=top width=270><STRONG>Snippet</STRONG></TD></TR>
<TR>
<TD vAlign=top width=90>ae</TD>
<TD vAlign=top width=270>Assert.Equal($expected$,$actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>ane</TD>
<TD vAlign=top width=270>Assert.NotEqual($expected$,$actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>an</TD>
<TD vAlign=top width=270>Assert.Null($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>ann</TD>
<TD vAlign=top width=270>Assert.NotNull($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>at</TD>
<TD vAlign=top width=270>Assert.True($actual$)</TD></TR>
<TR>
<TD vAlign=top width=90>af</TD>
<TD vAlign=top width=270>Assert.False($actual$)</TD></TR></TBODY></TABLE>
<P>I have included a <A title="xUunit.net Snippets" href="http://blogs.msdn.com/matt/attachment/9455475.ashx" mce_href="http://blogs.msdn.com/matt/attachment/9455475.ashx">zip containing these snippets</A>.&nbsp;&nbsp; Enjoy!</P></p>
]]></content:encoded>
			<wfw:commentRss>http://matthewmanela.com/2009/03/02/my-xunit-net-visual-studio-code-snippets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blogs.msdn.com/matt/attachment/9455475.ashx" length="3703" type="application/x-zip-compressed" />
		</item>
	</channel>
</rss>
