<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with OpenSource</title>
    <description>the latest stories tagged with 'OpenSource' from DotNetKicks.com</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>Fluent NHibernate Solution to enable SchemaExport to create HiLo colum</title>
      <description>I spent a few hours recently trying to figure out why Fluent NHibernate (FNH) wasn't doing what I thought it should be doing when using the HiLo generator conventions and then using the SchemaExport tool to generate my schema. After eventually looking at the hbm files that FNH was producing for a possible error and to make sure that I was using FNH correctly, I realised that FNH wasn't the problem, and that the problem lies within SchemaExport.

I have created a solution ... for FNH shown below. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fanthonydewhirst.blogspot.com%2f2012%2f02%2ffluent-nhibernate-solution-to-enable.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fanthonydewhirst.blogspot.com%2f2012%2f02%2ffluent-nhibernate-solution-to-enable.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Fluent_NHibernate_Solution_to_enable_SchemaExport_to_create_HiLo_colum</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Fluent_NHibernate_Solution_to_enable_SchemaExport_to_create_HiLo_colum</guid>
      <pubDate>Mon, 06 Feb 2012 13:40:26 GMT</pubDate>
    </item>
    <item>
      <title>A strange bug in NHibernate 2.1 - 3.2.0</title>
      <description>In a previous post I described a technique to insert query hints into NHibernate query with the use of comments. Testing this code in a real project lead to a strange exception when I issue queries with ICriteria.
Error message: &amp;quot;The query should start with 'SELECT' or 'SELECT DISTINCT'&amp;quot;
This happens because ICriteria queries inserts comments inside the query and if you enable comments to flow into the query with the setting use_sql_comments something weird happens when you use SetMaxResults to issue a paginated query. If you look into the NHibernate code that is throwing the exception you find this function in the Sql Dialect &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f07%2f28%2fa-strange-bug-in-nhibernate-2-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f07%2f28%2fa-strange-bug-in-nhibernate-2-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/A_strange_bug_in_NHibernate_2_1_3_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/A_strange_bug_in_NHibernate_2_1_3_2_0</guid>
      <pubDate>Mon, 16 Jan 2012 22:22:39 GMT</pubDate>
    </item>
    <item>
      <title>In .NET, open source does not beget open source</title>
      <description>Ruby, Python, Perl, Node, and Clojure all have, to varying degrees, a unified story for defining a project, translating its source code into runnable code, running a test suite, building distributable packages, and resolving and installing a project or package's dependencies. These stories just work across all supported platforms.

Setting up a cross-platform open source .NET project is non-trivial.

... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbvanderveen.com%2fa%2fdot-net-open-source-does-not-beget-open-source%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbvanderveen.com%2fa%2fdot-net-open-source-does-not-beget-open-source%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/In_NET_open_source_does_not_beget_open_source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/In_NET_open_source_does_not_beget_open_source</guid>
      <pubDate>Wed, 11 Jan 2012 05:10:26 GMT</pubDate>
    </item>
    <item>
      <title>If You Can't Beat 'Em, Join 'Em: Microsoft and Open Source</title>
      <description>It's in Microsoft's best interest to see next generation technologies like Node.js and Hadoop run on its platforms. Although its .NET languages have large, dedicated developer communities, Microsoft has seen the writing on the wall. Open source programming languages from Java to PHP to Ruby to Scala are becoming the norm. JavaScript in particular is quickly becoming ubiquitous... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fservicesangle.com%2fblog%2f2011%2f12%2f13%2fif-you-can%25e2%2580%2599t-beat-%25e2%2580%2598em-join-%25e2%2580%2598em-microsoft-and-open-source%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fservicesangle.com%2fblog%2f2011%2f12%2f13%2fif-you-can%25e2%2580%2599t-beat-%25e2%2580%2598em-join-%25e2%2580%2598em-microsoft-and-open-source%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/If_You_Can_t_Beat_Em_Join_Em_Microsoft_and_Open_Source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/If_You_Can_t_Beat_Em_Join_Em_Microsoft_and_Open_Source</guid>
      <pubDate>Fri, 16 Dec 2011 05:18:28 GMT</pubDate>
    </item>
    <item>
      <title>Nocco: Generating documentation for your project using code comments</title>
      <description>Check out the Nocco project, a .Net port of the Docco tool for generating project documentation in HTML format based off code comments in Markdown. Now you can comment your code and generate your documentation at the same time. The Github page includes an example of the documented code that is output by the tool, on its own source code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdontangg.github.com%2fnocco%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdontangg.github.com%2fnocco%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Nocco_Generating_documentation_for_your_project_using_code_comments</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Nocco_Generating_documentation_for_your_project_using_code_comments</guid>
      <pubDate>Thu, 15 Dec 2011 15:14:31 GMT</pubDate>
    </item>
    <item>
      <title>Cleaning Up Your Git Repository For NuGet 1.6</title>
      <description>Provides an article detailing how to clean up the packages directory to get your project and repository ready for NuGet 1.6. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoderjournal.com%2f2011%2f12%2fcleaning-up-your-git-repository-for-nuget-1-6%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoderjournal.com%2f2011%2f12%2fcleaning-up-your-git-repository-for-nuget-1-6%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Cleaning_Up_Your_Git_Repository_For_NuGet_1_6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Cleaning_Up_Your_Git_Repository_For_NuGet_1_6</guid>
      <pubDate>Tue, 13 Dec 2011 23:50:08 GMT</pubDate>
    </item>
    <item>
      <title>Declarative Threading: You're the Boss Now</title>
      <description>Codeproject author &amp;quot;gossd&amp;quot; shares with us a new library which supports declarative threading. This new approach allows you to decorate your class and functions with attributes determining on what thread the functions may be called. The class takes care of all marshaling and spins off its own thread, meaning no one has to concern themselves with invoking the call on the right thread. &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%2fthreads%2fdeclarative_threading.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fthreads%2fdeclarative_threading.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Declarative_Threading_You_re_the_Boss_Now</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Declarative_Threading_You_re_the_Boss_Now</guid>
      <pubDate>Wed, 23 Nov 2011 15:36:07 GMT</pubDate>
    </item>
    <item>
      <title>Doing the Time Warp with .Net, Daylight Savings, and Noda Time</title>
      <description>Daylight Savings time and wreak havoc on business systems. Converting between local and UTC time can result in local times that never actually exist due to DST changeover. Jesse Taber shares with us a solution: using the C# port of the Joda time library, Noda Time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fGruffCode%2farchive%2f2011%2f11%2f15%2ftime-warp.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fGruffCode%2farchive%2f2011%2f11%2f15%2ftime-warp.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Doing_the_Time_Warp_with_Net_Daylight_Savings_and_Noda_Time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Doing_the_Time_Warp_with_Net_Daylight_Savings_and_Noda_Time</guid>
      <pubDate>Fri, 18 Nov 2011 15:54:30 GMT</pubDate>
    </item>
    <item>
      <title>Open Source ASP.NET Ajax Polls (for Umbraco and any ASP.NET 4.0 Web Ap</title>
      <description>MAP Teams has just released open source Polls Widget for Umbraco 4.7 and any ASP.NET 4.0 Web Application Site.
The new things:
1. Mustache/Nustache Templating engine for the server side and client side.
2. Umbraco package automation using Ruby Rake. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.kaide.net%2fpost%2f2011%2f11%2f15%2fOpen-Source-ASPNET-Ajax-Polls-(for-Umbraco-and-any-ASPNET-40-Web-ApplicationSite).aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.kaide.net%2fpost%2f2011%2f11%2f15%2fOpen-Source-ASPNET-Ajax-Polls-(for-Umbraco-and-any-ASPNET-40-Web-ApplicationSite).aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_Source_ASP_NET_Ajax_Polls_for_Umbraco_and_any_ASP_NET_4_0_Web_Ap</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_Source_ASP_NET_Ajax_Polls_for_Umbraco_and_any_ASP_NET_4_0_Web_Ap</guid>
      <pubDate>Tue, 15 Nov 2011 14:56:32 GMT</pubDate>
    </item>
    <item>
      <title>Bonobo Git Server for Windows - New Version Released</title>
      <description>Today has been released new version 1.1.0.0 of Bonobo Git Server for Windows. This version contains some new nice features that should make your git repository management more easier and fixes some essential bugs and errors. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.chodounsky.net%2f2011%2f10%2f09%2fbonobo-git-server-for-windows-version-1-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.chodounsky.net%2f2011%2f10%2f09%2fbonobo-git-server-for-windows-version-1-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Bonobo_Git_Server_for_Windows_New_Version_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Bonobo_Git_Server_for_Windows_New_Version_Released</guid>
      <pubDate>Sun, 09 Oct 2011 09:49:29 GMT</pubDate>
    </item>
    <item>
      <title>Open Source CMS for WebMatrix - razorC.net</title>
      <description>razorC.net - free CMS made with ASP.net web pages and WebMatrix &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.razorc.net"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.razorc.net" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_Source_CMS_for_WebMatrix_razorC_net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_Source_CMS_for_WebMatrix_razorC_net</guid>
      <pubDate>Sat, 08 Oct 2011 05:07:39 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate Video Tutorial</title>
      <description>A beginning Fluent NHibernate screencast. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.d80.co.uk%2fpost%2f2011%2f10%2f06%2fNHibernate-Video-Tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.d80.co.uk%2fpost%2f2011%2f10%2f06%2fNHibernate-Video-Tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NHibernate_Video_Tutorial</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NHibernate_Video_Tutorial</guid>
      <pubDate>Thu, 06 Oct 2011 09:20:10 GMT</pubDate>
    </item>
    <item>
      <title>Nancy v0.8 Released - Not your granddaddy's Sinatra</title>
      <description>Nancy, the Sinatra-inspired web framework for ASP.NET has just released version 0.8 with loads of cool features. This latest release is the work of 19 contributors over 186 commits, and includes highly requested features such as basic authentication and CSRF protection. Check it out! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.grumpydev.com%2f2011%2f10%2f03%2fnancy-v0-8-0-best-laid-plans%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.grumpydev.com%2f2011%2f10%2f03%2fnancy-v0-8-0-best-laid-plans%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Nancy_v0_8_Released_Not_your_granddaddy_s_Sinatra</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Nancy_v0_8_Released_Not_your_granddaddy_s_Sinatra</guid>
      <pubDate>Tue, 04 Oct 2011 14:08:10 GMT</pubDate>
    </item>
    <item>
      <title>NHibernate Code-Based Mappings vs. FluentNHibernate</title>
      <description>Kazi Manzur Rashid shows us some side-by-side comparisons between the new code-based mappings in NHibernate and FluentNHibernate. Code-based mappings are built in to the lastest release of NHibernate; FluentNHibernate is compatible with the latest release as well.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkazimanzurrashid.com%2fposts%2fnhibernate-built-in-code-based-mapping-instead-of-using-fluent-nhibernate"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkazimanzurrashid.com%2fposts%2fnhibernate-built-in-code-based-mapping-instead-of-using-fluent-nhibernate" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/NHibernate_Code_Based_Mappings_vs_FluentNHibernate</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/NHibernate_Code_Based_Mappings_vs_FluentNHibernate</guid>
      <pubDate>Fri, 30 Sep 2011 16:20:34 GMT</pubDate>
    </item>
    <item>
      <title>Automapper 2.0 released: Now with twice the mapping goodness</title>
      <description>Automapper, your favorite object mapping framework, has just released version 2.0. Check it out today! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fautomapper.org%2fblog%2f2011%2f09%2f22%2fautomapper-20-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fautomapper.org%2fblog%2f2011%2f09%2f22%2fautomapper-20-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Automapper_2_0_released_Now_with_twice_the_mapping_goodness</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Automapper_2_0_released_Now_with_twice_the_mapping_goodness</guid>
      <pubDate>Fri, 23 Sep 2011 14:01:07 GMT</pubDate>
    </item>
    <item>
      <title>Why Do &amp;quot;Not Windows Store&amp;quot;?</title>
      <description>On Friday we released an open source alternative to the Windows Store for Windows 8 Apps called the &amp;quot;Not Windows Store&amp;quot;.  Why?  Will people even want unverified apps?  Aren't multiple app stores a detriment to end users? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2011%2f09%2fwhy-not-windows-store.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frapidapplicationdevelopment.blogspot.com%2f2011%2f09%2fwhy-not-windows-store.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Why_Do_Not_Windows_Store</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Why_Do_Not_Windows_Store</guid>
      <pubDate>Mon, 19 Sep 2011 19:14:35 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Sync Framework now open source!</title>
      <description>Microsoft's Sync framework is now open source under an Apache license. The Sync Framework allows you to build disconnected applications with ease, and allows offline clients to run in Silverlight, Windows Phone 7, Windows Mobile, Windows Embedded Handheld, and Windows Slate. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fericgolpe%2farchive%2f2011%2f09%2f12%2fsync-framework-now-open-source.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fericgolpe%2farchive%2f2011%2f09%2f12%2fsync-framework-now-open-source.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Microsoft_Sync_Framework_now_open_source</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Microsoft_Sync_Framework_now_open_source</guid>
      <pubDate>Wed, 14 Sep 2011 16:54:11 GMT</pubDate>
    </item>
    <item>
      <title>Customise Subtext Core Pages - Part 1</title>
      <description>I wanted to take time out from subtext themes for a moment and go over a topic that I think will be of some use to such webmasters that use subtext on a multi-blog platform. Customising Subtext core pages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.siphilp.co.uk%2farchive%2f2011%2f09%2f13%2fcustomise-subtext-core-pages-ndash-part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.siphilp.co.uk%2farchive%2f2011%2f09%2f13%2fcustomise-subtext-core-pages-ndash-part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Customise_Subtext_Core_Pages_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Customise_Subtext_Core_Pages_Part_1</guid>
      <pubDate>Wed, 14 Sep 2011 16:54:11 GMT</pubDate>
    </item>
    <item>
      <title>Open Source Command &amp;amp; Conquer game clone in C#</title>
      <description>OpenRA is an open source clone of the Command &amp;amp; Conquer/Command &amp;amp; Conquer: Red Alert video games. This is a fun little project, and a good bit of code to look over for any C# programmers aspiring to create video games. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2011%2f09%2fused-to-be-addicted-to-command-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoolthingoftheday.blogspot.com%2f2011%2f09%2fused-to-be-addicted-to-command-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Open_Source_Command_Conquer_game_clone_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Open_Source_Command_Conquer_game_clone_in_C</guid>
      <pubDate>Mon, 12 Sep 2011 15:47:05 GMT</pubDate>
    </item>
    <item>
      <title>Lucene.Net Video Tutorial</title>
      <description>A quickstart screencast on Lucene.Net in C# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fd80.co.uk%2fpost%2f2011%2f09%2f08%2fLuceneNet-Video-Tutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fd80.co.uk%2fpost%2f2011%2f09%2f08%2fLuceneNet-Video-Tutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Lucene_Net_Video_Tutorial</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Lucene_Net_Video_Tutorial</guid>
      <pubDate>Mon, 12 Sep 2011 08:11:45 GMT</pubDate>
    </item>
    <item>
      <title>hOOt - A new full text search engine for .Net</title>
      <description>hOOt is a extremely small size and fast embedded full text search engine for .net built from scratch. It was created in response to concern from the community over the lack of maintenance on the .Net Lucene port.
This article will introduce you to using hOOt and explain what's going on under the hood. &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%2fdatabase%2fhOOt.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeproject.com%2fKB%2fdatabase%2fhOOt.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/hOOt_A_new_full_text_search_engine_for_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/hOOt_A_new_full_text_search_engine_for_Net</guid>
      <pubDate>Wed, 07 Sep 2011 19:03:25 GMT</pubDate>
    </item>
    <item>
      <title>Python tools for visual studio now available</title>
      <description>Python tools aims to be a modern, featureful IDE for Python developers built on the Visual Studio Isolated Shell.  
Some key features include: Support for CPython, IronPython, Jython, and PyPy; 
Advanced editing capabilities, including IntelliSense; 
Multiple refactorings, such as "Extract Method"; 
A built-in REPL (read-eval-print loop) window; 
Debugging and profiling capabilities;  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fb%2fsomasegar%2farchive%2f2011%2f08%2f29%2fpython-tools-for-visual-studio.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fb%2fsomasegar%2farchive%2f2011%2f08%2f29%2fpython-tools-for-visual-studio.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Python_tools_for_visual_studio_now_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Python_tools_for_visual_studio_now_available</guid>
      <pubDate>Wed, 31 Aug 2011 15:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Minibuss: the lightweight micro service bus</title>
      <description>Check out Minibuss on Codeplex. Minibuss is micro service bus built on top of MSMQ. Minibuss provides a low barrier to entry so that you can concentrate on why you're using it, rather than how.

Using a service bus system like Minibuss can help improve your applications design and function by reducing tight coupling of components. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fminibuss.codeplex.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fminibuss.codeplex.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Introducing_Minibuss_the_lightweight_micro_service_bus</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Introducing_Minibuss_the_lightweight_micro_service_bus</guid>
      <pubDate>Wed, 31 Aug 2011 15:46:12 GMT</pubDate>
    </item>
    <item>
      <title>Nuget 1.5 released</title>
      <description>Nuget 1.5 released! Highlights include: Project Templates with Preinstalled NuGet Packages; Explicit Assembly References; Added ability to exclude files in the NuSpec; Removing packages using the dialog prompts to remove dependencies; Support for Proxies that require authentication; Support for Repositories that require authentication; Performance improvements to the NuGet.org repository; Solution dialog project filtering; Package Release Notes;  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdocs.nuget.org%2fdocs%2frelease-notes%2fnuget-1.5"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdocs.nuget.org%2fdocs%2frelease-notes%2fnuget-1.5" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Nuget_1_5_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Nuget_1_5_released</guid>
      <pubDate>Wed, 31 Aug 2011 15:47:04 GMT</pubDate>
    </item>
    <item>
      <title>MyNuGets - Add NuGet love to your Orchard blog</title>
      <description>If you enjoy using NuGet to obtain and distribute your open source work and you maintain a blog or a site using Orchard, this post's for you. I've written a widget that will allow you to enter your author name. Then, the widget will hit the NuGet OData API and find any packages published with that author name. From that, the HTML is build up through the Orchard pipeline and what you get is a nice list of NuGet projects. Check it out for yourself on the MyNuGets project page or in the Orchard Gallery.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bradygaster.com%2fmynugets---an-orchard-module-for-nuget-fans"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bradygaster.com%2fmynugets---an-orchard-module-for-nuget-fans" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/MyNuGets_Add_NuGet_love_to_your_Orchard_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/MyNuGets_Add_NuGet_love_to_your_Orchard_blog</guid>
      <pubDate>Tue, 30 Aug 2011 05:06:40 GMT</pubDate>
    </item>
  </channel>
</rss>
