<?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"
	>

<channel>
	<title>JetBrains .NET Tools Blog</title>
	<atom:link href="http://blogs.jetbrains.com/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/dotnet</link>
	<description>tips&#38;tricks, news, how-to's</description>
	<pubDate>Tue, 09 Feb 2010 10:54:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>ReSharper 5.0 Preview: Solution-Wide Warnings and Suggestions</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/01/resharper-50-preview-solution-wide-warnings-and-suggestions/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2010/01/resharper-50-preview-solution-wide-warnings-and-suggestions/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:19:18 +0000</pubDate>
		<dc:creator>Jura Gorohovsky</dc:creator>
		
		<category><![CDATA[How-To's]]></category>

		<category><![CDATA[ReSharper Tips&#038;Tricks]]></category>

		<category><![CDATA[ReSharper 5.0]]></category>

		<category><![CDATA[ReSharper 5.0 Preview]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=404</guid>
		<description><![CDATA[Over the years, ReSharper has gradually advanced from plainly highlighting errors and problems in individual code files to somehow summing up errors and problems in a larger scope, up to the entire solution.
Back in 2007, ReSharper 3.1 was the first product version to introduce Solution-Wide Error Analysis to gather data on all errors in the [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years, ReSharper has gradually advanced from plainly highlighting errors and problems in individual code files to somehow summing up errors and problems in a larger scope, up to the entire solution.</p>
<p>Back in 2007, ReSharper 3.1 was the first product version to introduce Solution-Wide Error Analysis to gather data on all errors in the solution using a single tool window. ReSharper 4.5 split many code inspections to execute in private and public scope, with the latter only available when you turned on Solution-Wide Error Analysis.</p>
<p>Taking another huge step towards instantly seeing every problem anywhere in your solution, ReSharper 5 introduces a new code analysis feature called <strong>Solution-Wide Warnings and Suggestions</strong>. As you&#8217;ve probably guessed, it <strong>lists all warnings and suggestions that ReSharper displays in the scope of your whole solution</strong> or in a narrower scope, depending on how you call it. In other words, any code smells or other problems that you may have in your solution can now be summarized in a single tool window, making tool-based code review much easier.</p>
<p>When you switch on Solution-Wide Errors Analysis, Solution-Wide Warnings and Suggestions starts showing errors as well, plus warnings and suggestions that work in non-private scope.</p>
<p>That doesn&#8217;t mean <em>Errors in Solution</em> tool window becomes obsolete with R# 5: when your goal is as simple as to make your code compile, <em>Errors in Solution</em> quickly indicates that something in the solution went awfully wrong and you should fix things up before you can compile.</p>
<p>However, as soon as you&#8217;re ambitious enough to make your code green - that is, eliminate compiler warnings, implement best practices, or upgrade your code to leverage the latest language opportunities - <em>Solution-Wide Warnings and Suggestions</em> is exactly what you need to get the job done quickly.</p>
<p>The feature includes two items:</p>
<ul>
<li><strong>Inspect Code</strong> - a new command that is available by right-clicking any node in <em>Solution Explorer</em>, from a single file to the whole solution:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspect_code1.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspect_code1-299x300.png" alt="" title="inspect_code1" width="299" height="300" class="alignnone size-medium wp-image-408" /></a>
</li>
<li><strong>Inspection Results</strong> - a tool window that actually shows problems found in a certain scope, broken up into several categories:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results-300x202.png" alt="" title="inspection_results" width="300" height="202" class="alignnone size-medium wp-image-409" /></a></li>
</ul>
<p>The <strong>Inspection Results</strong> tool window is pretty much similar to other ReSharper tool windows like <em>Type Hierarchy</em> or <em>Find Results</em>: it provides common navigation, grouping and export options. It also has a code preview pane where you can instantly see the context of a problem without opening the corresponding file in the text editor:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__preview.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__preview-300x234.png" alt="" title="inspection_results__preview" width="300" height="234" class="alignnone size-medium wp-image-410" /></a>
</p>
<p>The tool window is not updated automatically, so as soon as you&#8217;ve made substantial changes, make sure to click the <strong>Refresh</strong> button to see up-to-date inspection results:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__refresh.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__refresh.png" alt="" title="inspection_results__refresh" width="110" height="80" class="alignnone size-medium wp-image-411" /></a>
</p>
<p>In many scenarios, chances are you don&#8217;t want to review all code problems you may have in a scope - you&#8217;d rather focus on a particular subset. <em>Inspection Results</em> lets you do this by clicking the glaring <strong>Filter</strong> button:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/filter_issues__button.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/filter_issues__button.png" alt="" title="filter_issues__button" width="119" height="84" class="alignnone size-medium wp-image-412" /></a>
</p>
<p>This displays the <strong>Filter Issues</strong> dialog box where you can select or unselect individual inspections or even entire inspection groups. For example, here&#8217;s how you can discover code that can be transformed to leverage C# 3.0 and C# 4.0 language features:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/filter_issues__language1.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/filter_issues__language1-282x300.png" alt="" title="filter_issues__language1" width="282" height="300" class="alignnone size-medium wp-image-415" /></a>
</p>
<p>When you double-click an item in <em>Inspection Results</em>, the corresponding file opens in the text editor in the right position for you to actually take measures: apply a quick-fix, refactor or clean up code, or whatever:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_in_text_editor.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_in_text_editor-300x116.png" alt="" title="inspection_in_text_editor" width="300" height="116" class="alignnone size-medium wp-image-416" /></a>
</p>
<p>However, instead of double-clicking through all inspections, in many cases you can <strong>apply fixes right from <em>Inspection Results</em></strong>: say, you&#8217;re inspecting a single file that has three inspection items:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__single_file.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__single_file-300x169.png" alt="" title="inspection_results__single_file" width="300" height="169" class="alignnone size-medium wp-image-417" /></a>
</p>
<p>Of the three inspection items, two can be safely fixed using <em>Code Cleanup</em>, which can both delete a redundant &#8220;using&#8221; directive and make an explicitly typed variable implicitly typed. Then, you press <em>Ctrl+Alt+F</em> right on one of these two inspection items, and the <em>Code Cleanup</em> dialog box displays:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__single_file_code_cleanup.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__single_file_code_cleanup-300x177.png" alt="" title="inspection_results__single_file_code_cleanup" width="300" height="177" class="alignnone size-medium wp-image-418" /></a>
</p>
<p>You launch Code Cleanup with Full Cleanup profile, and ReSharper applies fixes for both inspections straight away! Upon refreshing <em>Inspection Results</em>, you only have one inspection left:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__single_file_code_cleanup_result.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2010/01/inspection_results__single_file_code_cleanup_result-300x138.png" alt="" title="inspection_results__single_file_code_cleanup_result" width="300" height="138" class="alignnone size-medium wp-image-419" /></a>
</p>
<p>In addition to cleaning up code, you can also apply refactorings and navigation actions right from <em>Inspection Results</em>. I hope to cover scenarios involving this approach in subsequent posts about ReSharper 5.</p>
<p>To try out Solution-Wide Warnings and Inspections in its latest incarnation, make sure to <a href="http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+5.0+Nightly+Builds"><strong>download a fresh ReSharper 5 nightly build!</strong></a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2010%2F01%2Fresharper-50-preview-solution-wide-warnings-and-suggestions%2F';
  addthis_title  = 'ReSharper+5.0+Preview%3A+Solution-Wide+Warnings+and+Suggestions';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2010/01/resharper-50-preview-solution-wide-warnings-and-suggestions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSharper 5.0 Beta Comes Out</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/12/resharper-50-beta-comes-out/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/12/resharper-50-beta-comes-out/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:30:09 +0000</pubDate>
		<dc:creator>Jura Gorohovsky</dc:creator>
		
		<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=392</guid>
		<description><![CDATA[Download ReSharper 5.0 Beta while it&#8217;s hot!
ReSharper 5.0 introduces a great web development feature set; code analysis extended with call tracking, value tracking, and foreach-to-LINQ transformations; project-level refactorings; and a lot more enjoyable features. You can learn what&#8217;s new in greater detail at the ReSharper web site.
ReSharper 5.0 Beta integrates into both Visual Studio 2008 [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.jetbrains.com/resharper/download">Download ReSharper 5.0 Beta</a></strong> while it&#8217;s hot!</p>
<p>ReSharper 5.0 introduces a great <strong>web development</strong> feature set; <strong>code analysis</strong> extended with call tracking, value tracking, and foreach-to-LINQ transformations; <strong>project-level refactorings</strong>; and a lot more enjoyable features. You can learn <a href="http://www.jetbrains.com/resharper/beta/beta.html">what&#8217;s new</a> in greater detail at the ReSharper web site.</p>
<p>ReSharper 5.0 Beta integrates into both Visual Studio 2008 and <strong>Visual Studio 2010</strong>, so if you&#8217;re using Visual Studio 2010 Beta 2 and you&#8217;re missing ReSharper goodness, now is a good time to give ReSharper 5 a try.</p>
<p>However, keep in mind that Visual Studio 2010 Beta 2 has a number of known issues that in certain scenarios prevent ReSharper from working well. Don&#8217;t worry too much though: it doesn&#8217;t mean your Visual Studio crashes every time you press <em>Alt+Enter</em>! JetBrains and Microsoft engineers are aware of the problems and working together to solve them by the time Visual Studio 2010 goes RTM.</p>
<p>By the way, ReSharper in Visual Studio 2010 introduces a pack of special text editor integration features including a new animated error stripe and alpha-blended gray code that lets you see ReSharper highlighting even in code that ReSharper marks as unreachable:</p>
<p><a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/vs2010__alphablended_grey_code.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/vs2010__alphablended_grey_code-300x117.png" alt="" title="vs2010__alphablended_grey_code" width="300" height="117" class="alignnone size-medium wp-image-395" /></a></p>
<p>Since this is a beta release, we desperately need your feedback. Please file any bugs that you may encounter to <a href="http://jetbrains.net/jira/browse/RSRP">ReSharper issue tracker</a>, and otherwise let us know how you feel using the new ReSharper in your Visual Studio.</p>
<p><strong><a href="http://www.jetbrains.com/resharper/download">Download</a></strong> and enjoy!</p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F12%2Fresharper-50-beta-comes-out%2F';
  addthis_title  = 'ReSharper+5.0+Beta+Comes+Out';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/12/resharper-50-beta-comes-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSharper 5.0 Preview: Loops 2 LINQ</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/12/resharper-50-preview-loops-2-linq/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/12/resharper-50-preview-loops-2-linq/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:49:30 +0000</pubDate>
		<dc:creator>Jura Gorohovsky</dc:creator>
		
		<category><![CDATA[How-To's]]></category>

		<category><![CDATA[ReSharper Tips&#038;Tricks]]></category>

		<category><![CDATA[LINQ]]></category>

		<category><![CDATA[ReSharper 5.0]]></category>

		<category><![CDATA[ReSharper 5.0 Preview]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=259</guid>
		<description><![CDATA[On the eve of ReSharper 5.0 going beta, we thought it&#8217;s just about time to start elaborating on new R# features. We&#8217;re hoping for a series of posts on improved code analysis, navigation to and within external sources, structural search &#038; replace, ASP.NET support, and other stunning capabilities that ReSharper 5.0 provides. Today, we&#8217;ll talk [...]]]></description>
			<content:encoded><![CDATA[<p>On the eve of ReSharper 5.0 going beta, we thought it&#8217;s just about time to start elaborating on new R# features. We&#8217;re hoping for a series of posts on improved code analysis, navigation to and within external sources, structural search &#038; replace, ASP.NET support, and other stunning capabilities that ReSharper 5.0 provides. Today, we&#8217;ll talk about R# going crazy over LINQ.</p>
<p>Among many new code inspections introduced in ReSharper 5.0, two are specifically aimed at converting <code>for</code> and <code>foreach</code> loops into LINQ statements and/or combinations of extension methods and lambda expressions. Here they are:</p>
<ul>
<li><em>Loop can be converted into LINQ-expression</em></li>
<li><em>Part of loop&#8217;s body can be converted into LINQ-expression</em></li>
</ul>
<p>If you are wondering why you would ever transform traditional cozy loops to LINQ, <a href="http://www.lostechies.com/blogs/jimmy_bogard/archive/2008/05/09/linq-query-operators-lose-that-foreach-already.aspx">Jimmy Bogard</a>, <a href="http://weblogs.asp.net/podwysocki/archive/2009/06/26/the-anti-for-campaign.aspx">Matthew Podwysocki</a>, and <a href="http://www.codethinked.com/post/2009/06/15/Life-After-Loops.aspx">Justin Etheredge</a> have done a great job of explaining why.</p>
<p>Back to ReSharper work, let&#8217;s see how it converts loops to LINQ method or query syntax for you in common scenarios.</p>
<p>First, there&#8217;s the <strong>aggregation</strong> scenario where we loop through a collection in order to get the number of this collection&#8217;s items for which a certain condition holds true:</p>
<p><a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/aggregation_count__before.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/aggregation_count__before-300x132.png" alt="" title="aggregation_count__before" width="300" height="132" class="alignnone size-medium wp-image-371" /></a></p>
<p>ReSharper highlights the <code>foreach</code> keyword with a green curly underline. You press <strong>Alt+Enter</strong> for available actions, and ReSharper suggests that you convert the loop to a LINQ expression:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/aggregation_count__action.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/aggregation_count__action-300x118.png" alt="" title="aggregation_count__action" width="300" height="118" class="alignnone size-medium wp-image-369" /></a><br />
You apply the conversion, and here we go: no more temporary counter variable. Instead, we&#8217;ve got <code>Count</code> extension method with a lambda-styled condition:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/aggregation_count__after.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/aggregation_count__after-300x41.png" alt="" title="aggregation_count__after" width="300" height="41" class="alignnone size-medium wp-image-370" /></a></p>
<p>Next, we&#8217;re taking on the <strong>transformation</strong> scenario where we&#8217;re looping though a collection to populate another collection:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/transformation__before.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/transformation__before-300x76.png" alt="" title="transformation__before" width="300" height="76" class="alignnone size-medium wp-image-377" /></a></p>
<p>Again, ReSharper is smart enough to see that the code fragment can be converted to LINQ method syntax:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/transformation__action.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/transformation__action-300x91.png" alt="" title="transformation__action" width="300" height="91" class="alignnone size-medium wp-image-375" /></a></p>
<p>On the output side, we&#8217;ve got one line of code instead of three, thanks to the <code>ToDictionary</code> extension method:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/transformation__after.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/transformation__after-300x10.png" alt="" title="transformation__after" width="300" height="10" class="alignnone size-medium wp-image-376" /></a></p>
<p>For the next scenario, let&#8217;s take a collection and <strong>filter</strong> it out, so to speak, like this:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/filtering_before.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/filtering_before-300x148.png" alt="" title="filtering_before" width="300" height="148" class="alignnone size-medium wp-image-374" /></a></p>
<p>ReSharper encounters three <code>foreach</code> loops and readily suggests that we convert each of them. Because conversion only occurs within a selected loop and its nested loops, let&#8217;s press <strong>Alt+Enter</strong> at the top-level loop:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/filtering_action.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/filtering_action-300x137.png" alt="" title="filtering_action" width="300" height="137" class="alignnone size-medium wp-image-372" /></a></p>
<p>What we&#8217;ve got here is a pretty return statement that leverages LINQ query syntax:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/filtering_after.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/12/filtering_after-300x68.png" alt="" title="filtering_after" width="300" height="68" class="alignnone size-medium wp-image-373" /></a></p>
<p>All three examples above show how ReSharper converts entire loops to LINQ. In many cases, specifically with write usages inside loops, that can&#8217;t be done. For such occasions, ReSharper provides its second LINQ-related inspection: <em>Part of loop&#8217;s body can be converted into LINQ-expression</em>. Unlike the previous action, it&#8217;s displayed as a hint and highlighted with a straight green underline.</p>
<p>Let&#8217;s take another <code>foreach</code> loop with a complex condition and a write usage inside:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/foreach_to_linq_partial_11.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/foreach_to_linq_partial_11-300x72.png" alt="" title="foreach_to_linq_partial_11" width="300" height="72" class="alignnone size-medium wp-image-311" /></a><br />
Pressing <strong>Alt+Enter</strong> at the <code>foreach</code> keyword highlighted as a hint lets you convert a part of the loop to LINQ syntax:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/foreach_to_linq_partial_21.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/foreach_to_linq_partial_21-300x75.png" alt="" title="foreach_to_linq_partial_21" width="300" height="75" class="alignnone size-medium wp-image-312" /></a><br />
ReSharper integrates the condition with iteration variable definition, resulting in a LINQ query that makes the previously bloated write usage clear:<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/foreach_to_linq_partial_31.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/foreach_to_linq_partial_31-300x72.png" alt="" title="foreach_to_linq_partial_31" width="300" height="72" class="alignnone size-medium wp-image-313" /></a></p>
<p>If, for any reason, you want to keep your loops for future generations and you don&#8217;t need LINQ-related code inspections, or, say, you want them to display as warnings or even errors, you can always configure them by choosing <strong>ReSharper | Options | Code Inspection | Severity</strong>.</p>
<p>The two loop 2 LINQ inspections and many more exciting features are available right now: we keep publishing fresh <a href="http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+5.0+Nightly+Builds">ReSharper 5 nightly builds</a> that you can download and evaluate.<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F12%2Fresharper-50-preview-loops-2-linq%2F';
  addthis_title  = 'ReSharper+5.0+Preview%3A+Loops+2+LINQ';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/12/resharper-50-preview-loops-2-linq/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to ReSharper 5.0 EAP!</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/10/welcome-to-resharper-50-eap/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/10/welcome-to-resharper-50-eap/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 11:11:39 +0000</pubDate>
		<dc:creator>Jura Gorohovsky</dc:creator>
		
		<category><![CDATA[News and Events]]></category>

		<category><![CDATA[eap]]></category>

		<category><![CDATA[ReSharper 5.0]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=307</guid>
		<description><![CDATA[We&#8217;re happy to finally provide public access to early bits of the renewed ReSharper!
Starting today, you can download nightly ReSharper builds, and the first one is already there for you.
Note that this is only pre-release software. Nightly builds are assembled automatically every night without proper alpha testing, and we can&#8217;t guarantee that they will even [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to finally provide <strong>public access</strong> to early bits of the renewed ReSharper!</p>
<p>Starting today, you can <a href="http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+5.0+Nightly+Builds">download nightly ReSharper builds</a>, and the first one is already there for you.</p>
<p>Note that this is only pre-release software. Nightly builds are assembled automatically every night without proper alpha testing, and we can&#8217;t guarantee that they will even run on your machine. However, we hope that by participating in this Early Access Program, you can help us gradually improve product quality up to a level that is proper for final release.</p>
<p>Some additional notes on this EAP:</p>
<ul>
<li>At this time, we&#8217;re only publishing ReSharper builds for VS 2008. We&#8217;ll start publishing VS 2010-compatible builds as soon as we verify that ReSharper works decently with VS 2010 Beta 2.</li>
<li>The UI for many new and improved ReSharper features is not yet finalized. Shortcuts and titles may change as well.</li>
</ul>
<p>Once you have downloaded, installed, and used a nightly build for a while, please vote for it in the nightly builds page so that other users are able to judge on its quality. If you&#8217;re willing to report a bug or feature request, please do so using our <a href="http://jetbrains.net/jira/browse/RSRP">bug tracker</a> (<a href="http://www.jetbrains.net/confluence/display/ReSharper/ReSharper+Issue+Tracker">here&#8217;s how it works</a>).</p>
<p>To further comment on the quality of individual nightly builds please use <a href="news://news.jetbrains.com/jetbrains.resharper.eap">jetbrains.resharper.eap newsgroup</a> or its <a href="http://www.jetbrains.net/devnet/community/resharper/resharper_eap">web mirror</a> in our development community.</p>
<p>To get an idea of improvements and new features that we&#8217;re starting to reveal during this EAP, take a look at the recently published <a href="http://blogs.jetbrains.com/dotnet/2009/10/resharper-50-overview/">ReSharper 5 Overview</a>.</p>
<p>Happy early accessing!</p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F10%2Fwelcome-to-resharper-50-eap%2F';
  addthis_title  = 'Welcome+to+ReSharper+5.0+EAP%21';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/10/welcome-to-resharper-50-eap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSharper 5.0 Overview</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/10/resharper-50-overview/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/10/resharper-50-overview/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 17:22:47 +0000</pubDate>
		<dc:creator>Jura Gorohovsky</dc:creator>
		
		<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=280</guid>
		<description><![CDATA[As promised, we&#8217;re publishing a general ReSharper 5.0 overview, elaborating on its feature set.
Please keep in mind that this is a preliminary document. The general picture will stay unchanged, but local amendments cannot be ruled out at this point, and many user interface items will probably change.
Features

External Sources
A solution is not limited to sources included [...]]]></description>
			<content:encoded><![CDATA[<p>As promised, we&#8217;re publishing a general ReSharper 5.0 overview, elaborating on its feature set.</p>
<p>Please keep in mind that this is a preliminary document. The general picture will stay unchanged, but local amendments cannot be ruled out at this point, and many user interface items will probably change.</p>
<h3>Features</h3>
<ul>
<li><strong>External Sources</strong><br />
A solution is not limited to sources included in your projects, but also contains sources that were used to build your libraries. Some companies publish parts of their sources using the Source Server feature of debug information files (<em>PDB</em>). This is the same technology that Microsoft uses to provide access to source code for parts of the .NET Framework. With ReSharper 5, you can now access it as if it were a part of your solution. When no sources are available, ReSharper does a decent job of reconstructing types&#8217; structure from metadata for your browsing pleasure.<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/external_sources_crop.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/external_sources_crop-247x300.png" alt="" title="external_sources_crop" width="247" height="300" class="alignnone size-medium wp-image-292" /></a>
</li>
<li><strong>Structured Patterns</strong><br />
      &#8220;I was assigned to a new project, and the source code is full of [<em>your favorite code smell here</em>]. Please, make ReSharper analyze and fix it!&#8221;. Fortunately, ReSharper 5 can address this demand. You can set up your own code patterns, search for them, replace them, include them in code analysis, and even use quick-fixes to replace! Building patterns and enforcing good practices has never been this easy. Corporate and team policies, your own frameworks, favorite open source libraries and tools&nbsp;&mdash; you can cover them all.<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/structural_search.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/structural_search-300x239.png" alt="" title="structural_search" width="300" height="239" class="alignnone size-medium wp-image-281" /></a></p>
</li>
<li><strong>Project Refactorings and Dependencies View</strong><br />
      Once you&#8217;ve gotten used to smart, automated refactorings that ReSharper provides, you can&#8217;t think of doing them manually anymore. In this release, we extend ReSharper&#8217;s coverage to bring you several refactorings for project structure. With ReSharper 5, you can move files and folders between projects; synchronize namespaces to folder structure in any scope - as large as your solution; safely delete obsolete subsystems without going type by type; and split a file with lots of types created from usages into their own dedicated files - in one go. We have also added a special project dependencies view to help you track down excessive dependencies between projects and eliminate them. As an early ReSharper 5 user said, &#8220;I&#8217;m no longer afraid of restructuring my project. I just go and do it whenever I feel it&#8217;s right&#8221;.</li>
<li><strong>Call Tracking</strong><br />
      Find usages, find usages, find usages. Formerly, attempting to track call sequences in code could end up with lost context, lots of <em>Find Results</em> windows and, ultimately, frustration. With ReSharper 5, you can inspect an entire call sequence in a single window, in a simple and straightforward manner. Stuck in unfamiliar code? ReSharper&#8217;s code inspecting tools for the rescue!<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/calltracking.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/calltracking-300x177.png" alt="" title="calltracking" width="300" height="177" class="alignnone size-medium wp-image-287" /></a>
</li>
<li><strong>Value Tracking</strong><br />
      Value Tracking gives you important information about data flow in your program. At any point in your source code, select a variable, parameter, field or property and ask ReSharper to inspect it. You will then see how its value flows through your program, back to its sources or straight to consumers. Wonder how null could be passed to a specific parameter? Track it!<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/valuetracking.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/valuetracking-300x205.png" alt="" title="valuetracking" width="300" height="205" class="alignnone size-medium wp-image-286" /></a>
</li>
<li><strong>Internationalization</strong><br />
      Software localization and globalization has always been a tough and at times unwanted task for developers. ReSharper 5 greatly simplifies working with resources by providing a full stack of features for <em>ResX</em> files and resource usages in C# and VB.NET code, as well as in ASP.NET and XAML markup. <em>Move string to resource</em>, <em>Find usages of resource</em> and other navigation features, refactoring support, inspections and fixes&nbsp;&mdash; all ReSharper goodness for your localization pleasure.</li>
</ul>
<h3>Technologies and Languages</h3>
<ul>
<li><strong>Visual Studio 2010</strong><br />
      We will publish more information about Visual Studio 2010 support when VS Beta 2 is released. Currently, ReSharper 5 builds support Visual Studio 2005 and Visual Studio 2008.</li>
<li><strong>C# 4 and VB10</strong><br />
      New language versions nowadays appear at a great speed, and ReSharper team works hard to support them right when you need them. ReSharper 5 provides beta support for C# 4 and VB10, as Visual Studio 2010 does itself. Variance, dynamic types, named arguments and optional parameters, embedded COM assemblies&nbsp;&mdash; all of these features are supported in the new ReSharper. During VS 2010 Beta 2 phase we&#8217;re hoping to learn from your experience of using these features and improve their support for the Visual Studio 2010 release.</li>
<li><strong>ASP.NET</strong><br />
      With this new version, ReSharper support for ASP.NET is improved tenfold. In addition to performance and responsiveness improvements, lots of new features for ASP.NET markup files are introduced to make your life easier. Web-specific navigation, master page support, new inspections and syntax highlighting for web files, <em>File Structure</em> and <em>Go to File Member</em> for in-page navigation and overview, live templates for common markup and more!<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/asp_generate1.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/asp_generate1-300x240.png" alt="" title="asp_generate1" width="300" height="240" class="alignnone size-medium wp-image-296" /></a>
</li>
<li><strong>ASP.NET MVC</strong><br />
ASP.NET MVC deserved our special attention: special syntax highlighting, inspections, navigation to and from action or controller, and even actions to create new types and methods from usage in pages.<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/aspnetmvc.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/aspnetmvc-300x135.png" alt="" title="aspnetmvc" width="300" height="135" class="alignnone size-medium wp-image-283" /></a>
</li>
</ul>
<h3>Productivity</h3>
<ul>
<li><strong>IntelliSense</strong><br />
      ReSharper continues to bring first-rate IntelliSense experience, and the new version gives even more. We have added automatic completion for enum members and boolean values, made automatic triggering smarter, and greatly improved performance. Completion for unresolved symbols in local scope is a new ReSharper IntelliSense feature. Another improvement is completion for all-lower text with CamelHumps &nbsp;&mdash; to make <em>cocopro</em> match <em>CodeCompletionProvider</em>&nbsp;&mdash; and that means you don&#8217;t need to press <em>Shift</em> too often.</li>
<li><strong>Bookmarks</strong><br />
      This is a simple yet powerful feature: drop a numbered marker with a single shortcut, jump back at any time with another keyboard key. Up to 10 numbered bookmarks, unlimited unnumbered bookmarks, full list of bookmarked positions in a single pop-up window&nbsp;&mdash; all to help you instantly switch between several code spots.<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/bookmarks.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/bookmarks-300x154.png" alt="" title="bookmarks" width="300" height="154" class="alignnone size-medium wp-image-288" /></a>
</li>
</ul>
<h3>Inspections</h3>
<ul>
<li><strong>Solution-Wide Warnings and Suggestions</strong><br />
      We have received a lot of positive feedback from our users regarding solution-wide error analysis, which allows you to immediately see compilation errors in the whole solution. In ReSharper 5, we took this technology to a new level by adding warnings and suggestions to the list. Now you can browse code smells that ReSharper finds across your solution and quickly improve the quality of your code.
</li>
<li><strong>Upgrade-to-LINQ Actions</strong><br />
      With C# 3.0 and LINQ, developers are able to write data-intensive code more easily by directly describing their intent to the compiler. However, years of imperative programming left us with tons of <em>foreach</em>-style code waiting to be upgraded. ReSharper 5 detects parts of your code that can be rewritten using the new LINQ syntax and offers to perform the conversion automatically, to make the developer&#8217;s intent crystal clear.<br />
<a href="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/foreach_new.png"><img src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/10/foreach_new-300x232.png" alt="" title="foreach_new" width="300" height="232" class="alignnone size-medium wp-image-293" /></a>
</li>
<li><strong>Use IEnumerable Where Possible</strong><br />
      With the power of LINQ, <em>IEnumerable</em> is more than enough to pass a collection of values. So why restrict yourself with an API requiring you to pass old-school arrays, <em>List</em>s and <em>ArrayList</em>s? ReSharper will scan your code base to detect methods that can safely return and accept <em>IEnumerable</em> instead of a more specific type. Of course, we will also take care of the conversion.</li>
<li><strong>New and Improved Code Inspections</strong><br />
      We have collected rich customer feedback and went through a list of common errors that developers make in code. Based on that, we have added a ton of highly intelligent inspections to immediately boost your .NET expertise. For example, if you take your API seriously and want it to be well documented, ReSharper will help you by highlighting errors in XML comments.</li>
</ul>
<h3>Other improvements</h3>
<ul>
<li><strong>Native NUnit Support</strong><br />
      ReSharper 5 introduces a completely new approach to running your NUnit tests. Our engine is now based on native NUnit code. What it means to you is 100% compatibility with the latest released version of NUnit and full support of its recent unit testing features.</li>
<li><strong>XML Formatting</strong><br />
      XML data is an important part of modern applications and you want it to be in order. The new version of ReSharper is supplied with a superb configurable formatter for XML files.</li>
</ul>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F10%2Fresharper-50-overview%2F';
  addthis_title  = 'ReSharper+5.0+Overview';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/10/resharper-50-overview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSharper 5.0: Intro</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/10/resharper-50-intro/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/10/resharper-50-intro/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 14:52:35 +0000</pubDate>
		<dc:creator>Jura Gorohovsky</dc:creator>
		
		<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=271</guid>
		<description><![CDATA[Did you miss us?!
We&#8217;ve got some good news for you .NET junkies!
ReSharper 5.0 is getting ready for some publicity. We&#8217;ve already started providing internal 5.0 builds to our beloved JetBrains Academy experts for some initial feedback. Next step: make builds mature enough to open public EAP, and we&#8217;re looking to get that far before end [...]]]></description>
			<content:encoded><![CDATA[<p>Did you miss us?!</p>
<p>We&#8217;ve got some good news for you .NET junkies!</p>
<p>ReSharper 5.0 is getting ready for some publicity. We&#8217;ve already started providing internal 5.0 builds to our beloved <a href="http://www.jetbrains.com/devnet/academy/experts/index.html">JetBrains Academy experts</a> for some initial feedback. Next step: make builds mature enough to open <strong>public EAP</strong>, and we&#8217;re looking to get that far <strong>before end of month</strong>.</p>
<p>You can also expect us to post a public R# 5.0 Roadmap shortly. Meanwhile, here are the four major areas that ReSharper 5.0 focuses on:</p>
<ol>
<li><strong>Web Development</strong>. Web developers have long been asking for top-class support, so we&#8217;re starting to deliver on the promise with a pack of features for HTML, ASP.NET, and ASP.NET MVC.</li>
<li><strong>Project and Team</strong>. This is a valuable addition for developers having to explore much unfamiliar code and/or perform batch modifications in large-scale projects. With access to and navigation within external sources, structured patterns for searching and customizing code, and location/namespace synchronization tools working in batch mode, you can handle your colossal solutions easier.</li>
<li><strong>Code Analysis</strong>. In addition to fresh code inspections, ReSharper 5.0 presents multiple functional style &#8220;enumeration to LINQ&#8221; transformations, accepts warnings and suggestions into the &#8220;Errors in Solution&#8221; tool window, and introduces two major features to track what&#8217;s going on with your calls and data throughout application execution.</li>
<li><strong>Visual Studio 2010 and Tools</strong>. We&#8217;re on the run to support Visual Studio 2010  earlier than ever. More info on that when VS2010 Beta2 comes out. Of course, Visual Studio 2008 is supported as well.</li>
</ol>
<p>Last but not least, we have prepared a number of introductory, feature-specific blog posts for you to feel the flavor of the new version. Stay tuned!</p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F10%2Fresharper-50-intro%2F';
  addthis_title  = 'ReSharper+5.0%3A+Intro';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/10/resharper-50-intro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Issue Tracker Used by dotTrace, JetBrains YouTrack, Goes Beta</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/09/issue-tracker-used-by-dottrace-jetbrains-youtrack-goes-beta/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/09/issue-tracker-used-by-dottrace-jetbrains-youtrack-goes-beta/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:02:17 +0000</pubDate>
		<dc:creator>Jura Gorohovsky</dc:creator>
		
		<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=268</guid>
		<description><![CDATA[If you have recently reported bugs to the dotTrace team, you should have noticed that it&#8217;s done with a new issue tracker developed by JetBrains, YouTrack (previously code-named Charisma).
Today is a serious milestone for YouTrack as it goes beta.
You can read more about YouTrack features in its own section at the JetBrains web site, watch [...]]]></description>
			<content:encoded><![CDATA[<p>If you have recently <a href="http://jetbrains.net/tracker/issues/DT">reported bugs</a> to the dotTrace team, you should have noticed that it&#8217;s done with a new <strong>issue tracker</strong> developed by JetBrains, <strong>YouTrack</strong> (previously code-named <strong>Charisma</strong>).</p>
<p>Today is a serious milestone for YouTrack as it <strong>goes beta</strong>.</p>
<p>You can read more about <a href="http://www.jetbrains.com/youtrack/features/index.html">YouTrack features</a> in <a href="http://www.jetbrains.com/youtrack/index.html">its own section</a> at the JetBrains web site, <a href="http://www.jetbrains.com/youtrack/documentation/index.html">watch demos</a>, and <a href="http://www.jetbrains.com/youtrack/download/index.html">download the beta version</a>.</p>
<p>In addition, YouTrack has <a href="http://blogs.jetbrains.com/youtrack/">its own blog</a> where you can get latest updates on the development process.</p>
<p>You can report bugs and request new features at <a href="http://jetbrains.net/tracker/issues/JT">YouTrack&#8217;s own instance</a>.</p>
<p>YouTrack 1.0 public release is scheduled by the end of 2009.</p>
<p><em>Develop and track with pleasure!</em></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F09%2Fissue-tracker-used-by-dottrace-jetbrains-youtrack-goes-beta%2F';
  addthis_title  = 'Issue+Tracker+Used+by+dotTrace%2C+JetBrains+YouTrack%2C+Goes+Beta';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/09/issue-tracker-used-by-dottrace-jetbrains-youtrack-goes-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSharper Scores with Readers and Editors at Visual Studio Magazine</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/08/resharper-scores-with-readers-and-editors-at-visual-studio-magazine/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/08/resharper-scores-with-readers-and-editors-at-visual-studio-magazine/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 09:34:31 +0000</pubDate>
		<dc:creator>Obfuscator</dc:creator>
		
		<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=227</guid>
		<description><![CDATA[JetBrains ReSharper has earned two of the most coveted awards at the Visual Studio Magazine 2009 Readers Choice awards:


Best Development Tool (Readers Choice): In one of the most hotly contested categories: Development Tools, ReSharper beat out 80 other products to claim the top honor.
 Most Valuable Tool (Editors Choice): Readers and panelists were asked to [...]]]></description>
			<content:encoded><![CDATA[<p>JetBrains ReSharper has earned two of the most coveted awards at the Visual Studio Magazine 2009 Readers Choice awards:<br />
<img align=left style="border:0px; margin-right:10px;" src="http://blogs.jetbrains.com/dotnet/wp-content/uploads/2009/08/readerschoice20092.jpg" alt="Visual Studio Magazine 2009 Readers Choice" title="Visual Studio Magazine 2009 Readers Choice" ></p>
<ul>
<li><a href="http://visualstudiomagazine.com/articles/2009/08/01/2009-readers-choice-awards.aspx?page=3#devtools">Best Development Tool (Readers Choice)</a>: In one of the most hotly contested categories: Development Tools, ReSharper beat out 80 other products to claim the top honor.</li>
<li> <a href="http://visualstudiomagazine.com/articles/2009/08/01/2009-readers-choice-awards.aspx?page=9">Most Valuable Tool (Editors Choice)</a>: Readers and panelists were asked to single out the one product in the entire survey that stood out as the most valuable, effective and compelling tool for developers. JetBrains ReSharper was their choice.</li>
</ul>
<p>&#8220;We won&#8217;t develop without [ReSharper],&#8221; wrote one voter. No .NET developer at JetBrains does, and we don&#8217;t recommend you do either!</p>
<p>Seriously though, we can&#8217;t thank all of you enough for your support and recognition. Feedback like this is worth triple the effort we put into product development!</p>
<p>Keep developing with pleasure!</p>
<p>- JetBrains ReSharper Team<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F08%2Fresharper-scores-with-readers-and-editors-at-visual-studio-magazine%2F';
  addthis_title  = 'ReSharper+Scores+with+Readers+and+Editors+at+Visual+Studio+Magazine';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/08/resharper-scores-with-readers-and-editors-at-visual-studio-magazine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ReSharper 4.5.1 is Available</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/07/resharper-451-is-available/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/07/resharper-451-is-available/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 16:33:16 +0000</pubDate>
		<dc:creator>pti</dc:creator>
		
		<category><![CDATA[News and Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=223</guid>
		<description><![CDATA[We’ve just released ReSharper 4.5.1 Maintenance build, which you can download here, or read up on the Release notes first.
This maintenance release is a free upgrade to the licensed users of any 4.x version of ReSharper. To check your upgrade eligibility, please contact sales.at.jetbrains.com.
You might also like to check the new short demos at the [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve just released ReSharper 4.5.1 Maintenance build, which you can download <a href="http://www.jetbrains.com/resharper/download/">here</a>, or read up on the <a href="http://www.jetbrains.com/resharper/features/releaseNotes451.html">Release notes</a> first.<br/><br />
This maintenance release is a free upgrade to the licensed users of any 4.x version of ReSharper. To check your upgrade eligibility, please contact sales.at.jetbrains.com.<br/><br />
You might also like to check the new short demos at the <a href="http://www.jetbrains.com/resharper/">ReSharper Overview page</a>.<br/><br />
***<br />
Keep developing with pleasure!</p>
<p><em>- JetBrains ReSharper Team</em><br />
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F07%2Fresharper-451-is-available%2F';
  addthis_title  = 'ReSharper+4.5.1+is+Available';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/07/resharper-451-is-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JetBrains has fun at NDC Norway</title>
		<link>http://blogs.jetbrains.com/dotnet/2009/07/jetbrains-has-fun-at-ndc-norway/</link>
		<comments>http://blogs.jetbrains.com/dotnet/2009/07/jetbrains-has-fun-at-ndc-norway/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 06:25:30 +0000</pubDate>
		<dc:creator>Obfuscator</dc:creator>
		
		<category><![CDATA[News and Events]]></category>

		<category><![CDATA[dotTrace]]></category>

		<category><![CDATA[JetBrains]]></category>

		<category><![CDATA[NDC Norway]]></category>

		<category><![CDATA[ReSharper]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=219</guid>
		<description><![CDATA[A couple of weeks ago we attended NDC Norway. The conference was organized on a very high level and went very well. We were excited and surprised to see how popular our products are in that part of the world!
It was also nice to chat with all those who stopped by our booth. And on [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago we attended <a href="http://www.ndc2009.no/en">NDC Norway</a>. The conference was organized on a very high level and went very well. We were excited and surprised to see how popular our products are in that part of the world!</p>
<p>It was also nice to chat with all those who stopped by our booth. And on that note - congratulations to the following lucky winners of <a href="http://www.jetbrains.com/resharper">ReSharper</a> + <a href="http://www.jetbrains.com/dottrace">dotTrace</a> productivity packs:</p>
<p>Lars Kristian Hagen<br />
Harry Solsem<br />
Gante Magnussa<br />
Alf Kare Lefdal<br />
Ronny Hansen</p>
<p>Your licenses should be waiting for you in your e-mail inbox!<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fdotnet%2F2009%2F07%2Fjetbrains-has-fun-at-ndc-norway%2F';
  addthis_title  = 'JetBrains+has+fun+at+NDC+Norway';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/dotnet/2009/07/jetbrains-has-fun-at-ndc-norway/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
