<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - published tipsandtricks stories</title>
    <description>the latest published tipsandtricks stories from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Dial Those Keyboard Shortcuts - An Old-school Method for Productivity </title>
      <description>Stop using that mouse and become a keyboard ninja in one easy step. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chrissurfleet.co.uk%2fpost%2f2012%2f05%2f28%2fDial-Those-Keyboard-Shortcuts-An-Old-school-Method-for-Productivity-Enhancement.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chrissurfleet.co.uk%2fpost%2f2012%2f05%2f28%2fDial-Those-Keyboard-Shortcuts-An-Old-school-Method-for-Productivity-Enhancement.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Dial_Those_Keyboard_Shortcuts_An_Old_school_Method_for_Productivity</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Dial_Those_Keyboard_Shortcuts_An_Old_school_Method_for_Productivity</guid>
      <pubDate>Mon, 28 May 2012 13:16:26 GMT</pubDate>
    </item>
    <item>
      <title>Configuring WebClient Timeout and ConnectionLimit</title>
      <description>It is great how simple the WebClient class is to use, but unfortunately it does not natively support configuring it's timeout or connection limit. Good news, both of these issues are very easy to fix by simply extending the WebClient class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tomdupont.net%2f2012%2f05%2fconfiguring-webclient-timeout-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tomdupont.net%2f2012%2f05%2fconfiguring-webclient-timeout-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Configuring_WebClient_Timeout_and_ConnectionLimit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Configuring_WebClient_Timeout_and_ConnectionLimit</guid>
      <pubDate>Thu, 10 May 2012 13:56:19 GMT</pubDate>
    </item>
    <item>
      <title>Concurrency, Performance, Arrays and when Dirty Writes are OK</title>
      <description>This article will show how to increase the performance of a rather simple algorithm up to 80%, by showing how we can accept a loss in absolutely accuracy, and also taking advantage of how processors work. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.philosophicalgeek.com%2f2012%2f04%2f23%2fconcurrency-performance-arrays-and-when-dirty-writes-are-ok%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.philosophicalgeek.com%2f2012%2f04%2f23%2fconcurrency-performance-arrays-and-when-dirty-writes-are-ok%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Concurrency_Performance_Arrays_and_when_Dirty_Writes_are_OK</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Concurrency_Performance_Arrays_and_when_Dirty_Writes_are_OK</guid>
      <pubDate>Wed, 25 Apr 2012 21:41:42 GMT</pubDate>
    </item>
    <item>
      <title>Backing up SVN to Amazon S3 in Five Easy Steps</title>
      <description>Learn how to backup your Subversion repos to Amazon S3 using a simple batch file to automate the process on a Windows Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.cartviper.com%2fpost%2f2012%2f04%2f02%2fBackup-Subversion-to-Amazon-S3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.cartviper.com%2fpost%2f2012%2f04%2f02%2fBackup-Subversion-to-Amazon-S3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Backing_up_SVN_to_Amazon_S3_in_Five_Easy_Steps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Backing_up_SVN_to_Amazon_S3_in_Five_Easy_Steps</guid>
      <pubDate>Mon, 02 Apr 2012 21:04:45 GMT</pubDate>
    </item>
    <item>
      <title>How to help yourself when NuGet goes down</title>
      <description>Today will be remembered as the day that NuGet.org went down and broke quite some builds. While many people would love to see the NuGet team wearing a pink sombrero, there is something to say about wearing it yourself if you did not manage to work around this. Let me explain. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xavierdecoster.com%2fpost%2f2012%2f03%2f09%2fHow-to-help-yourself-when-NuGet-goes-down.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xavierdecoster.com%2fpost%2f2012%2f03%2f09%2fHow-to-help-yourself-when-NuGet-goes-down.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_help_yourself_when_NuGet_goes_down</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_help_yourself_when_NuGet_goes_down</guid>
      <pubDate>Fri, 09 Mar 2012 16:47:03 GMT</pubDate>
    </item>
    <item>
      <title>IIS 500 errors leave clues in the log</title>
      <description>How IIS logs can help troubleshoot 500 internal server errors. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetnoob.com%2f2012%2f03%2fiis-500-errors-leave-clues-in-log.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetnoob.com%2f2012%2f03%2fiis-500-errors-leave-clues-in-log.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/IIS_500_errors_leave_clues_in_the_log</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/IIS_500_errors_leave_clues_in_the_log</guid>
      <pubDate>Tue, 06 Mar 2012 20:00:50 GMT</pubDate>
    </item>
    <item>
      <title>Going Faster: Sexy numbers and full post-mortem</title>
      <description>In a followup to my article on how not to suck at serving web content, I go over what we did to improve page performance at DotNetKicks and why it worked. Read the first post if you haven't already: http://blogs.dotnetkicks.com/dnk-jump-in/2011/12/21/going-faster-how-not-to-suck-at-serving-web-content/ &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.dotnetkicks.com%2fdnk-jump-in%2f2012%2f01%2f21%2fgoing-faster-post-mortem%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.dotnetkicks.com%2fdnk-jump-in%2f2012%2f01%2f21%2fgoing-faster-post-mortem%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Going_Faster_Sexy_numbers_and_full_post_mortem</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Going_Faster_Sexy_numbers_and_full_post_mortem</guid>
      <pubDate>Mon, 23 Jan 2012 14:49:20 GMT</pubDate>
    </item>
    <item>
      <title>Using Git with Subversion</title>
      <description>Do you love Git?  Are you working on a project that's using Subversion?  Well, did you know that Git actually integrates quite nicely with Subversion right out of the box?  I'll show you what you need to know to get started with Git and Subversion, and I'll show you the workflow I use for keeping my work in sync with everyone else on my team. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fUsing-Git-with-Subversion.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2fUsing-Git-with-Subversion.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Using_Git_with_Subversion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Using_Git_with_Subversion</guid>
      <pubDate>Fri, 20 Jan 2012 14:57:38 GMT</pubDate>
    </item>
    <item>
      <title>.Net's Sort Is Not Secure. Don't Use It. Here's a better one.</title>
      <description>.Net's Array.Sort (up to at least version 4.0) has serious weaknesses &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fzimbry.blogspot.com%2f2012%2f01%2fnets-sort-is-not-secure-dont-use-it.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fzimbry.blogspot.com%2f2012%2f01%2fnets-sort-is-not-secure-dont-use-it.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Net_s_Sort_Is_Not_Secure_Don_t_Use_It_Here_s_a_better_one</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Net_s_Sort_Is_Not_Secure_Don_t_Use_It_Here_s_a_better_one</guid>
      <pubDate>Fri, 06 Jan 2012 01:57:26 GMT</pubDate>
    </item>
    <item>
      <title>Going Faster: How not to suck at serving web content</title>
      <description>We've noticed some performance issues here on the DNK site. Check out our findings and read about how we're going to fix it! These are problems anyone running a website can run into, do yourself a favor and learn from our mistakes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.dotnetkicks.com%2fdnk-jump-in%2f2011%2f12%2f21%2fgoing-faster-how-not-to-suck-at-serving-web-content%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.dotnetkicks.com%2fdnk-jump-in%2f2011%2f12%2f21%2fgoing-faster-how-not-to-suck-at-serving-web-content%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Going_Faster_How_not_to_suck_at_serving_web_content</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Going_Faster_How_not_to_suck_at_serving_web_content</guid>
      <pubDate>Wed, 21 Dec 2011 18:25:30 GMT</pubDate>
    </item>
    <item>
      <title>Manage your dependencies with Rake and Nuget</title>
      <description>Josh Bush shares with us a rake script that works with Nuget 1.6 to automatically fetch and update your project dependencies without the need for checking binary files into your source repositories. It even does away with the package version folders, leaving your working directory clean of old versions that are no longer used by your project. Best of all, it allows everything new about Nuget 1.6 to be handled through 1 config file, rather than several. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffreshbrewedcode.com%2fjoshbush%2f2011%2f12%2f14%2fmanage-your-dependencies-with-rake-and-nuget%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffreshbrewedcode.com%2fjoshbush%2f2011%2f12%2f14%2fmanage-your-dependencies-with-rake-and-nuget%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Manage_your_dependencies_with_Rake_and_Nuget</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Manage_your_dependencies_with_Rake_and_Nuget</guid>
      <pubDate>Thu, 15 Dec 2011 15:14:31 GMT</pubDate>
    </item>
    <item>
      <title>Return Multiple Values from Methods with Tuples -- Visual Studio Magaz</title>
      <description>You have a method that returns multiple values. So you have to define a class, instantiate it, set the properties to the values, and return the resulting object, right? Well, no you don't -- at least in .NET Framework 4, which gives you a simpler way: Tuples.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisualstudiomagazine.com%2fblogs%2ftool-tracker%2f2011%2f12%2freturn-multiple-values-from-methods-with-tuples.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisualstudiomagazine.com%2fblogs%2ftool-tracker%2f2011%2f12%2freturn-multiple-values-from-methods-with-tuples.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Return_Multiple_Values_from_Methods_with_Tuples_Visual_Studio_Magaz</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Return_Multiple_Values_from_Methods_with_Tuples_Visual_Studio_Magaz</guid>
      <pubDate>Mon, 12 Dec 2011 16:05:40 GMT</pubDate>
    </item>
    <item>
      <title>Beyond YSlow - Squeeeezing out website network performance</title>
      <description>How much improvement can be made on an already well-optimised site, I mean one that scores very well against existing performance yardsticks? How much faster can you go without spending dollars on a CDN? Turns out there are big gains to be made very quickly - and it costs just a tiny bit of development time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.troyhunt.com%2f2011%2f12%2fbeyond-yslow-squeeeezing-out-website.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.troyhunt.com%2f2011%2f12%2fbeyond-yslow-squeeeezing-out-website.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Beyond_YSlow_Squeeeezing_out_website_network_performance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Beyond_YSlow_Squeeeezing_out_website_network_performance</guid>
      <pubDate>Wed, 07 Dec 2011 17:06:44 GMT</pubDate>
    </item>
    <item>
      <title>FEDe: A Search engine for Front-End (HTML, CSS, Javascript &amp;amp; jQuery) W</title>
      <description>It explains about FEDe A Search engine for Front-End (HTML, CSS, Javascript &amp;amp; jQuery) Web developers having special tabs for smashing network, stackoverflow, ..etc in search result. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechbrij.com%2f817%2ffede-search-engine-web-developers-designer-html-css-javascript-jquery"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechbrij.com%2f817%2ffede-search-engine-web-developers-designer-html-css-javascript-jquery" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/FEDe_A_Search_engine_for_Front_End_HTML_CSS_Javascript_jQuery_W</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/FEDe_A_Search_engine_for_Front_End_HTML_CSS_Javascript_jQuery_W</guid>
      <pubDate>Tue, 06 Dec 2011 20:32:34 GMT</pubDate>
    </item>
    <item>
      <title>Using Dropbox as a personal Git and Mercurial Storage area</title>
      <description>Quick tutorial on how to use Dropbox as a shared folder for Git or Mercurial &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lotas-smartman.net%2fusing-dropbox-as-a-personal-git-and-mercurial-storage-area"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lotas-smartman.net%2fusing-dropbox-as-a-personal-git-and-mercurial-storage-area" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Using_Dropbox_as_a_personal_Git_and_Mercurial_Storage_area</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Using_Dropbox_as_a_personal_Git_and_Mercurial_Storage_area</guid>
      <pubDate>Tue, 15 Nov 2011 17:08:27 GMT</pubDate>
    </item>
    <item>
      <title>Ruby Rake Files And Directories manipulation tasks</title>
      <description>Collection of Ruby Rake code snippets for manipulating files and directories during continuous integration process &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.kaide.net%2fpost%2f2011%2f11%2f10%2fRuby-Rake-Files-And-Directories-manipulation-tasks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.kaide.net%2fpost%2f2011%2f11%2f10%2fRuby-Rake-Files-And-Directories-manipulation-tasks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Ruby_Rake_Files_And_Directories_manipulation_tasks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Ruby_Rake_Files_And_Directories_manipulation_tasks</guid>
      <pubDate>Fri, 11 Nov 2011 17:15:36 GMT</pubDate>
    </item>
    <item>
      <title>C#/.NET Little Wonders: The Complete Collection</title>
      <description>I will be giving my C#/.NET Little Wonders presentation to the St. Louis .NET User Group this week (www.stlnet.org). In preparation, I wanted to repost the index of all the Little Wonders and Little Pitfalls posts and presentations so that they would be readily visible for anyone new to these series.

I also linked in my C#/.NET Fundamentals presentation &amp;quot;Of Lambdas and Linq&amp;quot;, a short primer for those just starting with LINQ and lambda expressions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblackrabbitcoder.net%2farchive%2f2011%2f10%2f24%2fc.net-little-wonders-the-complete-collection-again.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblackrabbitcoder.net%2farchive%2f2011%2f10%2f24%2fc.net-little-wonders-the-complete-collection-again.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/C_NET_Little_Wonders_The_Complete_Collection_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/C_NET_Little_Wonders_The_Complete_Collection_1</guid>
      <pubDate>Thu, 03 Nov 2011 13:46:58 GMT</pubDate>
    </item>
    <item>
      <title>XElement - Getting OuterXML and InnerXML</title>
      <description>Very usefull for developers needing to get either the outerxml or the innerxml of an xelement. Similar to the XmlDocument methods &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vikingworks.dk%2fpost%2fXElement-Getting-OuterXML-and-InnerXML.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vikingworks.dk%2fpost%2fXElement-Getting-OuterXML-and-InnerXML.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/XElement_Getting_OuterXML_and_InnerXML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/XElement_Getting_OuterXML_and_InnerXML</guid>
      <pubDate>Thu, 06 Oct 2011 09:20:10 GMT</pubDate>
    </item>
    <item>
      <title>How to get intellisense in standalone javascript files in VS 2010</title>
      <description>When jQuery is used within an ASPX page or within a CSHTML page, intellisense works fine. If the same jQuery script is moved to a standalone javascript file, intellisense stops working. This is very frustrating for the developers. This post gives a tip of how to enable intellisense in standalone javascript files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.krisvandermast.com%2fHowToGetIntellisenseBackInStandaloneJavascriptFilesInVisualStudio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.krisvandermast.com%2fHowToGetIntellisenseBackInStandaloneJavascriptFilesInVisualStudio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/How_to_get_intellisense_in_standalone_javascript_files_in_VS_2010</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/How_to_get_intellisense_in_standalone_javascript_files_in_VS_2010</guid>
      <pubDate>Sun, 02 Oct 2011 05:59:11 GMT</pubDate>
    </item>
    <item>
      <title>Stupid Powershell Tricks Part 1</title>
      <description>A Stupid PowerShell Trick is any PowerShell element that has the potential to make your life or work easier.  These are not full solutions to exact problems, but rather small techniques you can employ in various situations.

The idea for the session came to me after going over some notes for previous PowerShell and StudioShell sessions.  I found that the most frequent and at times energetic question from the audience was &amp;quot;What was that you just did there?&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.beefycode.com%2fpost%2fStupid-PowerShell-Tricks-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.beefycode.com%2fpost%2fStupid-PowerShell-Tricks-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Stupid_Powershell_Tricks_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Stupid_Powershell_Tricks_Part_1</guid>
      <pubDate>Wed, 21 Sep 2011 12:10:13 GMT</pubDate>
    </item>
    <item>
      <title>Using the Subversion Revision Number in NAnt</title>
      <description>Learn how to update the DLL build revision number automatically from Subversion using Nant. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.cartviper.com%2fpost%2f2011%2f08%2f20%2fUsing-the-Subversion-Revision-Number-in-NAnt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.cartviper.com%2fpost%2f2011%2f08%2f20%2fUsing-the-Subversion-Revision-Number-in-NAnt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Using_the_Subversion_Revision_Number_in_NAnt</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Using_the_Subversion_Revision_Number_in_NAnt</guid>
      <pubDate>Mon, 29 Aug 2011 01:19:46 GMT</pubDate>
    </item>
    <item>
      <title>Dot Net Tools</title>
      <description>List of .Net tools &amp;amp; utilities &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetsurfers.com%2fblog%2ftools%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetsurfers.com%2fblog%2ftools%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Dot_Net_Tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Dot_Net_Tools</guid>
      <pubDate>Fri, 12 Aug 2011 18:15:23 GMT</pubDate>
    </item>
    <item>
      <title>Minimalist Coding Guidelines</title>
      <description>A nice write-up on generic coding standards that can be applied to any language by any programmer. There are years of experience (42, according to the author) poured into this piece, and it shows. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fwork%2fMinimalistCodingGuideline.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fwork%2fMinimalistCodingGuideline.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Minimalist_Coding_Guidelines</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Minimalist_Coding_Guidelines</guid>
      <pubDate>Sat, 06 Aug 2011 15:44:03 GMT</pubDate>
    </item>
    <item>
      <title>Detecting high memory consuming functions in .Net</title>
      <description>This is a good article that describes how to identify memory intensive functions using the CLR profiler. The article explains the features of CLR profiler. It gives step by step instructions of how to use the CLR profiler. Then, with the help of code examples, the author identifies the method that is consuming the most memory. A very good read with lot of screenshots. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle508-net-best-practice-no-1-detecting-high-memory-consuming-functions-in-ne-.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetfunda.com%2farticles%2farticle508-net-best-practice-no-1-detecting-high-memory-consuming-functions-in-ne-.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Detecting_high_memory_consuming_functions_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Detecting_high_memory_consuming_functions_in_Net</guid>
      <pubDate>Sun, 31 Jul 2011 19:57:27 GMT</pubDate>
    </item>
    <item>
      <title>10 Steps To Become Better .NET Developer</title>
      <description>This is a well loved article by Rinat Abdullin that will make all of us better devs. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fabdullin.com%2fjournal%2f2010%2f11%2f19%2f10-steps-to-become-better-net-developer.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fabdullin.com%2fjournal%2f2010%2f11%2f19%2f10-steps-to-become-better-net-developer.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/10_Steps_To_Become_Better_NET_Developer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/10_Steps_To_Become_Better_NET_Developer</guid>
      <pubDate>Thu, 28 Jul 2011 23:07:27 GMT</pubDate>
    </item>
  </channel>
</rss>
