<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with EntitySpaces</title>
    <description>the latest stories tagged with 'EntitySpaces' 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>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>EntitySpaces 2008- LINQ to DataTable?</title>
      <description>I have always built architectures on top of ADO.NET DataTables, they're fast (yes), flexible, and the power it provides is really pretty good. Additionally, as new features are added to ADO.NET they can then be easily absorbed. We were able to add LINQ to SQL to EntitySpaces by simply turning a LINQ query into an ADO.NET DataTable. Once we exchange the LINQ query for an ADO.NET DataTable the EntitySpaces architecture functions as normal since its underlying data structure is a DataTable. Pretty sweet. Here's a nice little trick in case you are not aware of it. &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%2f24%2fEntitySpaces%2b2008%2bLINQ%2bTo%2bDataTable.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f24%2fEntitySpaces%2b2008%2bLINQ%2bTo%2bDataTable.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/EntitySpaces_2008_LINQ_to_DataTable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/EntitySpaces_2008_LINQ_to_DataTable</guid>
      <pubDate>Sun, 25 May 2008 00:31:03 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces and Silverlight Demo (Part 2)</title>
      <description>Part One described the process of getting Silverlight to interact with a WCF web service, and showed how to bind EntitySpaces based data objects (WCF client proxies) to Silverlight controls, specifically a DataGrid control. While there were a lot of pages of review in Part One, it was mostly point-and-click "configuration coding", as MyGeneration, EntitySpaces, and Visual Studio did most of the work for us. But showing data in a grid isn't very exciting. It's time to look at some interaction with data and give EntitySpaces a little more credit than just a data wrapper. &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%2f24%2fEntitySpaces%2bAnd%2bSilverlight%2bDemo%2bPart%2b2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f24%2fEntitySpaces%2bAnd%2bSilverlight%2bDemo%2bPart%2b2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_and_Silverlight_Demo_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_and_Silverlight_Demo_Part_2</guid>
      <pubDate>Mon, 26 May 2008 17:01:02 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces and Silverlight Demo (Part 1)</title>
      <description>I was asked to see how easy it would be to get EntitySpaces objects to work inside Silverlight, and to demonstrate my findings. This was a curiously interesting notion, since many have pondered whether Silverlight is a valuable runtime environment for LOB (line-of-business) applications. There are a number of reasons why Silverlight, at least in its Version2 flavor, would be very ideal for building client/server applications ... &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%2f05%2fEntitySpacesAndSilverlightDemoPart1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f05%2f05%2fEntitySpacesAndSilverlightDemoPart1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/EntitySpaces_and_Silverlight_Demo_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/EntitySpaces_and_Silverlight_Demo_Part_1</guid>
      <pubDate>Tue, 06 May 2008 14:46:03 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>MVC, TDD, ORM, WCF, OMG LOL</title>
      <description>SubSonic, EntitySpaces, and a little humor .... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f04%2fMVC%252c-TDD%252c-ORM%252c-WCF%252c-OMG-LOL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jondavis.net%2fblog%2fpost%2f2008%2f04%2fMVC%252c-TDD%252c-ORM%252c-WCF%252c-OMG-LOL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/MVC_TDD_ORM_WCF_OMG_LOL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/MVC_TDD_ORM_WCF_OMG_LOL</guid>
      <pubDate>Mon, 28 Apr 2008 00:46:39 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>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>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>EntitySpaces 2008 - Dynamic SubQuery Showcase</title>
      <description>EntitySpaces, LLC will be delivering substantial SubQuery horsepower in its 2008 release. The EntitySpaces DynamicQuery API (just one of the features of using EntitySpaces) has proven to be a very powerful tool for .NET developers. &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%2f03%2fEntitySpaces2008DynamicSubQueryShowcase.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f03%2f03%2fEntitySpaces2008DynamicSubQueryShowcase.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Dynamic_SubQuery_Showcase</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Dynamic_SubQuery_Showcase</guid>
      <pubDate>Mon, 10 Mar 2008 10:31:02 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2008 and CodeSmith Together At Last</title>
      <description>Imagine never having to leave Visual Studio while creating and shaping your EntitySpaces based application. Simply pop into the &amp;quot;CodeSmith Explorer&amp;quot;, right mouse on our &amp;quot;Master Template&amp;quot;, execute it, include the newly generated files into your solution, compile, and you're off and running in a matter of a few minutes. So Sweet. &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%2f02%2f15%2fEntitySpaces2008AndCodeSmithTogetherAtLast.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f02%2f15%2fEntitySpaces2008AndCodeSmithTogetherAtLast.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_and_CodeSmith_Together_At_Last</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_and_CodeSmith_Together_At_Last</guid>
      <pubDate>Fri, 15 Feb 2008 12:53:49 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2008 Adds Subqueries</title>
      <description>We're busy working on EntitySpaces 2008 (ES2008) and thought we would demonstrate to you how subqueries will work. If you are familiar with our Join syntax then subqueries will feel like a perfect extension. The EntitySpaces 2008 architecture allows subqueries on the Select, the Where, the From, and the Join statement. Before we look at subqueries take a moment to review how our join syntax works. The EntitySpaces DynamicQuery API has proven to be very popular, so much so that other architectures are following suit. &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%2f02%2f08%2fEntitySpaces2008AddsSubqueries.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f02%2f08%2fEntitySpaces2008AddsSubqueries.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Adds_Subqueries</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Adds_Subqueries</guid>
      <pubDate>Fri, 08 Feb 2008 03:38:39 GMT</pubDate>
    </item>
    <item>
      <title>That's right . &amp;quot;EntitySpaces running under Mono on Linux using MySQL&amp;quot;</title>
      <description>EntitySpaces $1000 Mono Contest - We have a Winner !! &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%2f02%2f03%2fEntitySpaces1000MonoContestWeHaveAWinner.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f02%2f03%2fEntitySpaces1000MonoContestWeHaveAWinner.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/That_s_right_EntitySpaces_running_under_Mono_on_Linux_using_MySQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/That_s_right_EntitySpaces_running_under_Mono_on_Linux_using_MySQL</guid>
      <pubDate>Sun, 03 Feb 2008 21:01:03 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces is Looking to Hire (contract) a CodeSmith Expert</title>
      <description>If you are a CodeSmith guru and well versed in writing CodeSmith templates you are the kind of person we are looking for. We have a set of templates written for MyGeneration that we would like ported to CodeSmith. This will be pretty easy actually as we have our own assemblies that will all run under CodeSmith. &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%2f01%2f31%2fEntitySpacesIsLookingToHireContractACodeSmithExpert.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f01%2f31%2fEntitySpacesIsLookingToHireContractACodeSmithExpert.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_is_Looking_to_Hire_contract_a_CodeSmith_Expert</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_is_Looking_to_Hire_contract_a_CodeSmith_Expert</guid>
      <pubDate>Thu, 31 Jan 2008 13:25:28 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2008 Preview</title>
      <description>Take a look at the major enhancements coming in ES2008 as outlined in this blog post. A new code generator, enhanced DynamicQuery, more providers ... &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%2f01%2f19%2fEntitySpaces2008Preview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f01%2f19%2fEntitySpaces2008Preview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Preview</guid>
      <pubDate>Mon, 21 Jan 2008 06:01:04 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces 2008 Preview</title>
      <description>Take a look at the major enhancements coming in ES2008 as outlined in this blog post. A new code generator, enhanced DynamicQuery, more providers ... &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%2f01%2f19%2fEntitySpaces2008Preview.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2008%2f01%2f19%2fEntitySpaces2008Preview.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Preview</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_2008_Preview</guid>
      <pubDate>Mon, 21 Jan 2008 06:01:04 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces - $1000 Contest for a Mono Application</title>
      <description>EntitySpaces, LLC is offering $1,000 U.S. dollars to the first person or company to successfully create an EntitySpaces application that runs under Mono version 1.2.5.1 or higher ... &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%2f2007%2f12%2f06%2fEntitySpaces1000ContestForAMonoApplication.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f12%2f06%2fEntitySpaces1000ContestForAMonoApplication.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_1000_Contest_for_a_Mono_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_1000_Contest_for_a_Mono_Application</guid>
      <pubDate>Thu, 06 Dec 2007 03:17:53 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces - new esEntityCollectionView class</title>
      <description>The esEntityCollectionView acts like the ADO.NET DataView class only for EntitySpaces Collections. This new class will allow you to have multiple views on the same collection each with a different sort and filter acting independently of other views. &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%2f2007%2f12%2f01%2fTheNewEntitySpacesEsEntityCollectionViewClass.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f12%2f01%2fTheNewEntitySpacesEsEntityCollectionViewClass.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_new_esEntityCollectionView_class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_new_esEntityCollectionView_class</guid>
      <pubDate>Tue, 04 Dec 2007 06:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft ruined data binding in ASP.NET 2.0 - Part II</title>
      <description>Again, the new Microsoft ASP.NET data binding has proven to be flawed. It is next to impossible to support both ASP.NET and Windows.Forms binding with the same codebase due to a serious bug in the .NET Framework. Also, the HierarchicalDataSourceControl implementation suffers from a lack of foresight by its designers.  &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%2f2007%2f11%2f19%2fMicrosoftRuinedDataBindingInASPNET20PartII.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f11%2f19%2fMicrosoftRuinedDataBindingInASPNET20PartII.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Microsoft_ruined_data_binding_in_ASP_NET_2_0_Part_II</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Microsoft_ruined_data_binding_in_ASP_NET_2_0_Part_II</guid>
      <pubDate>Mon, 19 Nov 2007 02:33:07 GMT</pubDate>
    </item>
    <item>
      <title>MyGeneration 1.3 Beta - The 100% Free Code Generator </title>
      <description>The first official MyGeneration since it has gone open source on SourceForge.net under the BSD licensing model is coming soon. There are some very cool new features as well. First, and very importantly, you can now install the new MyGeneration side-by-side with the MyGeneration 1.2.0.7 release that is on Download.com. MyGeneration is still going strong with over 100,000 downloads on download.com and MyGeneration already ranks 172nd on SourceForge.net. Many have joined in on the project. MyGeneration is getting much more powerful, please help us keep this wonderful, totally free, code generation tool moving forward. Many have done so and we thank you. The next EntitySpaces beta we put out will support this version of MyGeneration also.  &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%2f2007%2f11%2f04%2fMyGeneration13BetaTheTotallyFreeCodeGeneratorApproachingANewRelease.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f11%2f04%2fMyGeneration13BetaTheTotallyFreeCodeGeneratorApproachingANewRelease.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/MyGeneration_1_3_Beta_The_100_Free_Code_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/MyGeneration_1_3_Beta_The_100_Free_Code_Generator</guid>
      <pubDate>Tue, 06 Nov 2007 19:31:02 GMT</pubDate>
    </item>
    <item>
      <title>In your face LINQ </title>
      <description>Okay, I admit it, the title is an attention getter ;) But checkout our improved DynamicQuery syntax. I was writing some unit tests and just had to post this. Writing Queries like this with intellisense is so intuitive ... And it will work on SQL, SQL CE, MySQL, PostgreSQL, VistaDB, Oracle and Access ... &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%2f2007%2f09%2f20%2fEntitySpacesAddsJoinsAndArithmeticExpressionsII.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f09%2f20%2fEntitySpacesAddsJoinsAndArithmeticExpressionsII.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/In_your_face_LINQ</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/In_your_face_LINQ</guid>
      <pubDate>Sun, 30 Sep 2007 18:31:01 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces Adds Joins and Arithmetic Expressions</title>
      <description>The EntitySpaces Dynamic Query API will soon be sporting Join's and Arithmetic Expressions. The syntax is so elegant even LINQ enthusiasts will take pause. Let's take a look at how you would do a join using the enhanced EntitySpaces DynamicQuery. Note that we are using all of your existing objects to build the query. &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%2f2007%2f09%2f18%2fEntitySpacesAddsJoinsAndArithmeticExpressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f09%2f18%2fEntitySpacesAddsJoinsAndArithmeticExpressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_Adds_Joins_and_Arithmetic_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_Adds_Joins_and_Arithmetic_Expressions</guid>
      <pubDate>Tue, 18 Sep 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces Adds Joins and Arithmetic Expressions</title>
      <description>The EntitySpaces Dynamic Query API will soon be sporting Join's and Arithmetic Expressions. The syntax is so elegant even LINQ enthusiasts will take pause. Let's take a look at how you would do a join using the enhanced EntitySpaces DynamicQuery. Note that we are using all of your existing objects to build the query. &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%2f2007%2f09%2f18%2fEntitySpacesAddsJoinsAndArithmeticExpressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f09%2f18%2fEntitySpacesAddsJoinsAndArithmeticExpressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_Adds_Joins_and_Arithmetic_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_Adds_Joins_and_Arithmetic_Expressions</guid>
      <pubDate>Tue, 18 Sep 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces Adds Joins and Arithmetic Expressions</title>
      <description>The EntitySpaces Dynamic Query API will soon be sporting Join's and Arithmetic Expressions. The syntax is so elegant even LINQ enthusiasts will take pause. Let's take a look at how you would do a join using the enhanced EntitySpaces DynamicQuery. Note that we are using all of your existing objects to build the query. &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%2f2007%2f09%2f18%2fEntitySpacesAddsJoinsAndArithmeticExpressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f09%2f18%2fEntitySpacesAddsJoinsAndArithmeticExpressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_Adds_Joins_and_Arithmetic_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_Adds_Joins_and_Arithmetic_Expressions</guid>
      <pubDate>Tue, 18 Sep 2007 23:46:01 GMT</pubDate>
    </item>
    <item>
      <title>EntitySpaces to be Featured on .NET Rocks!</title>
      <description>Well, the Rodney Dangerfield of software engineering is actually getting some recognition, although I'm not an MVP I do play one on the Internet ... 

I've been asked by the .NET Rocks guys to do a show on MyGeneration and EntitySpaces and I am pretty excited about it. There's a lot to talk about. I'm not sure how much time I'll have but I'll try to relay our vision for EntitySpaces 2008 as well. Hopefully you will gain some insight as to how Scott, David, and myself operate and how EntitySpaces runs behind the scenes. 

We'll be recording the the show on Tuesday, September 4th and its scheduled for publication on September 11. We will post again and let you know the show is up and online ...
 &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%2f2007%2f08%2f31%2fEntitySpacesToBeFeaturedOnNETRocks.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.entityspaces.net%2fblog%2f2007%2f08%2f31%2fEntitySpacesToBeFeaturedOnNETRocks.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/architecture/EntitySpaces_to_be_Featured_on_NET_Rocks</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/architecture/EntitySpaces_to_be_Featured_on_NET_Rocks</guid>
      <pubDate>Thu, 30 Aug 2007 18:01:03 GMT</pubDate>
    </item>
  </channel>
</rss>