<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Mono</title>
    <description>the latest stories tagged with 'Mono' 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>EntitySpaces 2009 Video Preview</title>
      <description>We have created a video preview of our EntitySpaces 2009 Plugin for Visual Studio. The video is approximately 6 meg in size so give it a moment to get started. The video has sound and you might need to adjust your volume. We hope that you enjoy this video. It really gives you a feel for what it's going to be like to use EntitySpaces 2009, and it's really nice never having to leave Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f11%2f08%2fEntitySpaces%2b2009%2bVideo%2bPreview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f11%2f08%2fEntitySpaces%2b2009%2bVideo%2bPreview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2009_Video_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2009_Video_Preview</guid>
      <pubDate>Sun, 09 Nov 2008 00:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Mono 2.0 Released</title>
      <description>The Mono Project has released version 2.0 of Mono, enabling developers to run their .Net 2.0 applications on Linux and OSX. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mono-project.com%2fnews%2farchive%2f2008%2fOct-06.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mono-project.com%2fnews%2farchive%2f2008%2fOct-06.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Mono_2_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Mono_2_0_Released</guid>
      <pubDate>Mon, 06 Oct 2008 20:01:15 GMT</pubDate>
    </item>
    <item>
      <title>Embeddable C# Compiler</title>
      <description>Manuel de Icaza created an embeddable C# compiler for Mono. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f09%2f23%2fembeddable-c-compiler.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2fstevehawley%2farchive%2f2008%2f09%2f23%2fembeddable-c-compiler.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Embeddable_C_Compiler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Embeddable_C_Compiler</guid>
      <pubDate>Thu, 25 Sep 2008 17:46:05 GMT</pubDate>
    </item>
    <item>
      <title>LINQ Expression Trees on the Compact Framework</title>
      <description>A week ago, I was writing about the ability to use Mono's System.Core to run C# 3 and LINQ applications on .net 2. A few months ago, I was writing about the new LINQ provider that friends at db4o released. This LINQ provider uses LINQ expression trees to optimize LINQ queries, turning them into db4o's native query language. Today I'm going to write about a cute new hack from our friends at db4o. If the 3.5 version of the Compact Framework comes with a System.Core, and a LINQ to objects implementation, it doesn't contain the namespace System.Linq.Expressions, which is used by all optimized LINQ providers. What those fine folks did, was simply to take Mono's implementation of this namespace. There was one issue with that approach. Expression Trees can be compiled at runtime, and that uses System.Reflection.Emit, that the Compact Framework doesn't have. A nice thing is that folks at Mainsoft contributed to Mono's System.Core an expression interpreter, which allows you to use the full LINQ expression trees without using System.Reflection.Emit. They sent me the patches they have for the expression interp &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fevain.net%2fblog%2farticles%2f2008%2f09%2f22%2flinq-expression-trees-on-the-compact-framework"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fevain.net%2fblog%2farticles%2f2008%2f09%2f22%2flinq-expression-trees-on-the-compact-framework" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/LINQ_Expression_Trees_on_the_Compact_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/LINQ_Expression_Trees_on_the_Compact_Framework</guid>
      <pubDate>Mon, 22 Sep 2008 23:53:56 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2008 - 09/15 Released</title>
      <description>We are pleased to announce that the official EntitySpaces 2008 0915 release is now available for download. This will be the final EntitySpaces 2008 release. Work is already underway on EntitySpaces 2009 and we will make a blog post filling you in on the some of details very shortly. Major Performance Enhancements are just a part of this release .... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f09%2f14%2fEntitySpaces%2b2008%2b0915%2bReleased.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f09%2f14%2fEntitySpaces%2b2008%2b0915%2bReleased.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_09_15_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_09_15_Released</guid>
      <pubDate>Sun, 14 Sep 2008 17:30:27 GMT</pubDate>
    </item>
    <item>
      <title>Avoid the Managed Extensibility Framework</title>
      <description>As a .NET developer, you should avoid using the newly released Managed Extensibility Framework as its license prevents its use beyond the Windows platform. This will prevent your .NET software from running on Linux or MacOS in the future.

Luckily, there is a cross platform solution available today that has no platform limitations: Mono.Addins. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftirania.org%2fblog%2farchive%2f2008%2fSep-07.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftirania.org%2fblog%2farchive%2f2008%2fSep-07.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Avoid_the_Managed_Extensibility_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Avoid_the_Managed_Extensibility_Framework</guid>
      <pubDate>Sun, 07 Sep 2008 19:09:55 GMT</pubDate>
    </item>
    <item>
      <title>Configuring and running ASP.NET 3.5 on Linux</title>
      <description>This article is about running, configuring and debugging ASP.NET and AJAX.NET on Linux machine with Mono &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f07%2f24%2fconfiguring-and-running-mono-asp-net-3-5-ajax-net-on-linux-computers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2ftamir%2farchive%2f2008%2f07%2f24%2fconfiguring-and-running-mono-asp-net-3-5-ajax-net-on-linux-computers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Configuring_and_running_ASP_NET_3_5_on_Linux</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Configuring_and_running_ASP_NET_3_5_on_Linux</guid>
      <pubDate>Thu, 24 Jul 2008 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Mono 2.0 branched, and the Linear IL - Miguel de Icaza</title>
      <description>On Tuesday of last week we branched Mono for the 2.0 release; Packages are being QAed for our first release candidate and will be available next week. Bug fixing for the final release will happen on this branch. Meanwhile, the excitement continues on trunk. Zoltan today merged the Linear IL branch.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftirania.org%2fblog%2farchive%2f2008%2fJul-22.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftirania.org%2fblog%2farchive%2f2008%2fJul-22.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Mono_2_0_branched_and_the_Linear_IL_Miguel_de_Icaza</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Mono_2_0_branched_and_the_Linear_IL_Miguel_de_Icaza</guid>
      <pubDate>Wed, 23 Jul 2008 15:12:19 GMT</pubDate>
    </item>
    <item>
      <title>MySQL - We beg of thee, add a true &amp;quot;Guid&amp;quot; datatype to MySQL 6.0</title>
      <description>Basically, the MySQL Connector/Net (5.2.2.0) provider treats BINARY(16) columns as Guids, though there is not real Guid (uniqueidentifier in Microsoft SQL) data type. However, it's not transparent, there are special read and write methods for it. If you're a MySQL fan let the folks over at MySQL know that you want a true data type for Guids and not an imposter. We appreciate the hard work the MySQL Connector/Net team is doing. After all, MySQL doesn't have a Guid type yet so they are doing what they can. However, we would rather see them lobby the core database engine team for a true Guid column type. How about you? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f25%2fMySQL%2bWe%2bBeg%2bOf%2bThee%2bAdd%2bA%2bTrue%2bQuotGuidquot%2bDatatype%2bTo%2bMySQL%2b60.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f25%2fMySQL%2bWe%2bBeg%2bOf%2bThee%2bAdd%2bA%2bTrue%2bQuotGuidquot%2bDatatype%2bTo%2bMySQL%2b60.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/MySQL_We_beg_of_thee_add_a_true_Guid_datatype_to_MySQL_6_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/MySQL_We_beg_of_thee_add_a_true_Guid_datatype_to_MySQL_6_0</guid>
      <pubDate>Wed, 04 Jun 2008 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>IronRuby, Mono and My Mac : Accidental Technologist</title>
      <description>Compile and run IronRuby using Mono on the Mac. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.accidentaltechnologist.com%2fruby%2fironruby%2fironruby-mono-and-my-mac%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.accidentaltechnologist.com%2fruby%2fironruby%2fironruby-mono-and-my-mac%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/IronRuby_Mono_and_My_Mac_Accidental_Technologist</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/IronRuby_Mono_and_My_Mac_Accidental_Technologist</guid>
      <pubDate>Tue, 13 May 2008 00:31:48 GMT</pubDate>
    </item>
    <item>
      <title>Luftguitar CMS 2.0.2 Released</title>
      <description>A lightweight and simple CMS system built on Mono with the Gaia Ajax Widgets library. The application supports templates, rich editing, image gallery, calendar and much more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsourceforge.net%2fforum%2fforum.php%3fforum_id%3d816008"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsourceforge.net%2fforum%2fforum.php%3fforum_id%3d816008" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Luftguitar_CMS_2_0_2_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Luftguitar_CMS_2_0_2_Released</guid>
      <pubDate>Mon, 28 Apr 2008 06:55:01 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2008 Beta II Available</title>
      <description>The EntitySpaces 2008 Beta II is now available. The version number is 2008.0.0427.0 and is available for download now on our home page &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f04%2f28%2fEntitySpaces2008BetaIIAvailable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f04%2f28%2fEntitySpaces2008BetaIIAvailable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Beta_II_Available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Beta_II_Available</guid>
      <pubDate>Tue, 29 Apr 2008 22:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Standalone Silverlight Applications (Moonlight)</title>
      <description>&amp;quot;Last year we created a framework to run Silverlight applications as native applications. At the time we called those applications moonlight desklets.

The desklets are Silverlight applications that run in standalone mode, with full access to the entire Mono API stack (as opposed to be limited to the .NET subset for the web) and that can optionally render without frames.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftirania.org%2fblog%2farchive%2f2008%2fApr-17.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftirania.org%2fblog%2farchive%2f2008%2fApr-17.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Standalone_Silverlight_Applications_Moonlight</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Standalone_Silverlight_Applications_Moonlight</guid>
      <pubDate>Fri, 18 Apr 2008 13:16:03 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces - Juno Beach and LINQ to SQL</title>
      <description>If you noticed that I wasn't around much on the forums this past week you weren't imagining things. I was on vacation in Palm Beach Gardens, Florida. It's truly paradise on earth. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f04%2f13%2fEntitySpacesJunoBeachAndLINQToSQL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f04%2f13%2fEntitySpacesJunoBeachAndLINQToSQL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_Juno_Beach_and_LINQ_to_SQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_Juno_Beach_and_LINQ_to_SQL</guid>
      <pubDate>Sun, 13 Apr 2008 17:34:17 GMT</pubDate>
    </item>
    <item>
      <title>Luftguitar CMS 2.0.1 Released</title>
      <description>I've added plugins to the backstage area. Now you can create a plugin that only shows to registered users in one minute. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsourceforge.net%2fprojects%2fluftguitarcms%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsourceforge.net%2fprojects%2fluftguitarcms%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Luftguitar_CMS_2_0_1_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Luftguitar_CMS_2_0_1_Released</guid>
      <pubDate>Wed, 09 Apr 2008 21:17:26 GMT</pubDate>
    </item>
    <item>
      <title>Pash - cross platform PowerShell</title>
      <description>Pash is a portable PowerShell implementation written using pure .Net 2.0. It compiles on VS 2008 as well as on Mono. Provide a rich shell environment for other OSes, as well as a hostable scripting engine for rich applications. The user experience should be seamless for people who are used to PowerShell on Windows. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figorshare.wordpress.com%2f2008%2f04%2f06%2fpash-cross-platform-powershell-is-out-in-the-wild-announcement%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figorshare.wordpress.com%2f2008%2f04%2f06%2fpash-cross-platform-powershell-is-out-in-the-wild-announcement%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Pash_cross_platform_PowerShell</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Pash_cross_platform_PowerShell</guid>
      <pubDate>Tue, 08 Apr 2008 19:16:15 GMT</pubDate>
    </item>
    <item>
      <title>The importance of System. Environment.NewLine</title>
      <description>When using \r\n can screw you! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fablog.apress.com%2f%3fp%3d967"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fablog.apress.com%2f%3fp%3d967" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/The_importance_of_System_Environment_NewLine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/The_importance_of_System_Environment_NewLine</guid>
      <pubDate>Tue, 08 Apr 2008 14:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Luftguitar CMS released</title>
      <description>A lightweight and simple CMS system built on Mono with the Gaia Ajax Widgets library. The application supports templates, rich editing, image gallery, calendar and much more. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsourceforge.net%2fforum%2fforum.php%3fforum_id%3d805263"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsourceforge.net%2fforum%2fforum.php%3fforum_id%3d805263" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Luftguitar_CMS_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Luftguitar_CMS_released</guid>
      <pubDate>Tue, 01 Apr 2008 08:00:04 GMT</pubDate>
    </item>
    <item>
      <title> Novell Introduces MonoDevelop 1.0 and also Releases Mono 2.0 Beta </title>
      <description>Mono 2.0 beta supports C# 3.0 (minus LINQ to SQL) and most of Windows Forms.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.zdnet.com%2fopen-source%2f%3fp%3d2128"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.zdnet.com%2fopen-source%2f%3fp%3d2128" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Novell_Introduces_MonoDevelop_1_0_and_also_Releases_Mono_2_0_Beta</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Novell_Introduces_MonoDevelop_1_0_and_also_Releases_Mono_2_0_Beta</guid>
      <pubDate>Sat, 29 Mar 2008 02:37:28 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2008 &amp;quot;Cast&amp;quot; Support</title>
      <description>The casting logic is now in-place for EntitySpaces 2008. Let's look at a few quick examples so you can get a feel for how this new feature works. These examples are not be real world scenarios and were chosen to merely demonstrate the syntax. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f03%2f22%2fEntitySpaces2008QuotCastquotSupport.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f03%2f22%2fEntitySpaces2008QuotCastquotSupport.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Cast_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Cast_Support</guid>
      <pubDate>Thu, 03 Apr 2008 17:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Mono.Cecil vs. System.Reflection</title>
      <description>Patrick wrote a great post comparing Mono's Cecil against the built-in System.Reflection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f03%2f18%2fmono-cecil-vs-system-reflection.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodebetter.com%2fblogs%2fpatricksmacchia%2farchive%2f2008%2f03%2f18%2fmono-cecil-vs-system-reflection.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Mono_Cecil_vs_System_Reflection</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Mono_Cecil_vs_System_Reflection</guid>
      <pubDate>Thu, 20 Mar 2008 05:09:33 GMT</pubDate>
    </item>
    <item>
      <title>How to run ASP.Net MVC on top of Mono</title>
      <description>More specific details about how to run MVC on Mono, with a downloadable code sample! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fnickandgrace.com%2fcode%2farchive%2f2008%2f03%2f12%2fhow-to-run-asp.net-mvc-on-mono.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fnickandgrace.com%2fcode%2farchive%2f2008%2f03%2f12%2fhow-to-run-asp.net-mvc-on-mono.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/How_to_run_ASP_Net_MVC_on_top_of_Mono</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/How_to_run_ASP_Net_MVC_on_top_of_Mono</guid>
      <pubDate>Fri, 14 Mar 2008 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Running ASP.Net MVC on Mono</title>
      <description>It is possible to run the latest drop of ASP.Net MVC on Mono - it just takes a little modification! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nickandgrace.com%2fcode%2farchive%2f2008%2f03%2f11%2frunning-asp.net-mvc-on-mono.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nickandgrace.com%2fcode%2farchive%2f2008%2f03%2f11%2frunning-asp.net-mvc-on-mono.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/Running_ASP_Net_MVC_on_Mono</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/Running_ASP_Net_MVC_on_Mono</guid>
      <pubDate>Wed, 12 Mar 2008 15:11:51 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2008 Alpha for CodeSmith Released</title>
      <description>We are very excited to offer this Alpha release for those who want to get a head start with EntitySpaces 2008 (ES2008). This Alpha release supports only C# class generation from within CodeSmith, and only supports Microsoft SqlServer. A subsequent beta release will support CodeSmith, MyGeneration, C#/VB.NET classes, and all of our providers. The Alpha release comes with both .NET 2.0 and .NET 3.5 runtimes. The Alpha comes with the new, very powerful, SubQuery Enhancements to our DynamicQuery API. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f03%2f10%2fEntitySpaces2008AlphaReleased.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f03%2f10%2fEntitySpaces2008AlphaReleased.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Alpha_for_CodeSmith_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Alpha_for_CodeSmith_Released</guid>
      <pubDate>Fri, 14 Mar 2008 15:46:03 GMT</pubDate>
    </item>
    <item>
      <title>obout inc - ASP.NET Grid - Paging Example</title>
      <description>obout inc - ASP.NET Grid - Built in AJAX, ASP.NET AJAX compatible, Incredibly fast, Sorting, paging, add edit delete records, record selection, filtering, ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.obout.com%2fgrid%2fgrid_paging.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.obout.com%2fgrid%2fgrid_paging.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mono/obout_inc_ASP_NET_Grid_Paging_Example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mono/obout_inc_ASP_NET_Grid_Paging_Example</guid>
      <pubDate>Thu, 06 Mar 2008 10:03:33 GMT</pubDate>
    </item>
  </channel>
</rss>