<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by Helephant</title>
    <description>Stories kicked by Helephant</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>Building javascript minification into MSBuild scripts</title>
      <description>How to use a tool called Packer.NET to automatically minify your javascript and CSS files during your build. Minification can really speed up the download of an ASP.NET application with lots of javascript.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhelephant.com%2f2009%2f08%2fbuilding-minification-into-msbuild-scripts%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhelephant.com%2f2009%2f08%2fbuilding-minification-into-msbuild-scripts%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Building_javascript_minification_into_MSBuild_scripts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Building_javascript_minification_into_MSBuild_scripts</guid>
      <pubDate>Sat, 29 Aug 2009 10:56:50 GMT</pubDate>
    </item>
    <item>
      <title>VS2003 addin to recycle IIS app pools after build is finished</title>
      <description>A nifty VS2003 add-in that will automatically recycle your IIS app pools when you rebuild to make sure you're running with the latest version of all assemblies.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsimplelifeuk.wordpress.com%2f2009%2f02%2f26%2fvisual-studio-add-in-recycle-all-iis-application-pools-on-build-done%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsimplelifeuk.wordpress.com%2f2009%2f02%2f26%2fvisual-studio-add-in-recycle-all-iis-application-pools-on-build-done%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/VS2003_addin_to_recycle_IIS_app_pools_after_build_is_finished</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/VS2003_addin_to_recycle_IIS_app_pools_after_build_is_finished</guid>
      <pubDate>Fri, 27 Feb 2009 15:38:09 GMT</pubDate>
    </item>
    <item>
      <title>Create custom LINQ providers fluently</title>
      <description>Just released LinqExtender 2.0. Over previous release , it contains generally bugs fixes. Overall, I have focused on striping out complexity as much as possible to keep you focused on your business logic. You can see the full list of features in the documentation that comes with it.

 &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%2f2009%2f02%2f25%2fcreate-custom-linq-providers-fluently.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fmehfuzh%2farchive%2f2009%2f02%2f25%2fcreate-custom-linq-providers-fluently.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/Create_custom_LINQ_providers_fluently</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/Create_custom_LINQ_providers_fluently</guid>
      <pubDate>Fri, 27 Feb 2009 00:01:02 GMT</pubDate>
    </item>
    <item>
      <title>How to Integrate with Facebook Connect</title>
      <description>This article demonstrates how to integrate Facebook Connect into your existing ASP.NET site in just a few simple steps. It teaches the basics of integration with full sample code included for download. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devtacular.com%2farticles%2fbkonrad%2fhow-to-integrate-with-facebook-connect%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devtacular.com%2farticles%2fbkonrad%2fhow-to-integrate-with-facebook-connect%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_Integrate_with_Facebook_Connect</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_Integrate_with_Facebook_Connect</guid>
      <pubDate>Thu, 26 Feb 2009 18:01:04 GMT</pubDate>
    </item>
    <item>
      <title>Svelte asp.net: avoiding &amp;lt;form runat="server"&amp;gt;</title>
      <description>Postbacks in ASP.NET have a pretty heavy cost in terms of page size. Add a &amp;lt;form runat="server"&amp;gt; tag and now you have a big ugly viewstate tag to lug around each time you load a new page. Using a regular &amp;lt;form&amp;gt; tag with a post or get method can sometimes give you the functionality you need without the overhead of all the postback functionality.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fhelephant.com%2f2009%2f02%2fsvelte-aspnet-avoiding-form-runat-server%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fhelephant.com%2f2009%2f02%2fsvelte-aspnet-avoiding-form-runat-server%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Svelte_asp_net_avoiding_form_runat_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Svelte_asp_net_avoiding_form_runat_server</guid>
      <pubDate>Tue, 10 Feb 2009 19:48:36 GMT</pubDate>
    </item>
    <item>
      <title>JSINQ</title>
      <description>LINQ syntax for querying DOM nodes in javascript.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkaijaeger.com%2fdownloads%2fjsinq%2fplayground%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkaijaeger.com%2fdownloads%2fjsinq%2fplayground%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/JSINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/JSINQ</guid>
      <pubDate>Mon, 02 Feb 2009 22:03:41 GMT</pubDate>
    </item>
    <item>
      <title>Adding sweetness to the Microsoft ajax library</title>
      <description>Make the computer take the work out of creating ASP.NET Ajax controls with some extensions to the framework that reduce creating a new property or function down to one line of code.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fupdatepanel.net%2f2008%2f11%2f26%2fadding-sweetness-to-the-microsoft-ajax-library%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fupdatepanel.net%2f2008%2f11%2f26%2fadding-sweetness-to-the-microsoft-ajax-library%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/Adding_sweetness_to_the_Microsoft_ajax_library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/Adding_sweetness_to_the_Microsoft_ajax_library</guid>
      <pubDate>Thu, 27 Nov 2008 04:12:09 GMT</pubDate>
    </item>
    <item>
      <title>The Beauty of Closures</title>
      <description>All about closures and using closures in C#. Free chapter of a book called C# in depth. Very interesting if you ever wanted to know what closures are and why you should be interested in them.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcsharpindepth.com%2fArticles%2fChapter5%2fClosures.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcsharpindepth.com%2fArticles%2fChapter5%2fClosures.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_Beauty_of_Closures</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_Beauty_of_Closures</guid>
      <pubDate>Wed, 26 Nov 2008 04:42:50 GMT</pubDate>
    </item>
    <item>
      <title>ParseChildren, PersistChildren and PersistenceMode.InnerProperty</title>
      <description>An excellent explanation of how to use the ParseChildren and PersistChildren attributes to create controls that can persist their child tags. Children can either be added to the control's control collection or to a property of your choice. For example that's how the items in a DropDownList work.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbchavez.bitarmory.com%2farchive%2f2008%2f07%2f27%2fparsechildren-persistchildren-persistencemode.innerproperty.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbchavez.bitarmory.com%2farchive%2f2008%2f07%2f27%2fparsechildren-persistchildren-persistencemode.innerproperty.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ParseChildren_PersistChildren_and_PersistenceMode_InnerProperty</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ParseChildren_PersistChildren_and_PersistenceMode_InnerProperty</guid>
      <pubDate>Wed, 26 Nov 2008 04:38:03 GMT</pubDate>
    </item>
    <item>
      <title>JavaScript UI-components (Part 1)</title>
      <description>Series of articles, about different approaches to create JavaScript components. Howto operate between components.
First article show: ideal scenario of cooperation between components and why use &amp;quot;classes&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f11%2farchitecture%2fwidget%2fjavascript-ui-elements-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dynback.com%2findex.php%2f2008%2f11%2farchitecture%2fwidget%2fjavascript-ui-elements-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/JavaScript_UI_components_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/JavaScript_UI_components_Part_1</guid>
      <pubDate>Tue, 25 Nov 2008 23:14:57 GMT</pubDate>
    </item>
    <item>
      <title>Circuit Breaker pattern AOP style</title>
      <description>In this post I suggest an implementation of Circuit Breaker pattern with aspect oriented programming &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmarcinbudny.blogspot.com%2f2008%2f11%2fcircuit-breaker-pattern-aop-style.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmarcinbudny.blogspot.com%2f2008%2f11%2fcircuit-breaker-pattern-aop-style.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Circuit_Breaker_pattern_AOP_style</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Circuit_Breaker_pattern_AOP_style</guid>
      <pubDate>Tue, 25 Nov 2008 03:52:16 GMT</pubDate>
    </item>
    <item>
      <title>Small talk with a web designer</title>
      <description>A flow chart explaining how a conversation can go when you explain you're a web designer.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.themaninblue.com%2fwriting%2fperspective%2f2008%2f08%2f12%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.themaninblue.com%2fwriting%2fperspective%2f2008%2f08%2f12%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Small_talk_with_a_web_designer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Small_talk_with_a_web_designer</guid>
      <pubDate>Thu, 14 Aug 2008 04:44:13 GMT</pubDate>
    </item>
    <item>
      <title> Saving server control properties to ViewState with custom attributes</title>
      <description>Here's a little tip for using .NET custom attributes to make a server control's ViewState property into a single line of code. Save yourself some boring repetitive coding and make the language do the work instead.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.helephant.com%2farticle.aspx%3fID%3d1181"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.helephant.com%2farticle.aspx%3fID%3d1181" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Saving_server_control_properties_to_ViewState_with_custom_attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Saving_server_control_properties_to_ViewState_with_custom_attributes</guid>
      <pubDate>Thu, 14 Aug 2008 04:15:47 GMT</pubDate>
    </item>
    <item>
      <title>BlogEngine.net Post Security</title>
      <description>BlogEngine.net 1.3/1.4 supports user roles.  But we can't seem to be able to make it mandatory for users to sign in to see blog posts.

That's not something you usually want on a public blog, but maybe for a corporate blog. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f08%2fBlogEnginenet-Post-Security.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.lavablast.com%2fpost%2f2008%2f08%2fBlogEnginenet-Post-Security.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/BlogEngine_net_Post_Security</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/BlogEngine_net_Post_Security</guid>
      <pubDate>Thu, 14 Aug 2008 23:46:10 GMT</pubDate>
    </item>
    <item>
      <title>Object Oriented Programming with JavaScript : Timer Class</title>
      <description>How to do object oriented programming with JavaScript by taking simple example to a timer class.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fobject_oriented_programming_with_javascript__timer_class.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fPosts%2fobject_oriented_programming_with_javascript__timer_class.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Object_Oriented_Programming_with_JavaScript_Timer_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Object_Oriented_Programming_with_JavaScript_Timer_Class</guid>
      <pubDate>Thu, 14 Aug 2008 01:23:57 GMT</pubDate>
    </item>
    <item>
      <title>Three Free Tools Any Web Developer Must Use </title>
      <description>Here are some great tools that will help you diagnose problems and errors on your applications. Don't leave home without them!

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f13%2fthree-free-tools-any-web-developer-must-use%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dev102.com%2f2008%2f08%2f13%2fthree-free-tools-any-web-developer-must-use%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/Three_Free_Tools_Any_Web_Developer_Must_Use</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/Three_Free_Tools_Any_Web_Developer_Must_Use</guid>
      <pubDate>Wed, 13 Aug 2008 20:33:38 GMT</pubDate>
    </item>
    <item>
      <title>The @Reference Directive</title>
      <description>When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is where the @Reference directive comes to action. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f13%2fthe-reference-directive.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fjohnkatsiotis%2farchive%2f2008%2f08%2f13%2fthe-reference-directive.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/The_Reference_Directive</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/The_Reference_Directive</guid>
      <pubDate>Wed, 13 Aug 2008 16:02:40 GMT</pubDate>
    </item>
  </channel>
</rss>
