<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with TipsAndTricks</title>
    <description>the latest stories tagged with 'TipsAndTricks' 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>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>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>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>Using SingleTagSectionHandler Instead Of appSettings</title>
      <description>As an alternative to appSettings you can use SingleTagSectionHandler to store settings in a web.config file. Learn how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fUsingSingleTagSectionHandlerInsteadOfAppSettings.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fUsingSingleTagSectionHandlerInsteadOfAppSettings.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_SingleTagSectionHandler_Instead_Of_appSettings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_SingleTagSectionHandler_Instead_Of_appSettings</guid>
      <pubDate>Thu, 06 Sep 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Gridview: Where is the Row in RowCommand? DisplayIndex</title>
      <description>Provides solutions to a frustrating issue: GridViewCommandEventArgs doesn't expose the Row that raised the event.  Say you need an itemTemplate for a link button to execute deletes.; how do you get a reference to the correct row? 

While the datagrid's DataGridCommandEventArgs exposed the row through it's Item property &amp;amp; e.Item.ItemIndex GridViewCommandEventArgs only three properties: CommandName, CommandArgument &amp;amp; CommandSource (which provides a reference to the gridview itelf).  Wtf?! Solutions provided in story. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmhinze.com%2fwhere-is-the-row-in-rowcommand%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmhinze.com%2fwhere-is-the-row-in-rowcommand%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Gridview_Where_is_the_Row_in_RowCommand_DisplayIndex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Gridview_Where_is_the_Row_in_RowCommand_DisplayIndex</guid>
      <pubDate>Fri, 15 Jun 2007 23:41:13 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>Code Better - Use String.Format</title>
      <description>Poorly handled exceptions might speak volumes about someone's coding abilities, but it's string concatenation that's a sure bet to kill a programs readability (thus maintainability). Everyone knows that they should use StringBuilder's for better performance when concatenating a lot, but to improve maintainability, string.format is king! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f04%2f10%2f142602.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fkarlseguin%2farchive%2f2006%2f04%2f10%2f142602.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Code_Better_Use_String_Format</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Code_Better_Use_String_Format</guid>
      <pubDate>Sun, 08 Oct 2006 02:01:01 GMT</pubDate>
    </item>
    <item>
      <title>Click on a tab to close a document window</title>
      <description>How to close a document window in Visual Studio with one click of the mouse. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fextraview.co.uk%2fblog%2fPermaLink%2cguid%2c7f6061bd-7dee-4084-a0a7-3251b5f697ad.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fextraview.co.uk%2fblog%2fPermaLink%2cguid%2c7f6061bd-7dee-4084-a0a7-3251b5f697ad.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Click_on_a_tab_to_close_a_document_window</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Click_on_a_tab_to_close_a_document_window</guid>
      <pubDate>Tue, 12 Sep 2006 21:31:02 GMT</pubDate>
    </item>
  </channel>
</rss>