<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by helloworldhello2001</title>
    <description>Stories kicked by helloworldhello2001</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 - Truncate and Delete</title>
      <description>Truncate an Delete both are used to delete data from the table. These both the command will only delete the data of the specified table, they cannot remove the whole table data along with its structure. Now it's ok that both the SQL statements are used to delete only the data from the table but they both differ from each other in many aspects like syntax, performance, resources uses etc. to find out all differnces take a look of this article..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f10%2fsql-truncate-and-delete%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f10%2fsql-truncate-and-delete%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Truncate_and_Delete</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Truncate_and_Delete</guid>
      <pubDate>Sun, 21 Oct 2007 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET - Server.Transfer v/s Server.Execute</title>
      <description>Difference between Server.Transfer and Server.Execute. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f14%2faspnet-servertransfer-vs-serverexecute%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f14%2faspnet-servertransfer-vs-serverexecute%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Server_Transfer_v_s_Server_Execute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Server_Transfer_v_s_Server_Execute</guid>
      <pubDate>Sun, 21 Oct 2007 23:01:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET - Server.Transfer v/s Response.Redirect</title>
      <description>This article tell you the difference between Server.Transfer and Response.Redirect. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f14%2faspnet-servertransfer-vs-responseredirect%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f14%2faspnet-servertransfer-vs-responseredirect%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Server_Transfer_v_s_Response_Redirect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Server_Transfer_v_s_Response_Redirect</guid>
      <pubDate>Fri, 19 Oct 2007 05:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Improving The Page Flow Application Block</title>
      <description>In this series of articles the author shows how (in his opinion, obviously) the Page Flow Application Block of the Web Client Software Factory could be improved. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpaulomorgado%2fpages%2fimproving-the-page-flow-application-block.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fpaulomorgado%2fpages%2fimproving-the-page-flow-application-block.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Improving_The_Page_Flow_Application_Block</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Improving_The_Page_Flow_Application_Block</guid>
      <pubDate>Mon, 15 Oct 2007 00:30:50 GMT</pubDate>
    </item>
    <item>
      <title>SQL - Using &amp;quot;UNION ALL&amp;quot; to Convert Horizontal Data to Vertical Data</title>
      <description>This post will tell u how to use the UNION ALL operator to convert horizontal data to vertical data. read the post more more information....... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f12%2fsql-using-union-all-to-convert-horizontal-data-to-vertical-data"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f12%2fsql-using-union-all-to-convert-horizontal-data-to-vertical-data" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Using_UNION_ALL_to_Convert_Horizontal_Data_to_Vertical_Data</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Using_UNION_ALL_to_Convert_Horizontal_Data_to_Vertical_Data</guid>
      <pubDate>Sat, 13 Oct 2007 05:46:46 GMT</pubDate>
    </item>
    <item>
      <title>.NET - Basic oops terms used in .NET</title>
      <description>Hi, This article introduse you with some of the basic oops terms and .net basic terms used in .NET framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f09%2f30%2fnet-basic-terms-in-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f09%2f30%2fnet-basic-terms-in-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/NET_Basic_oops_terms_used_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/NET_Basic_oops_terms_used_in_NET</guid>
      <pubDate>Sun, 21 Oct 2007 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL - Derived tables</title>
      <description>This article explains what are derived tables and how we can use them to perform our query better. In some situations they can be a better alternative of temporary tables, So take a look of this... :) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f01%2fsql-derived-tables%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f10%2f01%2fsql-derived-tables%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Derived_tables</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Derived_tables</guid>
      <pubDate>Tue, 16 Oct 2007 10:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Speed Up Your Site! 8 ASP.NET Performance Tips</title>
      <description>Sample chapter from the book &amp;quot;The ASP.NET 2.0 Anthology&amp;quot;. Many nice tricks to improve the performance of you site/app. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sitepoint.com%2farticle%2faspnet-performance-tips"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sitepoint.com%2farticle%2faspnet-performance-tips" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Speed_Up_Your_Site_8_ASP_NET_Performance_Tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Speed_Up_Your_Site_8_ASP_NET_Performance_Tips</guid>
      <pubDate>Wed, 10 Oct 2007 19:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SQL - Temporary tables a detailed view.</title>
      <description>This article contains almost each and everything related to temporary tables in SQL, all the concepts of temp tables like how to use them, wht are the alternatives of temp tables, what are the benefits and drwabacks, what is the performance tunibg tips etc, i think this is the best article to learn about SQL Server Temporary tables. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f09%2f27%2fsql-temporary-tables"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechahead.wordpress.com%2f2007%2f09%2f27%2fsql-temporary-tables" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/SQL_Temporary_tables_a_detailed_view</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/SQL_Temporary_tables_a_detailed_view</guid>
      <pubDate>Sun, 21 Oct 2007 17:01:04 GMT</pubDate>
    </item>
    <item>
      <title>It's Time for Microsoft to Make SQL Server Hosting Free.</title>
      <description>My Biggest Question and Argument...?

What sense does it make for Microsoft to bring all languages under one roof, if they are not going to earn from database hosting. If They have no intentions to earn then why charge for SQL Hosting....?

Its time for Microsoft to understand this and remove a small yet big hurdle that stops developers reaching towards windows hosting world. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fironruby.blogspot.com%2f2007%2f10%2fits-time-for-microsoft-to-make-sql.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fironruby.blogspot.com%2f2007%2f10%2fits-time-for-microsoft-to-make-sql.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/It_s_Time_for_Microsoft_to_Make_SQL_Server_Hosting_Free</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/It_s_Time_for_Microsoft_to_Make_SQL_Server_Hosting_Free</guid>
      <pubDate>Thu, 04 Oct 2007 05:27:19 GMT</pubDate>
    </item>
    <item>
      <title>.NET Framework 3.5 Is Shared Source</title>
      <description>Microsoft's .NET Framework 3.5 is going to be released open source. &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%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottgu%2farchive%2f2007%2f10%2f03%2freleasing-the-source-code-for-the-net-framework-libraries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NET_Framework_3_5_Is_Open_Source</guid>
      <pubDate>Wed, 03 Oct 2007 16:46:25 GMT</pubDate>
    </item>
    <item>
      <title>You voted lots, we fixed lots [AJAX Control Toolkit release!]</title>
      <description>Version 10920 is out with lot's of bug fixes &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fdelay%2farchive%2f2007%2f09%2f21%2fyou-voted-lots-we-fixed-lots-ajax-control-toolkit-release.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fdelay%2farchive%2f2007%2f09%2f21%2fyou-voted-lots-we-fixed-lots-ajax-control-toolkit-release.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/You_voted_lots_we_fixed_lots_AJAX_Control_Toolkit_release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/You_voted_lots_we_fixed_lots_AJAX_Control_Toolkit_release</guid>
      <pubDate>Mon, 24 Sep 2007 06:31:01 GMT</pubDate>
    </item>
    <item>
      <title>New T-SQL Capabilities in SQL Server 2005 - Part 1 of 3 </title>
      <description>This month I'll start a three-part series on new Transact-SQL language features in SQL Server 2005. Microsoft added many new language features in SQL Server 2005, in response to developer requests  and also in following compliance with the SQL-99 standard. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.setfocus.com%2ftechnicalarticles%2fsql-server-2005-tsql.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.setfocus.com%2ftechnicalarticles%2fsql-server-2005-tsql.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/New_T_SQL_Capabilities_in_SQL_Server_2005_Part_1_of_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/New_T_SQL_Capabilities_in_SQL_Server_2005_Part_1_of_3</guid>
      <pubDate>Wed, 28 Feb 2007 06:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>