<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with State</title>
    <description>the latest stories tagged with 'State' 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>Regular Expression Engine in C# (the Story)</title>
      <description>A "long time ago", more precisely 3 years ago, I was studying Automata and Formal Languages which was a Computer Engineering discipline. At that time I was amazed by the new things I was learning such as NFAs, DFAs, FSMs and Regular Expressions. For the sake of my development I started searching for programming related material that could... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2fregular-expression-engine-in-csharp.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2fregular-expression-engine-in-csharp.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expression_Engine_in_C_the_Story</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expression_Engine_in_C_the_Story</guid>
      <pubDate>Wed, 13 May 2009 09:36:58 GMT</pubDate>
    </item>
    <item>
      <title>All 40 Design Patterns  FAQ</title>
      <description>This article has all design patterns abstract factory pattern ,builder pattern,  prototype pattern , shallow copy and deep copy  in prototype patterns , singleton pattern ,  command patterns , Interpreter pattern,  iterator  pattern , mediator pattern , memento  pattern , observer pattern , state pattern ,  strategy  pattern , visitor pattern , difference  between  visitor and strategy pattern , adapter  pattern ,fly  weight pattern , bridge pattern ,  composite  pattern , decorator pattern , Fa&amp;#231;ade  pattern , chain of responsibility ( COR) , proxy  pattern and  template pattern, &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fSoftArch4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2faspnet%2fSoftArch4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/All_40_Design_Patterns_FAQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/All_40_Design_Patterns_FAQ</guid>
      <pubDate>Wed, 01 Oct 2008 02:17:43 GMT</pubDate>
    </item>
    <item>
      <title>Best Practices - Fast, Scalable, and Secure Session State Management </title>
      <description>Best Practices
Fast, Scalable, and Secure Session State Management for Your Web Applications &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f05%2f09%2fSessionState%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f05%2f09%2fSessionState%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Best_Practices_Fast_Scalable_and_Secure_Session_State_Management</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Best_Practices_Fast_Scalable_and_Secure_Session_State_Management</guid>
      <pubDate>Mon, 03 Sep 2007 10:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Gain Control Of Your Control State</title>
      <description>A Primer on the less well known cousin to ViewState, the Control State. Contains an interesting demo of the two types of state persistence side by side. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f03%2f16%2fgain-control-of-your-control-state.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhaacked.com%2farchive%2f2007%2f03%2f16%2fgain-control-of-your-control-state.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Gain_Control_Of_Your_Control_State</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Gain_Control_Of_Your_Control_State</guid>
      <pubDate>Mon, 19 Mar 2007 12:16:01 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET State Management</title>
      <description>Learn to manage application state, session state, cookie state, and view state in ASP.NET. Excerpt: Before we begin discussing state management in ASP.NET, let's get one thing straight: Attempting to manage state in Web applications goes against the fundamental design principles of the Web. One of the primary goals of the Web and its underlying protocol, HTTP, is to provide a scalable medium for sharing information. Adding user state inherently reduces scalability because the pages shown to a particular user will be different from those shown to another user and thus cannot be reused or cached.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fen.csharp-online.net%2fASP.NET_State_Management"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fen.csharp-online.net%2fASP.NET_State_Management" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_State_Management</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_State_Management</guid>
      <pubDate>Mon, 19 Feb 2007 22:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>