<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by amrelgarhy</title>
    <description>Stories kicked by amrelgarhy</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>Asp.Net vs php : Speed Comparison</title>
      <description>Why is the myth that php is faster than Asp.Net so prevalent?  Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fAspNet-vs-php--speed-comparison.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Asp_Net_vs_php_Speed_Comparison</guid>
      <pubDate>Mon, 15 Jun 2009 13:00:00 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to SQL is NOT dead!</title>
      <description>Ever since Microsoft announced that the Entity Framework was their ORM of choice, people everywhere have been saying, "LINQ to SQL is dead!" A lot of people feel like they're not allowed to use LINQ to SQL anymore and that they have to use Entity Framework instead.

In fact, LINQ to SQL is not only alive and well, Microsoft has even announced LINQ to SQL improvements in .NET 4.0, including finally adding using ITable&amp;lt;T&amp;gt; for tables instead of Table&amp;lt;T&amp;gt;, which makes it much easier to test. Combine that with this open source tool that will create an IDataContext interface for you and you're on your way to testable LINQ to SQL. So no, LINQ to SQL is not dead!! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f06%2flinq-to-sql-is-not-dead%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f06%2flinq-to-sql-is-not-dead%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_SQL_is_NOT_dead</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_SQL_is_NOT_dead</guid>
      <pubDate>Sun, 07 Jun 2009 19:00:03 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio 2010: Multiple web.config versions</title>
      <description>Visual Studio 2010 has support for multiple web.config files. It is one feature of new web application packaging and deployment system. We can create now separate web.config files for each configuration we have for application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f03%2fvisual-studio-2010-multiple-web-config-versions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f06%2f03%2fvisual-studio-2010-multiple-web-config-versions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Multiple_web_config_versions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Visual_Studio_2010_Multiple_web_config_versions</guid>
      <pubDate>Wed, 03 Jun 2009 23:30:00 GMT</pubDate>
    </item>
    <item>
      <title>SubMain acquires GhostDoc</title>
      <description>An agreement between SubMain and Roland Weigelt, author of GhostDoc, will place future development of GhostDoc in the hands of SubMain. GhostDoc ( http://submain.com/ghostdoc ) is the popular XML Comments and documentation helper tool which SubMain will continue to maintain as a free product. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.submain.com%2fblogs%2fnews%2farchive%2f2009%2f06%2f01%2fSubMain-acquires-GhostDoc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.submain.com%2fblogs%2fnews%2farchive%2f2009%2f06%2f01%2fSubMain-acquires-GhostDoc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/SubMain_acquires_GhostDoc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/SubMain_acquires_GhostDoc</guid>
      <pubDate>Mon, 01 Jun 2009 16:45:03 GMT</pubDate>
    </item>
    <item>
      <title>JQuery selectors - selecting elements by a partial id</title>
      <description>Describes how to use JQuery selectors to find elements by part of an id. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fpsperanza%2farchive%2f2009%2f05%2f07%2fjquery-selectors-selecting-elements-by-a-partial-id.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fpsperanza%2farchive%2f2009%2f05%2f07%2fjquery-selectors-selecting-elements-by-a-partial-id.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/JQuery_selectors_selecting_elements_by_a_partial_id</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/JQuery_selectors_selecting_elements_by_a_partial_id</guid>
      <pubDate>Fri, 08 May 2009 08:53:59 GMT</pubDate>
    </item>
    <item>
      <title>Linq-to-SQL vs Linq-to-Entities : Revisited</title>
      <description>After 2 months of nothing but L2E, I feel I can give a decent comparison. 

Linq-to-Entities is fully capable and can do almost everything Linq-to-SQL can do, it just takes a bit more code some times; the almost is for multiple database utilization. L2E is a great ORM, but many of us were spoiled with L2S, so it is now up to Microsoft to live up to the expectations that they put out for us with this framework that they are deprecating. I hope and assume it will become a superior ORM, but that is in Microsoft's hands now; for the time being, it is not.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnaspinski.net%2fpost%2fLinq-to-SQL-vs-Linq-to-Entities--Revisited.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnaspinski.net%2fpost%2fLinq-to-SQL-vs-Linq-to-Entities--Revisited.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Linq_to_SQL_vs_Linq_to_Entities_Revisited</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Linq_to_SQL_vs_Linq_to_Entities_Revisited</guid>
      <pubDate>Tue, 12 May 2009 05:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Serverfault.com is in beta test </title>
      <description>Serverfault.com is currently in private beta testing.

Server Fault is for system administrators and IT professionals, people who manage or maintain computers in a professional capacity. If you are in charge of .  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figurr.com%2fblogs%2fnews%2farchive%2f2009%2f04%2f30%2fserverfault-com-is-in-beta-test.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figurr.com%2fblogs%2fnews%2farchive%2f2009%2f04%2f30%2fserverfault-com-is-in-beta-test.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Serverfault_com_is_in_beta_test</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Serverfault_com_is_in_beta_test</guid>
      <pubDate>Fri, 01 May 2009 06:05:22 GMT</pubDate>
    </item>
    <item>
      <title>Oracle support for ADO.NET Entity Framework</title>
      <description>Download the Beta release of the DataDirect Connect for ADO.NET Entity Framework provider for Oracle today! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjonathanbruceconnects.com%2fjonathan_bruce%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjonathanbruceconnects.com%2fjonathan_bruce%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Oracle_support_for_ADO_NET_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Oracle_support_for_ADO_NET_Entity_Framework</guid>
      <pubDate>Fri, 01 May 2009 04:13:43 GMT</pubDate>
    </item>
    <item>
      <title>What ASP.NET Developers Should Know About jQuery </title>
      <description>It's hard to believe that JavaScript is already well over a decade old.  Often relegated to marginal tasks in its early years, JavaScript has grown to become a pillar of modern web development.  With the current popularity of DHTML and AJAX, it can be difficult to find a site that doesn't use JavaScript anymore.  One of the driving forces behind JavaScript's newfound popularity is a proliferation of JavaScript frameworks, such as jQuery. Why? Though JavaScript itself is a great programming language, t... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvisitmix.com%2fOpinions%2fWhat-ASPNET-Developers-Should-Know-About-jQuery"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvisitmix.com%2fOpinions%2fWhat-ASPNET-Developers-Should-Know-About-jQuery" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/What_ASP_NET_Developers_Should_Know_About_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/What_ASP_NET_Developers_Should_Know_About_jQuery</guid>
      <pubDate>Thu, 30 Apr 2009 04:03:54 GMT</pubDate>
    </item>
    <item>
      <title>Comparison of Linq to Sql and Orasis Generated Data Access Code</title>
      <description>This is a very good and fair comparison. What does not show here is the difference in performance which I suspect LinQ to SQL must be slower. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.orasissoftware.com%2fblog%2fpost%2f2009%2f04%2f26%2fComparison-of-Linq-to-Sql-and-Orasis-Generated-Data-Access-Code.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.orasissoftware.com%2fblog%2fpost%2f2009%2f04%2f26%2fComparison-of-Linq-to-Sql-and-Orasis-Generated-Data-Access-Code.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Comparison_of_Linq_to_Sql_and_Orasis_Generated_Data_Access_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Comparison_of_Linq_to_Sql_and_Orasis_Generated_Data_Access_Code</guid>
      <pubDate>Thu, 30 Apr 2009 04:46:08 GMT</pubDate>
    </item>
    <item>
      <title>Ten steps on how to store Git repositories in Live Mesh!</title>
      <description>Use Live Mesh to host your repositories. It gives you over 5 GB of space and it's completely free. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fTen-steps-on-how-to-store-Git-repositories-in-Live-Mesh!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.fossmo.net%2fpost%2fTen-steps-on-how-to-store-Git-repositories-in-Live-Mesh!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Ten_steps_on_how_to_store_Git_repositories_in_Live_Mesh</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Ten_steps_on_how_to_store_Git_repositories_in_Live_Mesh</guid>
      <pubDate>Mon, 27 Apr 2009 16:51:55 GMT</pubDate>
    </item>
    <item>
      <title>OpenSuse vs. Ubuntu for .Net Developers</title>
      <description>Many .Net developers are playing with Linux on the side because it is free but which Linux should you choose to use if you are a .Net developer? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.runxc.com%2fpost%2f2009%2f02%2f21%2fopenSUSE-vs-Ubuntu-for-Net-Developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.runxc.com%2fpost%2f2009%2f02%2f21%2fopenSUSE-vs-Ubuntu-for-Net-Developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/OpenSuse_vs_Ubuntu_for_Net_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/OpenSuse_vs_Ubuntu_for_Net_Developers</guid>
      <pubDate>Thu, 16 Apr 2009 11:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Creating your own site's search Engine</title>
      <description>Setting up you search page for your web application is as easy as having a DB table where you retrieve data from by a simple query. I will illustrate the steps of setting up the configurations needed in this post, and will write another one for detailed stuff in custom search page. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftechietweaks.blogspot.com%2f2009%2f04%2fcreating-your-own-site-search-engine.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftechietweaks.blogspot.com%2f2009%2f04%2fcreating-your-own-site-search-engine.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_your_own_site_s_search_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_your_own_site_s_search_Engine</guid>
      <pubDate>Mon, 06 Apr 2009 22:46:03 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic to Acquire NHibernate</title>
      <description>Hanalei, HI - April 1, 2009: SubSonic (http://subsonicproject.com), a data access tool and "Super High-fidelity Batman Toolbelt" (according to its owner, Rob Conery), is set to acquire NHibernate, a much larger data access technology built on the .NET platform. The terms of the deal have not yet been announced but the stage has been set for what many see as a hostile transition of ownership. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-to-acquire-nhibernate%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2fblog%2fsubsonic-to-acquire-nhibernate%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/SubSonic_to_Acquire_NHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/SubSonic_to_Acquire_NHibernate</guid>
      <pubDate>Thu, 02 Apr 2009 01:01:18 GMT</pubDate>
    </item>
    <item>
      <title>Top VB.Net to C#, C# to VB.Net TOOLS</title>
      <description>List of VB.Net to C#, C# to VB.Net TOOLS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figurr.com%2fwikis%2flistof%2fvb-net-to-c-c-to-vb-net-tools.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figurr.com%2fwikis%2flistof%2fvb-net-to-c-c-to-vb-net-tools.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Top_VB_Net_to_C_C_to_VB_Net_TOOLS</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Top_VB_Net_to_C_C_to_VB_Net_TOOLS</guid>
      <pubDate>Fri, 27 Mar 2009 10:01:47 GMT</pubDate>
    </item>
    <item>
      <title>List Of ORM tools &amp;quot;.Net&amp;quot;</title>
      <description>ORM tools &amp;quot;.Net&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figurr.com%2fwikis%2flistof%2form-tools-quot-net-quot.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figurr.com%2fwikis%2flistof%2form-tools-quot-net-quot.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/List_Of_ORM_tools_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/List_Of_ORM_tools_Net</guid>
      <pubDate>Sat, 21 Mar 2009 06:48:56 GMT</pubDate>
    </item>
    <item>
      <title>List Of Top Javascript Libraries </title>
      <description>Top Javascript Libraries  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figurr.com%2fwikis%2flistof%2ftop-javascript-libraries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figurr.com%2fwikis%2flistof%2ftop-javascript-libraries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/List_Of_Top_Javascript_Libraries</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/List_Of_Top_Javascript_Libraries</guid>
      <pubDate>Sat, 21 Mar 2009 06:47:43 GMT</pubDate>
    </item>
    <item>
      <title>List Of Asp.Net Developer applications and tools</title>
      <description>ASP.Net developers use some/all of these applications and tools &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figurr.com%2fwikis%2flistof%2fasp-net-developer-applications-and-tools.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figurr.com%2fwikis%2flistof%2fasp-net-developer-applications-and-tools.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/List_Of_Asp_Net_Developer_applications_and_tools</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/List_Of_Asp_Net_Developer_applications_and_tools</guid>
      <pubDate>Sat, 21 Mar 2009 06:45:59 GMT</pubDate>
    </item>
    <item>
      <title>Silverlight 3 as a Desktop Application (Out-of-Browser Applications)</title>
      <description>A cool new feature in Silverlight 3 is the ability to run Silverlight applications out of the browser which resembles a desktop application. Only a few configuration steps are needed to enable your application to run offline. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fSilverlight-3-as-a-Desktop-Application-Out-of-Browser-Applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.silverlightshow.net%2fitems%2fSilverlight-3-as-a-Desktop-Application-Out-of-Browser-Applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_3_as_a_Desktop_Application_Out_of_Browser_Applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_3_as_a_Desktop_Application_Out_of_Browser_Applications</guid>
      <pubDate>Sun, 22 Mar 2009 04:01:04 GMT</pubDate>
    </item>
    <item>
      <title>How .NET Regular Expressions Really Work</title>
      <description>A very deep dive into the source code for how .NET Regular Expressions really work &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</guid>
      <pubDate>Mon, 16 Mar 2009 22:46:04 GMT</pubDate>
    </item>
    <item>
      <title>8 New IIS for Developers Videos</title>
      <description>In this video series, learn about working with Microsoft Internet Information Server from the application architecture and development perspective. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figurr.com%2fblogs%2fprogramming%2farchive%2f2009%2f03%2f13%2f8-new-iis-for-developers-videos.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figurr.com%2fblogs%2fprogramming%2farchive%2f2009%2f03%2f13%2f8-new-iis-for-developers-videos.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/8_New_IIS_for_Developers_Videos</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/8_New_IIS_for_Developers_Videos</guid>
      <pubDate>Sat, 14 Mar 2009 00:01:11 GMT</pubDate>
    </item>
    <item>
      <title>What's the difference between CONST and READONLY in .Net?</title>
      <description>Ever sit around talking to your co-workers about random things, when all of a sudden you ask "What's the difference between const and readonly in .Net?". If so, you are not alone. If not, well, you're just weird. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.carlj.ca%2f2009%2f03%2f09%2fwhats-the-difference-between-const-and-readonly-in-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.carlj.ca%2f2009%2f03%2f09%2fwhats-the-difference-between-const-and-readonly-in-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/What_s_the_difference_between_CONST_and_READONLY_in_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/What_s_the_difference_between_CONST_and_READONLY_in_Net</guid>
      <pubDate>Tue, 10 Mar 2009 19:01:16 GMT</pubDate>
    </item>
    <item>
      <title>12+ open source projects for .NET you probably didn't know about.</title>
      <description>Here's a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webdistortion.com%2f2009%2f03%2f06%2f12-open-source-projects-for-net-you-probably-didn%25E2%2580%2599t-know-about%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webdistortion.com%2f2009%2f03%2f06%2f12-open-source-projects-for-net-you-probably-didn%25E2%2580%2599t-know-about%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/12_open_source_projects_for_NET_you_probably_didn_t_know_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/12_open_source_projects_for_NET_you_probably_didn_t_know_about</guid>
      <pubDate>Sat, 07 Mar 2009 01:01:02 GMT</pubDate>
    </item>
    <item>
      <title>23 amazing JQuery Photo/Gallery Plugins</title>
      <description>A collection of 23 JQuery Plugins to prepare your site for the use of photos. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blogrammierer.de%2fjquery-die-23-besten-bildergalerie-plugins%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blogrammierer.de%2fjquery-die-23-besten-bildergalerie-plugins%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/jquery/23_amazing_JQuery_Photo_Gallery_Plugins</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/jquery/23_amazing_JQuery_Photo_Gallery_Plugins</guid>
      <pubDate>Tue, 10 Mar 2009 07:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Hint: Variables scope "Javascript" </title>
      <description>All variables declared in a function are defined throughout the function &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figurr.com%2fblogs%2fprogramming%2farchive%2f2009%2f03%2f02%2fhint-variables-scope-javascript.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figurr.com%2fblogs%2fprogramming%2farchive%2f2009%2f03%2f02%2fhint-variables-scope-javascript.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Hint_Variables_scope_Javascript</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Hint_Variables_scope_Javascript</guid>
      <pubDate>Mon, 02 Mar 2009 19:25:59 GMT</pubDate>
    </item>
  </channel>
</rss>