<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by the_lars</title>
    <description>Stories kicked by the_lars</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>SharePoint 2007 Project Template for Timer Jobs in Visual Studio 2005 </title>
      <description>What are SharePoint Timer Jobs?
SharePoint timer jobs are tasks executed on a scheduled basis by the SharePoint Timer service. Nobody wants to do all the steps necessary to create such a job for each new timer job. So in order to make it simpler to start a new timer job project, I created a visual studio template containing all the neccessary stuff you need. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fvisual-studio-2005-project-template-for-sharepoint-2007-timer-jobs%2f142.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fvisual-studio-2005-project-template-for-sharepoint-2007-timer-jobs%2f142.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/SharePoint_2007_Project_Template_for_Timer_Jobs_in_Visual_Studio_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/SharePoint_2007_Project_Template_for_Timer_Jobs_in_Visual_Studio_2005</guid>
      <pubDate>Tue, 04 Mar 2008 09:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Howto savely move a file using C# </title>
      <description>If possible this version uses the special File.Replace on NTFS and gracially falls back on Delete+Move on any other filesystem. Nothing else to comment about here. I am just amazed that this kind of save moving is not supported by the framework itself. Instead the framework's move routine throws an exception if there is an file existing at the target location. Weird. ;)  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fhowto-savely-move-a-file-using-c%2f145.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fhowto-savely-move-a-file-using-c%2f145.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Howto_savely_move_a_file_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Howto_savely_move_a_file_using_C</guid>
      <pubDate>Mon, 03 Mar 2008 13:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a transparent Panel in .NET</title>
      <description>Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</guid>
      <pubDate>Thu, 31 Jan 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>So Much for the Optimization</title>
      <description>Don't optimize prematurely your code, here's why. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2007%2f11%2fso-much-for-optimization.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fitscommonsensestupid.blogspot.com%2f2007%2f11%2fso-much-for-optimization.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/So_Much_for_the_Optimization</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/So_Much_for_the_Optimization</guid>
      <pubDate>Tue, 29 Jan 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Measure memory consumption of creating object in C#</title>
      <description>Measure memory consumption of creating object or executing functions in C#

A detailed look at benchmarking the memory footprint and the execution speed of functions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fmeasure-memory-consumption-creating-object-functions%2f102.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fmeasure-memory-consumption-creating-object-functions%2f102.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Measure_memory_consumption_of_creating_object_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Measure_memory_consumption_of_creating_object_in_C</guid>
      <pubDate>Fri, 18 Jan 2008 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title> .NET Framework Library Source Code now available</title>
      <description>Scott Guthrie announces that the .NET framework source code can now accessed in Visual Studio &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2008%2f01%2f16%2fnet-framework-library-source-code-now-available.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/NET_Framework_Library_Source_Code_now_available</guid>
      <pubDate>Thu, 17 Jan 2008 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Increase Your Productivity With Query Analyzer</title>
      <description>Did you know that you can have CTRL + Number key combinations/shortcuts in Query Analyzer? You can set it up so that CTRL + 5 executes sp_who2 for example. I thought everyone already knew this but apparently not; I showed this to 3 coworkers yesterday and they didn't know about it. So how do you set this up? It is pretty easy, select Tools --&amp;gt;Customize from the toolbar. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f01%2fincrease-your-productivity-with-query.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsqlservercode.blogspot.com%2f2007%2f01%2fincrease-your-productivity-with-query.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Increase_Your_Productivity_With_Query_Analyzer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Increase_Your_Productivity_With_Query_Analyzer</guid>
      <pubDate>Mon, 08 Jan 2007 07:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Test-Driven Development in .NET - Introduction &amp;amp; Unit Tests</title>
      <description>Introduction to Test-Driven Development in .NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f5240%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.developerfusion.co.uk%2fshow%2f5240%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Test_Driven_Development_in_NET_Introduction_amp_Unit_Tests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Test_Driven_Development_in_NET_Introduction_amp_Unit_Tests</guid>
      <pubDate>Thu, 19 Jan 2006 11:01:00 GMT</pubDate>
    </item>
  </channel>
</rss>