<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by rajkwatra</title>
    <description>Stories kicked by rajkwatra</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>Validating XML in .Net </title>
      <description>There might be a case where you are importing XML file from somewhere and need to validate it before performing some operations on the XML file. Though, there can be many ways to do so, probably the best is using....  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f06%2fvalidating-xml-in-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f06%2fvalidating-xml-in-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xml/Validating_XML_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xml/Validating_XML_in_Net</guid>
      <pubDate>Wed, 27 Jun 2007 10:50:42 GMT</pubDate>
    </item>
    <item>
      <title>Intersect and Except Operators</title>
      <description>To give you a brief idea - both these operators combine the result of two select statements having same number of columns and outputs result based on the operator used.....
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f06%2ft-sql-new-features-in-sql-server-2005.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f06%2ft-sql-new-features-in-sql-server-2005.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Intersect_and_Except_Operators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Intersect_and_Except_Operators</guid>
      <pubDate>Mon, 11 Jun 2007 09:16:01 GMT</pubDate>
    </item>
    <item>
      <title>Custom string formatting in .Net</title>
      <description>Recently, while working on a project, I came across the need to format the phone number supplied as string in the standard U.S. phone format(i.e. 1234567890 should be displayed as (123) 456-7890). The phone number was being fetched as a string from the database..... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2fcustom-string-formatting-in-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2fcustom-string-formatting-in-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Custom_string_formatting_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Custom_string_formatting_in_Net</guid>
      <pubDate>Fri, 25 May 2007 03:31:01 GMT</pubDate>
    </item>
    <item>
      <title>Understanding OUTPUT clause</title>
      <description>Have you ever come across a situation where you need to delete data from one table and keep the deleted records in another table? or insert data in one table and also add the new rows at the same time to another? Weird situation... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2ft-sql-new-features-in-sql-server-2005_21.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2ft-sql-new-features-in-sql-server-2005_21.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Understanding_OUTPUT_clause</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Understanding_OUTPUT_clause</guid>
      <pubDate>Tue, 22 May 2007 08:52:17 GMT</pubDate>
    </item>
    <item>
      <title>Recursive Queries in SQL Server 2005</title>
      <description>Often times, during my career, I faced a situation where I had to recursively get data out of a table starting from a root. The classic example of such a situation is Employee-Manager relationship table... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2ft-sql-new-features-in-sql-server-2005_18.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2ft-sql-new-features-in-sql-server-2005_18.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Recursive_Queries_in_SQL_Server_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Recursive_Queries_in_SQL_Server_2005</guid>
      <pubDate>Mon, 21 May 2007 08:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Managing unmanaged memory </title>
      <description>The title of this post might seem confusing. Garbage Collector (or GC) in .Net is designed to take care of managed memory only, so what do you do in a case where you have a managed object that itself takes very small amount of memory but allocates significant amount of unmanaged resources? In that case.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2fmanaging-unmanaged-memory.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frajkwatra.blogspot.com%2f2007%2f05%2fmanaging-unmanaged-memory.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Managing_unmanaged_memory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Managing_unmanaged_memory</guid>
      <pubDate>Tue, 15 May 2007 07:00:34 GMT</pubDate>
    </item>
  </channel>
</rss>