<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com : Stories kicked by bonusema</title>
    <description>Stories kicked by bonusema</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>12 ASP.NET MVC Best Practices</title>
      <description>In this post Simone Chiaretta outlines a list of 12 best practices to use with ASP.NET MVC. &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%2f10%2f27%2f12-asp.net-mvc-best-practices.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f10%2f27%2f12-asp.net-mvc-best-practices.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/12_ASP_NET_MVC_Best_Practices</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/12_ASP_NET_MVC_Best_Practices</guid>
      <pubDate>Wed, 28 Oct 2009 11:00:01 GMT</pubDate>
    </item>
    <item>
      <title>13 ASP.NET MVC extensibility points you have to know</title>
      <description>One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don't like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline.

This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. &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%2f04%2f08%2f13-asp.net-mvc-extensibility-points-you-have-to-know.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f04%2f08%2f13-asp.net-mvc-extensibility-points-you-have-to-know.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/13_ASP_NET_MVC_extensibility_points_you_have_to_know</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/13_ASP_NET_MVC_extensibility_points_you_have_to_know</guid>
      <pubDate>Wed, 08 Apr 2009 20:46:06 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC for RoR developers: do as locals do</title>
      <description>A few days ago, Simon Tokumine, a Ruby On Rails developer from UK who had to build a web app using ASP.NET MVC wrote a nice post that makes a comparison between RoR and ASP.NET MVC. 
In this post I'm going to give him and to other RoR developers that want (or are forced to) evaluate and eventually use ASP.NET MVC in a project the tips that they need to do as locals do &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%2f03%2f23%2fasp.net-mvc-for-ror-developers-do-as-locals-do.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f03%2f23%2fasp.net-mvc-for-ror-developers-do-as-locals-do.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/ASP_NET_MVC_for_RoR_developers_do_as_locals_do</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/ASP_NET_MVC_for_RoR_developers_do_as_locals_do</guid>
      <pubDate>Tue, 24 Mar 2009 13:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Extending Ninject to inject dependencies into Action Filters </title>
      <description>In this last post of the series Simone shows the changes he did to Ninject to make it transparent for the developer to inject dependencies into ASP.NET Action Filters. And he also release the small integration library as opensource &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%2f15%2fextending-ninject-to-inject-dependencies-into-action-filters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f15%2fextending-ninject-to-inject-dependencies-into-action-filters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/Extending_Ninject_to_inject_dependencies_into_Action_Filters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/Extending_Ninject_to_inject_dependencies_into_Action_Filters</guid>
      <pubDate>Mon, 16 Feb 2009 05:16:09 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 21:46:16 GMT</pubDate>
    </item>
    <item>
      <title>How to use Ninject with ASP.NET MVC</title>
      <description>By default, the ASP.NET MVC framework instantiate controllers calling their default constructor. This makes using Dependency Injection impossible. But, as almost everything inside that framework, the logic with which a controller is instantiated can be replaced with you own logic. This can be done creating your own ControllerFactory, which is pretty simple. But if you are using one of the many popular DI/IoC libraries, that task is even simpler, since there are already custom controller factories for almost all the IoC libraries available. In this post we are are going to see how to use the ControllerFactory that delegates to Ninject the creation of your controllers. &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%2f05%2fhow-to-use-ninject-with-asp.net-mvc.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2009%2f02%2f05%2fhow-to-use-ninject-with-asp.net-mvc.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/How_to_use_Ninject_with_ASP_NET_MVC</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/How_to_use_Ninject_with_ASP_NET_MVC</guid>
      <pubDate>Thu, 05 Feb 2009 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>http://codeclimber.net.nz/archive/2008/12/30/looking-at-oxite-the-ldqu</title>
      <description>Simone Chiaretta shares his opinions about Oxite, the CMS built by MIX team as a showcase for ASP.NET MVC, and talks how the downsides of the software can help you apply your knowldege in ASP.NET WebForms in ASP.NET MVC. &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%2f2008%2f12%2f30%2flooking-at-oxite-the-ldquoglass-half-fullrdquo-way.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f12%2f30%2flooking-at-oxite-the-ldquoglass-half-fullrdquo-way.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/http_codeclimber_net_nz_archive_2008_12_30_looking_at_oxite_the_ldqu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/http_codeclimber_net_nz_archive_2008_12_30_looking_at_oxite_the_ldqu</guid>
      <pubDate>Tue, 30 Dec 2008 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>C# vs Ruby</title>
      <description>Interesting observation &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%2f2008%2f09%2f16%2fc-vs-ruby.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f09%2f16%2fc-vs-ruby.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_vs_Ruby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_vs_Ruby</guid>
      <pubDate>Wed, 17 Sep 2008 21:31:15 GMT</pubDate>
    </item>
    <item>
      <title>ReSharper 4 approaching beta status</title>
      <description>No official announcement yet, but the ReSharper 4.0 Nightly Build page is showing the first build marked as stable and with the status &amp;quot;Beta Candidate&amp;quot;. &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%2f2008%2f05%2f20%2fReSharper-4-approaching-beta-status.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f05%2f20%2fReSharper-4-approaching-beta-status.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/ReSharper_4_approaching_beta_status</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/ReSharper_4_approaching_beta_status</guid>
      <pubDate>Tue, 20 May 2008 22:16:05 GMT</pubDate>
    </item>
    <item>
      <title>Second Italian ALT.NET conference</title>
      <description>After the &amp;quot;small success&amp;quot; of the first UGIALT.net mini conference in February, UGIALT.net is organizing another conference in June.
As for the other conference there will not be a fixed agenda, but the event will be a day-long discussion on the topics decided by the participants, probably developing a small app to focus on the various stages of the development. &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%2f2008%2f05%2f07%2fSecond-Italian-ALT.NET-conference.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f05%2f07%2fSecond-Italian-ALT.NET-conference.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/Second_Italian_ALT_NET_conference</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/Second_Italian_ALT_NET_conference</guid>
      <pubDate>Wed, 07 May 2008 21:31:03 GMT</pubDate>
    </item>
    <item>
      <title>The most important quality of a developer: Self-criticism</title>
      <description>I think an awful lot of creation is made out of, also, the self-criticism of a developer, and very often I think probably what makes one seem better than another his that his critical sense is more acute. It may not be that he is more gifted in any way but just that he has a better critical sense. &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%2f2008%2f04%2f02%2fSelf-criticism-is-the-key-to-success.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f04%2f02%2fSelf-criticism-is-the-key-to-success.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/The_most_important_quality_of_a_developer_Self_criticism</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/The_most_important_quality_of_a_developer_Self_criticism</guid>
      <pubDate>Thu, 03 Apr 2008 01:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Italian ALT.NET miniconf: small in size, high in value</title>
      <description>Yesterday there was the first ALT.NET meeting in Italy: here some impressions on 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%2f2008%2f02%2f24%2fItalian-ALT.NET-miniconf-small-in-size-high-in-value.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f02%2f24%2fItalian-ALT.NET-miniconf-small-in-size-high-in-value.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Italian_ALT_NET_miniconf_small_in_size_high_in_value</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Italian_ALT_NET_miniconf_small_in_size_high_in_value</guid>
      <pubDate>Mon, 25 Feb 2008 02:16:02 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET MVC Link collection</title>
      <description>Links to get started fast with Microsoft MVC. &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%2f2008%2f01%2f28%2fASP.NET-MVC-Link-collection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f01%2f28%2fASP.NET-MVC-Link-collection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Link_collection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_MVC_Link_collection</guid>
      <pubDate>Tue, 29 Jan 2008 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Interception with StructureMap</title>
      <description>The new features about interception &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%2f2008%2f01%2f27%2finterception-techniques-in-structuremap-2-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fjeremy.miller%2farchive%2f2008%2f01%2f27%2finterception-techniques-in-structuremap-2-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Interception_with_StructureMap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Interception_with_StructureMap</guid>
      <pubDate>Mon, 28 Jan 2008 14:31:52 GMT</pubDate>
    </item>
    <item>
      <title>First ALT.NET (mini)conference in Italy</title>
      <description>The  first alt.net event in italy &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%2f2008%2f01%2f18%2fFirst-ALT.NET-miniconference-in-Italy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2008%2f01%2f18%2fFirst-ALT.NET-miniconference-in-Italy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/events/First_ALT_NET_mini_conference_in_Italy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/events/First_ALT_NET_mini_conference_in_Italy</guid>
      <pubDate>Fri, 18 Jan 2008 17:16:05 GMT</pubDate>
    </item>
    <item>
      <title>An ALT.NET group is born in Italy</title>
      <description>Yesterday an ALT.NET group is born in Italy with the following Manifesto:
&amp;quot;The ALT.NET philosophy can be seen as the &amp;quot;quest for happiness&amp;quot;.
Follow this philosophy means being free to use the tools and approaches that work best, means being agile, means learning new things, means enjoying yourself&amp;quot;.
 &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%2f2007%2f10%2f31%2fAn-ALT.NET-group-is-born-in-Italy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeclimber.net.nz%2farchive%2f2007%2f10%2f31%2fAn-ALT.NET-group-is-born-in-Italy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/An_ALT_NET_group_is_born_in_Italy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/An_ALT_NET_group_is_born_in_Italy</guid>
      <pubDate>Thu, 01 Nov 2007 02:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>
