<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by GopinathM</title>
    <description>Stories kicked by GopinathM</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>SQL Server 2005 Trace Flags FAQ</title>
      <description> Trace Flags of SQL Server 2005 are a interesting topic. Even though Developer may not be using them much, Administrators and Performance tuning engineers regularly work them. Lets find out what are Trace Flags.
1. What are Trace Flags and why are they used? 
2. What are the different types of Trace Flags? 
3. What is the difference between Global Trace Flag and Session Trace Flag? .....
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmgopinath.blogspot.com%2f2007%2f11%2fsql-server-2005-trace-flags-faq.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmgopinath.blogspot.com%2f2007%2f11%2fsql-server-2005-trace-flags-faq.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Server_2005_Trace_Flags_FAQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Server_2005_Trace_Flags_FAQ</guid>
      <pubDate>Sat, 10 Nov 2007 13:18:41 GMT</pubDate>
    </item>
    <item>
      <title>Drawing line patterns in GDI+</title>
      <description>GDI+ has made the windows graphics programming really easy. You can easily draw and control the graphical interface of you application. This section will explain how can you draw pattern lines in GDI+.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2fline_pattern_in_gdi_plus.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2fline_pattern_in_gdi_plus.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Drawing_line_patterns_in_GDI</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Drawing_line_patterns_in_GDI</guid>
      <pubDate>Sat, 10 Nov 2007 12:44:31 GMT</pubDate>
    </item>
    <item>
      <title>How to change the tooltip of a 3rd party composite .NET control like t</title>
      <description>This article describes how to change the ToolTip of constituent .NET controls that are part of a third party composite control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tellingmachine.com%2fpost%2f2007%2f11%2fHow-to-change-the-tooltip-of-a-3rd-party-composite-NET-control-like-the-ArchestrA-Object-Editor.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tellingmachine.com%2fpost%2f2007%2f11%2fHow-to-change-the-tooltip-of-a-3rd-party-composite-NET-control-like-the-ArchestrA-Object-Editor.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/How_to_change_the_tooltip_of_a_3rd_party_composite_NET_control_like_t</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/How_to_change_the_tooltip_of_a_3rd_party_composite_NET_control_like_t</guid>
      <pubDate>Sat, 10 Nov 2007 05:23:02 GMT</pubDate>
    </item>
    <item>
      <title>Map SQL Server Profiler EventClass ID to its name in saved trace table</title>
      <description>Simple way to map a profiler trace's EventClass id to its name in T-SQL &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f11%2f09%2fMap-SQL-Server-Profiler-EventClass-ID-to-its-name-in.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.sqlteam.com%2fmladenp%2farchive%2f2007%2f11%2f09%2fMap-SQL-Server-Profiler-EventClass-ID-to-its-name-in.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Map_SQL_Server_Profiler_EventClass_ID_to_its_name_in_saved_trace_table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Map_SQL_Server_Profiler_EventClass_ID_to_its_name_in_saved_trace_table</guid>
      <pubDate>Sat, 10 Nov 2007 03:01:12 GMT</pubDate>
    </item>
    <item>
      <title>Local variable scoping in C#</title>
      <description>In my previous post, Compiler-generated scopes for local variable declarations, I briefly touched on the issue of multiple meanings applied to the same name. In this post, I'll aim to flush out the compiler's rules with regards to binding names in their local scopes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fsamng%2farchive%2f2007%2f11%2f09%2flocal-variable-scoping-in-c.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fsamng%2farchive%2f2007%2f11%2f09%2flocal-variable-scoping-in-c.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Local_variable_scoping_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Local_variable_scoping_in_C</guid>
      <pubDate>Sat, 10 Nov 2007 01:52:45 GMT</pubDate>
    </item>
    <item>
      <title>Adding Row Number to SQL SELECT result</title>
      <description>This article will explain how we can add sequence row number to a SQL select query starting from 1 onwards. This can be achieved by using built in SQL function ROW_NUMBER(). This function simply generates row number for each row in the result. You can specify the partition and order by criteria. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2frow_number_to_sql_select.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2frow_number_to_sql_select.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Adding_Row_Number_to_SQL_SELECT_result</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Adding_Row_Number_to_SQL_SELECT_result</guid>
      <pubDate>Sun, 11 Nov 2007 18:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft To Launch Visual Studio 2008 and SQL Server 2008 on 27/02/07</title>
      <description>At the World Partner Conference Microsoft announced that they will launch Windows Server&amp;#174; 2008, Visual Studio&amp;#174; 2008 and Microsoft SQL ServerT 2008 products on Feb 27, 2008  in Los Angeles  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmgopinath.blogspot.com%2f2007%2f07%2fmicrosoft-to-launch-windows-server-2008.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmgopinath.blogspot.com%2f2007%2f07%2fmicrosoft-to-launch-windows-server-2008.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Microsoft_To_Launch_Visual_Studio_2008_and_SQL_Server_2008_on_27_02_07</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Microsoft_To_Launch_Visual_Studio_2008_and_SQL_Server_2008_on_27_02_07</guid>
      <pubDate>Fri, 20 Jul 2007 18:18:47 GMT</pubDate>
    </item>
  </channel>
</rss>