<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by FlukeFan</title>
    <description>Stories kicked by FlukeFan</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>The Toughest Developer Puzzle Ever</title>
      <description>What happens when you get a few web developers who like puzzles together?  Check out Jeff Blankenburg's post on the Toughest Developer Puzzle Ever, and rise to the challenge! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjeffblankenburg.com%2f2009%2f06%2flooking-for-mental-challenge-here-it-is.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjeffblankenburg.com%2f2009%2f06%2flooking-for-mental-challenge-here-it-is.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/The_Toughest_Developer_Puzzle_Ever</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/The_Toughest_Developer_Puzzle_Ever</guid>
      <pubDate>Wed, 01 Jul 2009 22:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Pulling others up</title>
      <description>What should you do when you're in a situation where the people you're working with aren't using the latest and greatest technology and might not be using the so-called &amp;quot;best practices&amp;quot; that you subscribe to? &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%2f30%2fpulling-others-up%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f06%2f30%2fpulling-others-up%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Pulling_others_up</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Pulling_others_up</guid>
      <pubDate>Thu, 02 Jul 2009 16:45:00 GMT</pubDate>
    </item>
    <item>
      <title>Throw Exceptions In Your Domain</title>
      <description>If you have a Domain Model, you're going to have code that validates rules and checks for inconsistencies ... start with the simplest way of handling business logic errors: throw an exception.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f06%2fthrow-exceptions-in-your-domain.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f06%2fthrow-exceptions-in-your-domain.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Throw_Exceptions_In_Your_Domain</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Throw_Exceptions_In_Your_Domain</guid>
      <pubDate>Mon, 15 Jun 2009 17:36:55 GMT</pubDate>
    </item>
    <item>
      <title>Learning new Programmming Languages and Technologies</title>
      <description>Recently, I've read article after article about how part of being a good software developer is about being open to new technologies, and to "learn new things" - and I'd be foolish not to agree. However... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fLearning-new-Programmming-Languages-and-Technologies.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.objectreference.net%2fpost%2fLearning-new-Programmming-Languages-and-Technologies.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Learning_new_Programmming_Languages_and_Technologies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Learning_new_Programmming_Languages_and_Technologies</guid>
      <pubDate>Thu, 11 Jun 2009 10:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Should We Return Null From Our Methods?</title>
      <description>I read a interesting article recently about the potential perils of Null Check Hell. The author's suggestion? Stop allowing any of your methods to return nulls, ever . No nulls returned, no null checks necessary. Problem solved, right? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fshould-we-return-null-from-our-methods%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fshould-we-return-null-from-our-methods%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Should_We_Return_Null_From_Our_Methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Should_We_Return_Null_From_Our_Methods</guid>
      <pubDate>Sat, 06 Jun 2009 18:15:06 GMT</pubDate>
    </item>
    <item>
      <title>My Dot Net Developer's tools list, and more.</title>
      <description>I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here's the complete list: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.DotNetSurfers.com%2fBlog%2f2009%2f05%2f23%2fMyDotNetDeveloperrsquosToolsListAndMorehellip.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.DotNetSurfers.com%2fBlog%2f2009%2f05%2f23%2fMyDotNetDeveloperrsquosToolsListAndMorehellip.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/My_Dot_Net_Developer_s_tools_list_and_more</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/My_Dot_Net_Developer_s_tools_list_and_more</guid>
      <pubDate>Wed, 27 May 2009 04:00:01 GMT</pubDate>
    </item>
    <item>
      <title>Free T4 Editor for your ASP.NET MVC T4 Templates available</title>
      <description>Found on tangible blog, that the new tangible T4 Editor 1.4 FREE EDITION now includes full Intelli-Sense support

for MVC Host and related namespaces used in ASP.NET MVC 1.0 RTM T4 Templates. In addition it provides a nice highlighting
for ASP.NET and T4 Code.

Seems like anyone can now edit MVC T4 Templates with full comfort without investing a penny. 

Awesome! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftangibleengineering.blogspot.com%2f2009%2f05%2ftangible-t4-editor-14-support-for-mvc.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftangibleengineering.blogspot.com%2f2009%2f05%2ftangible-t4-editor-14-support-for-mvc.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Free_T4_Editor_for_your_ASP_NET_MVC_T4_Templates_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Free_T4_Editor_for_your_ASP_NET_MVC_T4_Templates_available</guid>
      <pubDate>Sat, 09 May 2009 01:01:06 GMT</pubDate>
    </item>
    <item>
      <title>Regex Hero to the Rescue</title>
      <description>From BucketSoft comes an online Silverlight regular expression tool utilizing the .NET regular expression engine. Features instantaneous highlighting of regular expression matches. It's a great way to test iterations of your .NET regular expressions quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.regexhero.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.regexhero.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</guid>
      <pubDate>Fri, 01 May 2009 06:16:14 GMT</pubDate>
    </item>
    <item>
      <title>Top 10 .NET Twitterers</title>
      <description>If your not on Twitter you are missing out - here are some .NET tweeps to get you started. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.dzone.com%2farticles%2ftop-10-net-twitterers"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.dzone.com%2farticles%2ftop-10-net-twitterers" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Top_10_NET_Twitterers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Top_10_NET_Twitterers</guid>
      <pubDate>Sat, 02 May 2009 13:46:11 GMT</pubDate>
    </item>
    <item>
      <title>Singletons vs. Static Classes</title>
      <description>My last &amp;quot;versus&amp;quot; post seemed to elicit a good number of interesting responses. Today, I'm musing about Singletons vs. Static Classes -- two constructs which appear to accomplish the same task. Or do they? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fleedumond.com%2fblog%2fsingletons-vs-static-classes%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fleedumond.com%2fblog%2fsingletons-vs-static-classes%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Singletons_vs_Static_Classes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Singletons_vs_Static_Classes</guid>
      <pubDate>Fri, 01 May 2009 10:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Just say No! to C# Regions</title>
      <description>You need a language construct so that your IDE can help you hide your big messy code block from you (because it's just so hideous, you don't even want to look at it anymore)? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fextractmethod.wordpress.com%2f2008%2f02%2f29%2fjust-say-no-to-c-regions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fextractmethod.wordpress.com%2f2008%2f02%2f29%2fjust-say-no-to-c-regions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Just_say_No_to_C_Regions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Just_say_No_to_C_Regions</guid>
      <pubDate>Thu, 16 Apr 2009 10:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Ten C# Keywords That You Shouldn't Be Using</title>
      <description>Overview of some not-so-common keywords and reasons to avoid them...or understand what the implications are if we use them. &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%2f2009%2f04%2f02%2fTen-C-Keywords-That-You-Shouldne28099t-Be-Using.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2009%2f04%2f02%2fTen-C-Keywords-That-You-Shouldne28099t-Be-Using.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Ten_C_Keywords_That_You_Shouldn_t_Be_Using</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Ten_C_Keywords_That_You_Shouldn_t_Be_Using</guid>
      <pubDate>Thu, 02 Apr 2009 20:31:03 GMT</pubDate>
    </item>
    <item>
      <title>NH2.1.0: generators behavior explained</title>
      <description>Diving in generators behavior. In the last year we saw an increment of NHibernate's users and sometimes they are ignoring some facts, by the way I'm hoping this post will be useful to "old" users too. I will try to show you what happen behind the scene and hopefully this will be one of the bases, of your decision, when you must choose a POID generator strategy.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ffabiomaulo.blogspot.com%2f2009%2f02%2fnh210-generators-behavior-explained.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ffabiomaulo.blogspot.com%2f2009%2f02%2fnh210-generators-behavior-explained.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NH2_1_0_generators_behavior_explained</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NH2_1_0_generators_behavior_explained</guid>
      <pubDate>Fri, 27 Feb 2009 06:16:03 GMT</pubDate>
    </item>
    <item>
      <title>A cool puzzle game for programmers, written in Silverlight</title>
      <description>The goal of the game is to program a robot to pick up stars. The puzzles are submitted by other users, and ranked by difficulty based on votes. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frobozzle.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frobozzle.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/A_cool_puzzle_game_for_programmers_written_in_Silverlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/A_cool_puzzle_game_for_programmers_written_in_Silverlight</guid>
      <pubDate>Tue, 24 Feb 2009 23:31:13 GMT</pubDate>
    </item>
    <item>
      <title>Joining &amp;quot;IE6: Do NOT want!&amp;quot; campaign</title>
      <description>IE6 users are still too many... it started with a tweet from a Norwegian web developer, and spread like fire across Europe.
Joining the campaign is easy: just add a few lines of code to your site or blog.
In this post is how to do it and a little more of background on how to do it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f23%2fie6-do-not-want-campaign.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f23%2fie6-do-not-want-campaign.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Joining_IE6_Do_NOT_want_campaign</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Joining_IE6_Do_NOT_want_campaign</guid>
      <pubDate>Tue, 24 Feb 2009 16:01:16 GMT</pubDate>
    </item>
    <item>
      <title>5 iPhone Apps Published in 30 Days - Read How</title>
      <description>Axosoft has published 5 iPhone apps within 30 days with no prior knowledge of Mac or iPhone development. In fact, the entire team was .NET developers! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faboutscrum.com%2fblog%2fhow-axosoft-published-5-iphone-apps-in-30-days%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faboutscrum.com%2fblog%2fhow-axosoft-published-5-iphone-apps-in-30-days%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/5_iPhone_Apps_Published_in_30_Days_Read_How</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/5_iPhone_Apps_Published_in_30_Days_Read_How</guid>
      <pubDate>Fri, 20 Feb 2009 23:00:28 GMT</pubDate>
    </item>
    <item>
      <title>A Quick Example of YAGNI / Simplest Thing Possible in Action</title>
      <description>If you've ever worked on an Agile/XP team you've surely heard something in the lines of &amp;quot;Let's YAGNI that. (YAGNI == You aren't gonna need it)&amp;quot;  You've probably also heard the phrase &amp;quot;do the simplest thing that could possibly work.&amp;quot;  Both of these sayings are an exhortion to developers to avoid overdesign and analysis/paralysis by focusing on the here and now instead of getting caught up in designing for a conjectural need.  I called YAGNI on something today. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2009%2f02%2f17%2fa-quick-example-of-yagni-simplest-thing-possible-in-action.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2009%2f02%2f17%2fa-quick-example-of-yagni-simplest-thing-possible-in-action.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/A_Quick_Example_of_YAGNI_Simplest_Thing_Possible_in_Action</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/A_Quick_Example_of_YAGNI_Simplest_Thing_Possible_in_Action</guid>
      <pubDate>Thu, 19 Feb 2009 03:16:14 GMT</pubDate>
    </item>
    <item>
      <title>Learn the Basics Before Programming</title>
      <description>Simone Chiaretta wraps up the recent discussion on the community about the controversy opinions of building a software that only works versus building the software that has a high quality. After that, the leaves his own opinions on this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f12%2fdo-you-wanna-be-the-picasso-of-programming-first-learn.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f12%2fdo-you-wanna-be-the-picasso-of-programming-first-learn.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/Learn_the_Basics_Before_Programming</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/Learn_the_Basics_Before_Programming</guid>
      <pubDate>Thu, 12 Feb 2009 22:46:16 GMT</pubDate>
    </item>
    <item>
      <title>responding to coding horror</title>
      <description>Rob responds to opinions  on coding horror &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2frob.conery%2farchive%2f2009%2f02%2f11%2fpatterns-purists-and-sinkholes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2frob.conery%2farchive%2f2009%2f02%2f11%2fpatterns-purists-and-sinkholes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/responding_to_coding_horror</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/responding_to_coding_horror</guid>
      <pubDate>Sat, 14 Feb 2009 04:01:06 GMT</pubDate>
    </item>
    <item>
      <title>professional values</title>
      <description>Interesting post about over the need to agree to disagree, even in software development. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftheruntime.com%2fblogs%2fjacob%2farchive%2f2009%2f02%2f06%2fprofessional-values.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftheruntime.com%2fblogs%2fjacob%2farchive%2f2009%2f02%2f06%2fprofessional-values.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/altnet/professional_values</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/altnet/professional_values</guid>
      <pubDate>Sat, 07 Feb 2009 15:45:24 GMT</pubDate>
    </item>
    <item>
      <title>Sending Domain Objects Across the Wire</title>
      <description>or Using NHibernate and WCF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f02%2fsending-domain-objects-across-wire.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbroloco.blogspot.com%2f2009%2f02%2fsending-domain-objects-across-wire.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Sending_Domain_Objects_Across_the_Wire</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Sending_Domain_Objects_Across_the_Wire</guid>
      <pubDate>Fri, 06 Feb 2009 23:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Putting ASP.net Application In Offline Mode Using app_offline.htm</title>
      <description>When ASP.Net found a file names app_offlinne.htm in the root of a web application directory, it shut-down the application, unload the application domain from the server, and stop processing any new incoming requests for that application. ASP.NET also then respond to all requests for dynamic pages in the application by sending back the content of the app_offline.htm file (for example: you might want to have a "site under construction" or "down for maintenance" message). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fyaneshtyagi.wordpress.com%2f2007%2f11%2f15%2fputting-aspnet-application-in-offline-mode-using-app_offlinehtm%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fyaneshtyagi.wordpress.com%2f2007%2f11%2f15%2fputting-aspnet-application-in-offline-mode-using-app_offlinehtm%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Putting_ASP_net_Application_In_Offline_Mode_Using_app_offline_htm</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Putting_ASP_net_Application_In_Offline_Mode_Using_app_offline_htm</guid>
      <pubDate>Tue, 27 Jan 2009 17:11:08 GMT</pubDate>
    </item>
    <item>
      <title>Helping everyday developers succeed</title>
      <description>Software development is hard. You have to know how to use so many different tools and you have to try and keep up with it all.  Sometimes I wonder if we could do more to make these complicated tools easier to use. &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%2f01%2f22%2fhelping-everyday-developers-succeed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjonkruger.com%2fblog%2f2009%2f01%2f22%2fhelping-everyday-developers-succeed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Helping_everyday_developers_succeed</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Helping_everyday_developers_succeed</guid>
      <pubDate>Fri, 23 Jan 2009 20:00:05 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to NHibernate, IEnumerable vs IQueryable</title>
      <description>LINQ is pretty cool but there are some subtleties to watch out for.  Learn from someone elses experiences making sure only the necesary queries are making it through to the database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.genericerror.com%2fblog%2f2009%2f01%2f21%2fLINQToNHibernateIEnumerableVsIQueryable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.genericerror.com%2fblog%2f2009%2f01%2f21%2fLINQToNHibernateIEnumerableVsIQueryable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_NHibernate_IEnumerable_vs_IQueryable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_NHibernate_IEnumerable_vs_IQueryable</guid>
      <pubDate>Tue, 27 Jan 2009 03:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Converting .NET Assemblies to Silverlight Assemblies</title>
      <description>Share your .Net assemblies with Silverlight &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%2fsilverlight%2fSLAssemblies.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fsilverlight%2fSLAssemblies.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Converting_NET_Assemblies_to_Silverlight_Assemblies</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Converting_NET_Assemblies_to_Silverlight_Assemblies</guid>
      <pubDate>Tue, 20 Jan 2009 06:25:20 GMT</pubDate>
    </item>
  </channel>
</rss>