<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by moldava</title>
    <description>Stories kicked by moldava</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>Redirecting an HTTP Request to HTTPS in IIS 7.0</title>
      <description>Redirecting an HTTP connection to HTTPS is a very common requirement for applications that use SSL channel. A common example is Outlook Web Access (OWA). With Internet Information Services 7.0, we have a new configuration system and a new user interface. Here are the steps that you will need to automatically redirect an HTTP connection to HTTPS &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspalliance.com%2f1667_CodeSnip_Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_70"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspalliance.com%2f1667_CodeSnip_Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_70" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_7_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Redirecting_an_HTTP_Request_to_HTTPS_in_IIS_7_0</guid>
      <pubDate>Tue, 08 Jul 2008 06:48:30 GMT</pubDate>
    </item>
    <item>
      <title>Build a Web Chat Application using ASP.Net 3.5, LINQ and AJAX (in C# 3</title>
      <description>Introduction:

A Java Programmer friend of mine once asked me if I have ever built a web chat application. I said &amp;quot;No&amp;quot;. He then asked me if I were to build a really simple, monitored, bare minimum, working web chat application, how long do I think will it take (something to that effect). I said, &amp;quot;I don't know&amp;quot;. A few days had passed, one lazy evening, I was surfing the web looking for ASP.Net web chat applications. It seems that I can't find one that is simple enough to implement. So I decided to just build something simple from scratch. When I say simple, that just means that: I'm am going to try to build this web chat as fast as possible, with very minimal planning or architecturing. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.junnark.com%2fArticles%2fBuild-a-Web-Chat-Application-Using-ASP-Net-LINQ-and-AJAX-CS.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.junnark.com%2fArticles%2fBuild-a-Web-Chat-Application-Using-ASP-Net-LINQ-and-AJAX-CS.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Build_a_Web_Chat_Application_using_ASP_Net_3_5_LINQ_and_AJAX_in_C_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Build_a_Web_Chat_Application_using_ASP_Net_3_5_LINQ_and_AJAX_in_C_3</guid>
      <pubDate>Tue, 08 Jul 2008 06:41:15 GMT</pubDate>
    </item>
    <item>
      <title>How To Write Testable ASP.NET WebForms</title>
      <description>Microsoft's upcoming ASP.NET MCV framework makes it easy to write tests for your application layer logic. But what about those of us who are stuck with ASP.NET WebForms? You can still write highly testable ASP.NET WebForms with only a little bit of extra effort. But that extra effort really pays off in the long run. In this post, i'll give a detailed description of one approach that has worked for me really well. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdavybrion.com%2fblog%2f2008%2f07%2fhow-to-write-testable-aspnet-webforms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdavybrion.com%2fblog%2f2008%2f07%2fhow-to-write-testable-aspnet-webforms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_To_Write_Testable_ASP_NET_WebForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_To_Write_Testable_ASP_NET_WebForms</guid>
      <pubDate>Mon, 07 Jul 2008 10:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Efficient Paging in SQL Server 2005</title>
      <description>Sure, SQL Server 2008 is getting ready to drop, but are you familiar with all of the new features that 2005 gave you? Or maybe you haven't used 2005, well, this is a good article to introduce to you several of the new features in SQL Server 2005. &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%2f07%2fEfficient-Paging-in-SQL-Server-2005.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2fEfficient-Paging-in-SQL-Server-2005.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/database/Efficient_Paging_in_SQL_Server_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/database/Efficient_Paging_in_SQL_Server_2005</guid>
      <pubDate>Sat, 05 Jul 2008 17:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Lambdas</title>
      <description>Lambdas are a simple technology with an intimidating name. They sound like they are going to be difficult to understand, but in practice prove to be relatively trivial. Read this post to get an easy to understand overview of a topic is not really so terribly difficult to understand. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f06%2f28%2flambdas.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fcharlie%2farchive%2f2008%2f06%2f28%2flambdas.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Lambdas</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Lambdas</guid>
      <pubDate>Wed, 02 Jul 2008 21:31:03 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic - Stored Procedure Tutorial</title>
      <description>Subsonic makes working with stored procedures and your database simple. Today we'll discuss the basics in getting SubSonic to allow you to very easily interface with stored procedures and your data store. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fscribesonic.com%2fBlog%2fArchive%2f2007%2f10%2f29%2fSubSonic---Stored-Procedure-Tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fscribesonic.com%2fBlog%2fArchive%2f2007%2f10%2f29%2fSubSonic---Stored-Procedure-Tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/SubSonic_Stored_Procedure_Tutorial</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/SubSonic_Stored_Procedure_Tutorial</guid>
      <pubDate>Mon, 29 Oct 2007 21:46:05 GMT</pubDate>
    </item>
    <item>
      <title>New LINQ provider for Flickr</title>
      <description>LINQ provider for Flickr gives  an easy way to query , add and delete Flickr photos. Here, I will give some sneak preview about how to use the provider to do different operations on Flickr, as if doing queries with SQL objects.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2007%2f10%2f28%2fnew-linq-provider-for-flickr.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2007%2f10%2f28%2fnew-linq-provider-for-flickr.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/New_LINQ_provider_for_Flickr</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/New_LINQ_provider_for_Flickr</guid>
      <pubDate>Mon, 29 Oct 2007 07:31:04 GMT</pubDate>
    </item>
    <item>
      <title>5 Reasons why SubSonic is Better than Sliced Bread</title>
      <description>Toast your bread before you put gravy on it. Use SubSonic in your applications. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bloodyflux.com%2fpost%2f2007%2f10%2f5-Reasons-why-SubSonic-is-Better-than-Sliced-Bread.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bloodyflux.com%2fpost%2f2007%2f10%2f5-Reasons-why-SubSonic-is-Better-than-Sliced-Bread.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/5_Reasons_why_SubSonic_is_Better_than_Sliced_Bread</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/5_Reasons_why_SubSonic_is_Better_than_Sliced_Bread</guid>
      <pubDate>Sun, 28 Oct 2007 17:16:02 GMT</pubDate>
    </item>
    <item>
      <title>How MVC, jQuery, and SubSonic will make you smile</title>
      <description>Rob shows off some early prototype bits for some mvc.net bits that he's baking into SubSonic. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f25%2fhow-mvc-jquery-and-subsonic-will-make-you-smile%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f25%2fhow-mvc-jquery-and-subsonic-will-make-you-smile%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/How_MVC_jQuery_and_SubSonic_will_make_you_smile</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/How_MVC_jQuery_and_SubSonic_will_make_you_smile</guid>
      <pubDate>Thu, 25 Oct 2007 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>SubSonic ASP.NET Providers</title>
      <description>I am announcing the SubSonic ASP.NET Providers (now only Membership and Roles) using the SubSonic DAL and the official Beta 1 release. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fzowens%2farchive%2f2007%2f10%2f14%2fsubsonic-asp-net-providers-project-and-announcement.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fzowens%2farchive%2f2007%2f10%2f14%2fsubsonic-asp-net-providers-project-and-announcement.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/SubSonic_ASP_NET_Providers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/SubSonic_ASP_NET_Providers</guid>
      <pubDate>Sun, 14 Oct 2007 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Health Monitoring in ASP.NET 2.0: The Basics </title>
      <description>The Health Monitoring system in ASP.NET 2.0  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspnet.4guysfromrolla.com%2farticles%2f031407-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspnet.4guysfromrolla.com%2farticles%2f031407-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Health_Monitoring_in_ASP_NET_2_0_The_Basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Health_Monitoring_in_ASP_NET_2_0_The_Basics</guid>
      <pubDate>Fri, 12 Oct 2007 18:59:24 GMT</pubDate>
    </item>
    <item>
      <title>Imploding Rails, Jesus DHH, and The Uncle Ben Principle</title>
      <description>I love Rails - let me just get that out of the way right now. As many who've read my blog know, I think it's the Dog's Bollucks in terms of a developer's framework. But that seems to be a problem with Rails - the focus is on rapid development only. What happens after that is up to you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f10%2fimploding-rails-jesus-dhh-and-the-uncle-ben-principle%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.wekeroad.com%2f2007%2f10%2f10%2fimploding-rails-jesus-dhh-and-the-uncle-ben-principle%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Imploding_Rails_Jesus_DHH_and_The_Uncle_Ben_Principle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Imploding_Rails_Jesus_DHH_and_The_Uncle_Ben_Principle</guid>
      <pubDate>Thu, 11 Oct 2007 20:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Observations on Microsoft MVC for ASP.NET</title>
      <description>My rough observations and notes from Gurthrie and Hanselman's presentations of the prototype Microsoft MVC at the Alt.Net conference.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdamieng.com%2fblog%2f2007%2f10%2f09%2fobservations-on-microsoft-mvc-for-aspnet"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdamieng.com%2fblog%2f2007%2f10%2f09%2fobservations-on-microsoft-mvc-for-aspnet" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Observations_on_Microsoft_MVC_for_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Observations_on_Microsoft_MVC_for_ASP_NET</guid>
      <pubDate>Thu, 11 Oct 2007 07:16:02 GMT</pubDate>
    </item>
  </channel>
</rss>