<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Eran Nachum's Blog</title>
    <link>http://www.eranachum.com/</link>
    <description>www.eranachum.com - Implementing &amp; executing my thoughts...</description>
    <language>en-us</language>
    <copyright>Eran Nachum</copyright>
    <lastBuildDate>Sun, 24 May 2009 09:30:00 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.8.5223.2</generator>
    <managingEditor>eranachum@hotmail.com</managingEditor>
    <webMaster>eranachum@hotmail.com</webMaster>
    <item>
      <trackback:ping>http://www.eranachum.com/Trackback.aspx?guid=2df8b2d7-f2f6-4da5-a813-6c8456a28499</trackback:ping>
      <pingback:server>http://www.eranachum.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.eranachum.com/PermaLink,guid,2df8b2d7-f2f6-4da5-a813-6c8456a28499.aspx</pingback:target>
      <dc:creator>eranachum@hotmail.com (Eran Nachum)</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
      After seeking the web for a good ORM mechanism in regards of developing scalable and
      generic DAL + BL tier (or service), I bumped into a great article that tested the
      EF (Entity Framework) hosted in WCF service (SOA architecture). 
   </p>
        <p>
      You can read it <a href="http://blogs.microsoft.co.il/blogs/davidbi/archive/2009/05/17/entity-framework-in-a-soa-environment.aspx" target="_blank">here</a>.
      A short summary of this post says that the EF is still premature and couldn’t perform
      complex actions (like updating multiple tables that doing some transactions).
   </p>
        <p>
      Performance and Scalability are also has been tested and the results weren’t so good!
   </p>
        <p>
      So, after getting some advices from friends and colleges I think I’ll use NHibernate
      in order to publish my ORM relations to the DB.
   </p>
        <p>
      Any suggestions or comments to this will be complimented to my email. 
   </p>
        <img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=2df8b2d7-f2f6-4da5-a813-6c8456a28499" />
      </body>
      <title>Is Entity Framework Ready for a SOA Environment</title>
      <guid>http://www.eranachum.com/PermaLink,guid,2df8b2d7-f2f6-4da5-a813-6c8456a28499.aspx</guid>
      <link>http://www.eranachum.com/PermaLink,guid,2df8b2d7-f2f6-4da5-a813-6c8456a28499.aspx</link>
      <pubDate>Sun, 24 May 2009 09:30:00 GMT</pubDate>
      <description>&lt;p&gt;
   After seeking the web for a good ORM mechanism in regards of developing scalable and
   generic DAL + BL tier (or service), I bumped into a great article that tested the
   EF (Entity Framework) hosted in WCF service (SOA architecture). 
&lt;/p&gt;
&lt;p&gt;
   You can read it &lt;a href="http://blogs.microsoft.co.il/blogs/davidbi/archive/2009/05/17/entity-framework-in-a-soa-environment.aspx" target="_blank"&gt;here&lt;/a&gt;.
   A short summary of this post says that the EF is still premature and couldn’t perform
   complex actions (like updating multiple tables that doing some transactions).
&lt;/p&gt;
&lt;p&gt;
   Performance and Scalability are also has been tested and the results weren’t so good!
&lt;/p&gt;
&lt;p&gt;
   So, after getting some advices from friends and colleges I think I’ll use NHibernate
   in order to publish my ORM relations to the DB.
&lt;/p&gt;
&lt;p&gt;
   Any suggestions or comments to this will be complimented to my email. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.eranachum.com/aggbug.ashx?id=2df8b2d7-f2f6-4da5-a813-6c8456a28499" /&gt;</description>
      <category>WCF;Entity Framework;SOA</category>
    </item>
  </channel>
</rss>