<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by dbteq</title>
    <description>Stories kicked by dbteq</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>Caching in ASP.NET</title>
      <description>This article discusses Caching, its different types and contains some lucid code examples to illustrate On-Demand Data Caching. Caching is a feature of ASP.NET that can dramatically improve the performance of web applications by minimizing the usage of server resources to a great extent. Caching is a feature that stores data in local memory, allowing incoming requests to be served from memory directly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f795"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f795" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Caching_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Caching_in_ASP_NET</guid>
      <pubDate>Sat, 25 Mar 2006 08:55:48 GMT</pubDate>
    </item>
    <item>
      <title>Using SharePoint Web Services to Change Subsite Permissions</title>
      <description>Microsoft has provided SharePoint class libraries and web services for not only creating and updating a SharePoint site and its contents manually, but also programmatically. This article introduces how to use SharePoint web services to loop through all the sub sites to add roles, add users to site roles, and update role permissions on site and list levels.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f791"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f791" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_SharePoint_Web_Services_to_Change_Subsite_Permissions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_SharePoint_Web_Services_to_Change_Subsite_Permissions</guid>
      <pubDate>Sat, 25 Mar 2006 08:51:45 GMT</pubDate>
    </item>
    <item>
      <title>Constructors in C#</title>
      <description>This article covers the basic concepts of constructors in C# and discusses constructor overloading, types of constructors, and the behavior of constructors in inheritance, with some sample programs. A constructor is used to provide initialization code that gets executed every time the class is instantiated. Constructors cannot be &amp;quot;virtual&amp;quot;. A good understanding of constructors is a prerequisite for all class designers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f770"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f770" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Constructors_in_C_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Constructors_in_C_1</guid>
      <pubDate>Thu, 23 Mar 2006 09:01:23 GMT</pubDate>
    </item>
    <item>
      <title>Constructors in C#</title>
      <description>This article covers the basic concepts of constructors in C# and discusses constructor overloading, types of constructors, and the behavior of constructors in inheritance, with some sample programs. A constructor is used to provide initialization code that gets executed every time the class is instantiated. Constructors cannot be &amp;quot;virtual&amp;quot;. A good understanding of constructors is a prerequisite for all class designers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f770"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f770" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Constructors_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Constructors_in_C</guid>
      <pubDate>Thu, 23 Mar 2006 08:57:49 GMT</pubDate>
    </item>
    <item>
      <title>Attributes and Reflection in C# </title>
      <description>This article discusses attributes and reflection concepts in detail with examples wherever necessary. C# is very important language, but it also offers scope for adding declarative features to the code and their later retrieval if necessary. We can use attributes to provide both design-level and run-time information to our code. Attributes are a mechanism for adding metadata. Reflection is the process by which a program can read its own metadata.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f778"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f778" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Attributes_and_Reflection_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Attributes_and_Reflection_in_C</guid>
      <pubDate>Thu, 23 Mar 2006 07:57:00 GMT</pubDate>
    </item>
    <item>
      <title>How to Create a BoundField Dynamically Using GridView</title>
      <description>This article examines how to create a BoundField Column dynamically for a GridView control. The manifestation shows the ListBox populated with Column Names from a specific table. Selecting multiple column names from the ListBox will allow the user to display the data in the GridView accordingly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f785"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f785" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Create_a_BoundField_Dynamically_Using_GridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Create_a_BoundField_Dynamically_Using_GridView</guid>
      <pubDate>Thu, 23 Mar 2006 09:05:00 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft .NET Architecture</title>
      <description>In this article, essential aspects of Microsoft .NET such as CLR, MSIL, ASP.NET, ADO.NET, Web Services and .Net security are summarized. While no topic is covered in detail, and few implementation suggestions are given, the article serves as a quick overview of essential .NET concepts.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f788"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f788" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_NET_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_NET_Architecture</guid>
      <pubDate>Mon, 20 Mar 2006 23:39:54 GMT</pubDate>
    </item>
    <item>
      <title>RSS Feed Generator by Peter A. Bromberg</title>
      <description>A Dynamic Sql-Based Self-Caching RSS Feed Generator has become so omnipresent that it is expected for virtually any kind of information site to offer at least one feed. There are now a large number of RSS Generator class libraries in the open - source space. This article details an RSS Fed generator written by Peter A. Bromberg. The generator operates as a HTTPHandler, without the baggage of the ASP.NET Page class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.eggheadcafe.com%2farticles%2f20060209.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.eggheadcafe.com%2farticles%2f20060209.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/RSS_Feed_Generator_by_Peter_A_Bromberg</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/RSS_Feed_Generator_by_Peter_A_Bromberg</guid>
      <pubDate>Wed, 08 Mar 2006 23:35:46 GMT</pubDate>
    </item>
    <item>
      <title>Trio of notable authors Introduces &amp;quot;Beginning .NET Game Programming&amp;quot;</title>
      <description>This article describes a book, written by a trio of notable authors David Weller, Alexandre Santos Laboa, and Ellen Hatton. The book introduces the reader to a variety of fundamental concepts that go into programming a game. Every section of the book is accompanied by several source code listings that demonstrate the concept at hand. This book is relevant to both .NET 2.0 as well as .NET 1.1. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.sys-con.com%2fread%2f180985.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.sys-con.com%2fread%2f180985.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Trio_of_notable_authors_Introduces_quot_Beginning_NET_Game_Programming_quot</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Trio_of_notable_authors_Introduces_quot_Beginning_NET_Game_Programming_quot</guid>
      <pubDate>Wed, 08 Mar 2006 23:26:10 GMT</pubDate>
    </item>
  </channel>
</rss>