<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by sibersonic</title>
    <description>Stories kicked by sibersonic</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>Heavy controller actions? The Message Bus Pattern to the rescue!</title>
      <description>I recently derailed (badly) while working on a simple requirement for RageFeed: new user registration.  I found myself adding a lot of code to facilitate the registration workflow, but I realized I had a bigger problem when I stopped and looked at the tremendous number of test cases for my controller.  I had drifted so slowly into a bad design.  Fortunately, all was not lost.  A design pattern from the distributed computing domain came to save the day. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2f2010%2f05%2f17%2fHeavy-controller-actions-The-Message-Bus-Pattern-to-the-rescue!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftrycatchfail.com%2fblog%2fpost%2f2010%2f05%2f17%2fHeavy-controller-actions-The-Message-Bus-Pattern-to-the-rescue!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Heavy_controller_actions_The_Message_Bus_Pattern_to_the_rescue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Heavy_controller_actions_The_Message_Bus_Pattern_to_the_rescue</guid>
      <pubDate>Tue, 18 May 2010 12:26:21 GMT</pubDate>
    </item>
    <item>
      <title>Very very simple, But very very efficient Asp.net Tracking module</title>
      <description>Even you do not use or analyze your application usage or user patterns for know you may need them in the feature. Even today you will be very surprised when you see tracking results. For example; Do you know how often google bots comes to your site? Which user use which feature or pages?

We must track and analyze our applications and users . At least we need to collect them now.

I will present very very simple solution. You only need add binary to your bin folder and add 2 lines to web.config. 
If you need too track application specific information just put them in the httpContext that's all.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ilkeraksu.com%2fpost%2f2009%2f07%2f14%2fVery-very-simple-But-very-very-efficient-Aspnet-Tracking-module.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ilkeraksu.com%2fpost%2f2009%2f07%2f14%2fVery-very-simple-But-very-very-efficient-Aspnet-Tracking-module.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Very_very_simple_But_very_very_efficient_Asp_net_Tracking_module</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Very_very_simple_But_very_very_efficient_Asp_net_Tracking_module</guid>
      <pubDate>Tue, 14 Jul 2009 06:47:59 GMT</pubDate>
    </item>
    <item>
      <title>WinDbg + SOS Cheat Sheet</title>
      <description>A WinDbg + SOS cheat sheet that will print nicely on a sheet of A4 paper. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkentb.blogspot.com%2f2007%2f11%2fwindbg-sos-cheat-sheet.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkentb.blogspot.com%2f2007%2f11%2fwindbg-sos-cheat-sheet.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/WinDbg_SOS_Cheat_Sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/WinDbg_SOS_Cheat_Sheet</guid>
      <pubDate>Fri, 10 Jul 2009 04:05:46 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC: How to combine scripts and other resources</title>
      <description>ASP.NET pages that use AJAX components make usually many requests to server per one page to load all required JavaScript and CSS files. Connections, like all other real time resources, are most expensive to create and keep. If we can somehow decrease the number of requests per page load then we need less server resources for same amount of users &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%2f07%2f04%2fasp-net-mvc-how-to-combine-scripts-and-other-resources.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fgunnarpeipman%2farchive%2f2009%2f07%2f04%2fasp-net-mvc-how-to-combine-scripts-and-other-resources.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_How_to_combine_scripts_and_other_resources</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_How_to_combine_scripts_and_other_resources</guid>
      <pubDate>Sat, 04 Jul 2009 18:00:56 GMT</pubDate>
    </item>
    <item>
      <title>Development Tip: How to use Host Header with Development Server</title>
      <description>If you are using "Asp.Net Development Server" One of the big problem of developing multiple web site at the same time is Development Server does not recognize and support Host Header. So you have to use different port for each web site. Problem with this solution is if you have hard coded links or templates pointing website you have to tweak code for testing and development.

Here is the solution; Use Fiddler
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ilkeraksu.com%2fpost%2f2009%2f07%2f03%2fDevelopment-Tip-How-to-use-Host-Header-with-Development-Server.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ilkeraksu.com%2fpost%2f2009%2f07%2f03%2fDevelopment-Tip-How-to-use-Host-Header-with-Development-Server.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Development_Tip_How_to_use_Host_Header_with_Development_Server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Development_Tip_How_to_use_Host_Header_with_Development_Server</guid>
      <pubDate>Fri, 03 Jul 2009 08:44:00 GMT</pubDate>
    </item>
  </channel>
</rss>
