<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by flalar</title>
    <description>Stories kicked by flalar</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>I Spose I'll Just Say It: Still Waiting For a GOOD Reason to Learn MVC</title>
      <description>Why you shouldn't learn MVC

Earlier today Rob Connery posted about why he thinks You Should Learn MVC.  Rob is a great guy and we always have lively discussions whenever we meet at conferences.  I was in the middle of writing a long comment on his blog when I decided it might be better as it's own post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f04%2f23%2fI-Spose-Irsquo3bll-Just-Say-It-Still-Waiting-For-a-GOOD-Reason-to-Learn-MVC.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.theaccidentalgeek.com%2fpost%2f2009%2f04%2f23%2fI-Spose-Irsquo3bll-Just-Say-It-Still-Waiting-For-a-GOOD-Reason-to-Learn-MVC.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_Still_Waiting_For_a_GOOD_Reason_to_Learn_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/I_Spose_I_ll_Just_Say_It_Still_Waiting_For_a_GOOD_Reason_to_Learn_MVC</guid>
      <pubDate>Tue, 28 Apr 2009 05:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Vote for Gaia Ajax: asp.netPRO Readers' Choice 2009</title>
      <description>Gaia Ajax - the ASP.NET toolbox for building Ajax applications without JavaScript - is nominated to this years aspnetPRO Readers' Choice. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.gaiaware.net%2fpost%2fVote-for-Gaia-Ajax-aspnetPRO-Readers-Choice-2009.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.gaiaware.net%2fpost%2fVote-for-Gaia-Ajax-aspnetPRO-Readers-Choice-2009.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Vote_for_Gaia_Ajax_asp_netPRO_Readers_Choice_2009</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Vote_for_Gaia_Ajax_asp_netPRO_Readers_Choice_2009</guid>
      <pubDate>Thu, 23 Apr 2009 15:21:15 GMT</pubDate>
    </item>
    <item>
      <title>Resizing images without loss of quality</title>
      <description>ASP.NET provides us with System.Drawing namespace where we can find classes we can use to manipulate with images. There are many people out there who mistakenly think that Image.GetThumbnailImage is best choice for image resizing. You can easily create crappy images if you follow the code examples in previously pointed article. In this post I will show you how to resize images without negative side effects. &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%2f04%2f02%2fresizing-images-without-loss-of-quality.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f04%2f02%2fresizing-images-without-loss-of-quality.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Resizing_images_without_loss_of_quality</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Resizing_images_without_loss_of_quality</guid>
      <pubDate>Thu, 02 Apr 2009 23:31:45 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>Optimize ASP.NET Membership Stored Procedures for greater speed and sc</title>
      <description>ASP.NET Membership stored proc are not fine tuned for high load. So, under heavy load - the major tables like aspnet_Users and aspnet_Membership produces lock contention and transaction deadlocks. Learn how to solve this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f03%2f14%2foptimize-asp-net-membership-stored-procedures-for-greater-speed-and-scalability.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2009%2f03%2f14%2foptimize-asp-net-membership-stored-procedures-for-greater-speed-and-scalability.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Optimize_ASP_NET_Membership_Stored_Procedures_for_greater_speed_and_sc</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Optimize_ASP_NET_Membership_Stored_Procedures_for_greater_speed_and_sc</guid>
      <pubDate>Sun, 15 Mar 2009 00:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Posting data to a REST service using C#</title>
      <description>A short overview on how you can post data to a REST based service using C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f91"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f91" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Posting_data_to_a_REST_service_using_C_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Posting_data_to_a_REST_service_using_C_1</guid>
      <pubDate>Wed, 11 Mar 2009 02:31:07 GMT</pubDate>
    </item>
    <item>
      <title>6 SEO Tips For ASP.NET URL's</title>
      <description>If you are building a new ASP.NET application, SEO has become a big factor in how you plan the structure / code of the site.  But quite an important part of the site which are often overlooked are the URL's, and a lot of people do the basics which I'll show below but there are a few common things people tend to miss or never thought could be a problem... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blogfodder.co.uk%2fpost%2f2009%2f03%2f6-SEO-Tips-For-ASPNET-URLrsquo3bs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blogfodder.co.uk%2fpost%2f2009%2f03%2f6-SEO-Tips-For-ASPNET-URLrsquo3bs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/6_SEO_Tips_For_ASP_NET_URL_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/6_SEO_Tips_For_ASP_NET_URL_s</guid>
      <pubDate>Tue, 10 Mar 2009 23:31:55 GMT</pubDate>
    </item>
    <item>
      <title>C# Design Patterns - The Facade Pattern</title>
      <description>In our city dog registration application lets assume there are a few things that need to be done when a new dog is registered. First the new dog and it's owners must be entered into the system. Next the registration fee must be processed. Finally, we want the system to send the owners the welcome email.
This is a very simple example but this action requires 3 separate systems to do something in order to complete this one task of registering a new dog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.geekdaily.net%2f2009%2f03%2f09%2fc-design-patterns-the-facade-pattern%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.geekdaily.net%2f2009%2f03%2f09%2fc-design-patterns-the-facade-pattern%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/C_Design_Patterns_The_Facade_Pattern</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/C_Design_Patterns_The_Facade_Pattern</guid>
      <pubDate>Tue, 10 Mar 2009 18:16:10 GMT</pubDate>
    </item>
    <item>
      <title>.NET - Health Monitoring in ASP.NET 3.5</title>
      <description>I am a big advocate on less is more, and when it comes to writing code to monitor an ASP.NET application, less code is definitely more. As a developer, once you have finished developing your application and it's deployed into production, you'll need to monitor it and have it notify you when something goes wrong. There are several ways to do this, from utilising the global.asax file to writing custom classes. But a little known feature in ASP.NET is health monitoring. This gives you the ability to monitor the health of an ASP.NET application. This article won't delve into the specifics of creating your own custom health monitoring class, but it will focus on what is available to ASP.NET developers out of the box. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d283"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d283" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/NET_Health_Monitoring_in_ASP_NET_3_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/NET_Health_Monitoring_in_ASP_NET_3_5</guid>
      <pubDate>Tue, 10 Mar 2009 14:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Using SQL Service Broker in NET applications </title>
      <description>Javi discusses the pitfalls you might encounter while trying to use SQL Service Broker from a .NET application &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjaviercrespoalvez.com%2f2009%2f03%2fusing-sql-service-broker-in-net.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjaviercrespoalvez.com%2f2009%2f03%2fusing-sql-service-broker-in-net.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Using_SQL_Service_Broker_in_NET_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Using_SQL_Service_Broker_in_NET_applications</guid>
      <pubDate>Thu, 12 Mar 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>99.99% available ASP.NET and SQL Server SaaS Production Architecture</title>
      <description>Best practices for designing production architecture for a highly available ASP.NET website running on SQL Server. Guarantees 99.99% availability for Level 3 SaaS. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f12%2f10%2f99-99-available-asp-net-and-sql-server-saas-production-architecture.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f12%2f10%2f99-99-available-asp-net-and-sql-server-saas-production-architecture.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/99_99_available_ASP_NET_and_SQL_Server_SaaS_Production_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/99_99_available_ASP_NET_and_SQL_Server_SaaS_Production_Architecture</guid>
      <pubDate>Thu, 11 Dec 2008 04:46:58 GMT</pubDate>
    </item>
    <item>
      <title>Using System.Web.Abstractions in Your WebForms Apps</title>
      <description>Check out how to use the System.Web.Abstractions assembly in your ASP.NET WebForms applications! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f12%2f04%2fUsing-SystemWebAbstractions-in-Your-WebForms-Apps.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f12%2f04%2fUsing-SystemWebAbstractions-in-Your-WebForms-Apps.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Using_System_Web_Abstractions_in_Your_WebForms_Apps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Using_System_Web_Abstractions_in_Your_WebForms_Apps</guid>
      <pubDate>Fri, 05 Dec 2008 02:31:14 GMT</pubDate>
    </item>
    <item>
      <title>Stupid NUnit Tricks #3 Foiled!</title>
      <description>Revelation of a CLR bug. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f11%2f24%2fstupid-nunit-tricks-3-foiled.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f11%2f24%2fstupid-nunit-tricks-3-foiled.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Stupid_NUnit_Tricks_3_Foiled</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Stupid_NUnit_Tricks_3_Foiled</guid>
      <pubDate>Thu, 04 Dec 2008 06:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft kills Linq to SQL</title>
      <description>Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f10%2f31%2fmicrosoft-kills-linq-to-sql.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fayende.com%2fBlog%2farchive%2f2008%2f10%2f31%2fmicrosoft-kills-linq-to-sql.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Microsoft_kills_Linq_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Microsoft_kills_Linq_to_SQL</guid>
      <pubDate>Fri, 31 Oct 2008 16:01:13 GMT</pubDate>
    </item>
    <item>
      <title>Facade design pattern using C#</title>
      <description>Quick start: How to impliment facade pattern in Csharp.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.shahidriaz.com%2fpost%2f2008%2f10%2f04%2fFactory-design-pattern-using-C.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.shahidriaz.com%2fpost%2f2008%2f10%2f04%2fFactory-design-pattern-using-C.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Facade_design_pattern_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Facade_design_pattern_using_C</guid>
      <pubDate>Thu, 16 Oct 2008 16:40:50 GMT</pubDate>
    </item>
    <item>
      <title>Dependency Inversion for Dummies: Constructor Injection</title>
      <description>An introduction to dependency inversion. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.benhartonline.com%2fpost%2f2008%2f09%2f24%2fDependency-Inversion-for-Dummies-Constructor-Injection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.benhartonline.com%2fpost%2f2008%2f09%2f24%2fDependency-Inversion-for-Dummies-Constructor-Injection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Dependency_Inversion_for_Dummies_Constructor_Injection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Dependency_Inversion_for_Dummies_Constructor_Injection</guid>
      <pubDate>Tue, 14 Oct 2008 16:18:44 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET website Continuous Integration+Deployment using CruiseControl.</title>
      <description>You can setup continuous integration and automated deployment for your web application using CruiseControl.NET, Subversion, MSBuild and Robocopy. I will show you how you can automatically build the entire solution, email build report to developers and QA, deploy latest code in IIS all using CruiseControl.NET every N minutes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f06%2fasp-net-website-continuous-integration-deployment-using-cruisecontrol-net-subversion-msbuild-and-robocopy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fomar%2farchive%2f2008%2f10%2f06%2fasp-net-website-continuous-integration-deployment-using-cruisecontrol-net-subversion-msbuild-and-robocopy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/ASP_NET_website_Continuous_Integration_Deployment_using_CruiseControl</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/ASP_NET_website_Continuous_Integration_Deployment_using_CruiseControl</guid>
      <pubDate>Tue, 07 Oct 2008 05:31:04 GMT</pubDate>
    </item>
    <item>
      <title>Windows comming soon to Amazon EC2</title>
      <description>This is big news! Amazon are to enable Windows Support on EC2. this will allow users to kick of Windows images for running SQL Servers, IIS instances and anything else (even HPC stuff) in the cloud! SWEET! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faws.typepad.com%2faws%2f2008%2f10%2fcoming-soon-ama.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faws.typepad.com%2faws%2f2008%2f10%2fcoming-soon-ama.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/Windows_comming_soon_to_Amazon_EC2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/Windows_comming_soon_to_Amazon_EC2</guid>
      <pubDate>Thu, 02 Oct 2008 04:01:15 GMT</pubDate>
    </item>
    <item>
      <title>Singleton WCF Proxy</title>
      <description>Javi shows how to implement WCF singleton proxies with Castle taking into account faulted state scenarios. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f09%2fsingleton-wcf-proxy.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjavicrespotech.blogspot.com%2f2008%2f09%2fsingleton-wcf-proxy.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Singleton_WCF_Proxy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Singleton_WCF_Proxy</guid>
      <pubDate>Thu, 25 Sep 2008 19:45:55 GMT</pubDate>
    </item>
    <item>
      <title>REST Services and Metadata Endpoints in WCF</title>
      <description>Exposing documentation for REST based services in WCF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f29%2frest-services-and-metadata-endpoints-in-wcf%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.danrigsby.com%2fblog%2findex.php%2f2008%2f05%2f29%2frest-services-and-metadata-endpoints-in-wcf%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/webservices/REST_Services_and_Metadata_Endpoints_in_WCF</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/webservices/REST_Services_and_Metadata_Endpoints_in_WCF</guid>
      <pubDate>Thu, 05 Jun 2008 11:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Gaia Ajax Widgets 2008 Q1 Release</title>
      <description>Gaia releases their Q1 release, with more goodies and bug fixes. New website as well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fajaxwidgets.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fajaxwidgets.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Gaia_Ajax_Widgets_2008_Q1_Release</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Gaia_Ajax_Widgets_2008_Q1_Release</guid>
      <pubDate>Thu, 21 Feb 2008 19:12:09 GMT</pubDate>
    </item>
    <item>
      <title>Different methods for creating partial page updates</title>
      <description>This article compares MS Ajax and the Gaia Web Widgets Framework. Specifically it compares the UpdatePanel and Gaia Web Controls for acheiving partial page updates.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2friderdesign.com%2farticles%2fdisplayarticle.aspx%3farticleid%3d29"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2friderdesign.com%2farticles%2fdisplayarticle.aspx%3farticleid%3d29" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Different_methods_for_creating_partial_page_updates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Different_methods_for_creating_partial_page_updates</guid>
      <pubDate>Fri, 07 Sep 2007 10:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Using Gaia with jQuery</title>
      <description>As mentioned in the previous article &amp;quot;Random Rotating Images with Gaia&amp;quot;, The Gaia Ajax Widgets Framework uses the well known and very widely used Prototype.js library. As such certain compatibility issues can arise when using Gaia with jQuery.  
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2friderdesign.com%2farticles%2fdisplayarticle.aspx%3farticleid%3d27"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2friderdesign.com%2farticles%2fdisplayarticle.aspx%3farticleid%3d27" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Using_Gaia_with_jQuery</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Using_Gaia_with_jQuery</guid>
      <pubDate>Tue, 14 Aug 2007 13:13:18 GMT</pubDate>
    </item>
    <item>
      <title>Random Rotating Images with Gaia</title>
      <description>The aim of this article is to show easy it is to create random, rotating images using the Gaia Ajax Widgets Framework. Gaia provides a suite of Ajax-enabled server controls that makes creating Ajax applications extremely easy. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2friderdesign.com%2farticles%2fdisplayarticle.aspx%3farticleid%3d26"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2friderdesign.com%2farticles%2fdisplayarticle.aspx%3farticleid%3d26" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Random_Rotating_Images_with_Gaia</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Random_Rotating_Images_with_Gaia</guid>
      <pubDate>Tue, 14 Aug 2007 13:09:49 GMT</pubDate>
    </item>
  </channel>
</rss>