<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : 2010 And Object Mapper</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : 2010 And Object Mapper</description>
  <pubDate>Sat, 11 Apr 2026 13:51:03 -700</pubDate>
  <lastBuildDate>Thu, 25 Aug 2011 16:53:32 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=2909</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>2010 And Object Mapper : A few more points on working with...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11532#11532</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=477" rel="nofollow">ting</a><br /><strong>Subject:</strong> 2909<br /><strong>Posted:</strong> 25-Aug-2011 at 4:53pm<br /><br />A few more points on working with large models:<div><br><div>1) &nbsp;When viewing an EDMX, the Model Browser in Visual Studio lists all of the entities and makes finding and editing them a lot easier. You can also right click on an entity in the Model Browser and select "Show in Designer" to locate it visually.</div><div><br></div><div>2) &nbsp;As Kim mentioned, Code First is great option if you don't like editing the EDMX. However, in the next feature release of the Entity Framework, you will also be able to break a large model into multiple entity diagrams. This link has more details:</div></div><div><a href="http://blogs.msdn.com/b/ad&#111;net/archive/2011/06/30/announcing-the-microsoft-entity-framework-june-2011-ctp.aspx" target="_blank">http://blogs.msdn.com/b/adonet/archive/2011/06/30/announcing-the-microsoft-entity-framework-june-2011-ctp.aspx</a></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 25 Aug 2011 16:53:32 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11532#11532</guid>
  </item> 
  <item>
   <title>2010 And Object Mapper :   Both DevForce Classic and...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11524#11524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 2909<br /><strong>Posted:</strong> 25-Aug-2011 at 10:33am<br /><br />Both DevForce Classic and DevForce 2009 have built-in support for web service-backed entities, but we didn't carry this support forward into DevForce 2010.&nbsp; In DF 2010 you can use POCO entities to do this, since the "POCO Service Provider" you write is responsbile for all queries and saves.&nbsp; You can read more about POCO here - <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/poco" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/poco</a>.<div></div>]]>
   </description>
   <pubDate>Thu, 25 Aug 2011 10:33:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11524#11524</guid>
  </item> 
  <item>
   <title>2010 And Object Mapper : Hi,I&amp;#039;m looking for his Object...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11520#11520</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1247" rel="nofollow">wackywhizz</a><br /><strong>Subject:</strong> 2909<br /><strong>Posted:</strong> 25-Aug-2011 at 12:09am<br /><br />Hi,<div><br></div><div>I'm looking for his Object Mapper as well for the sole reason that i wanted to try out the possibility (which is stated from your documents) of adding entities into our model from web services or WCF... On several occasions on the forums, it was stated that your previous customers were able to do this on the Object Mapper environment. How do I do this on DevForce 2010 with the fact that there is no more Object Mapper included on this release?</div>]]>
   </description>
   <pubDate>Thu, 25 Aug 2011 00:09:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11520#11520</guid>
  </item> 
  <item>
   <title>2010 And Object Mapper :   Although we agree that using...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11472#11472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 2909<br /><strong>Posted:</strong> 19-Aug-2011 at 1:26pm<br /><br />Although we agree that using the EDMX designer with large models is quite painful, we don't have any plans to provide a "DevForce 2010 Object Mapper" as we did with Classic.&nbsp; We generally advise breaking a large model into several smaller models, as discussed here - <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/code-sample-model-large" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-model-large</a>.&nbsp; "Code First" is another approach to dealing with large unwieldy models, and we previewed our Code First support in the 6.1.2 release.&nbsp; ]]>
   </description>
   <pubDate>Fri, 19 Aug 2011 13:26:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11472#11472</guid>
  </item> 
  <item>
   <title>2010 And Object Mapper : Hi.. Not having a tool like Object...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11469#11469</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=243" rel="nofollow">cuneytgargin</a><br /><strong>Subject:</strong> 2909<br /><strong>Posted:</strong> 19-Aug-2011 at 4:24am<br /><br /><span ="Apple-style-span" style=": rgb251, 251, 253; "><div>Hi.. Not having a tool like Object Mapper in 2010 is giving a huge burden for developers.</div><div>If you have more than 200 tables and views and storedprocedures.. etc..&nbsp;</div><div>Each time when you add a table, EDMX is trying to draw connections in diagram...</div><div>and it's waste of time and it really uses huge memory...</div><div><br></div><div>Are you thinking of preparing any tool for developers with large databases ?</div></span>]]>
   </description>
   <pubDate>Fri, 19 Aug 2011 04:24:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2909&amp;PID=11469#11469</guid>
  </item> 
 </channel>
</rss>