Print Page | Close Window

2010 And Object Mapper

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2909
Printed Date: 02-Apr-2025 at 9:34pm


Topic: 2010 And Object Mapper
Posted By: cuneytgargin
Subject: 2010 And Object Mapper
Date Posted: 19-Aug-2011 at 4:24am
Hi.. Not having a tool like Object Mapper in 2010 is giving a huge burden for developers.
If you have more than 200 tables and views and storedprocedures.. etc.. 
Each time when you add a table, EDMX is trying to draw connections in diagram...
and it's waste of time and it really uses huge memory...

Are you thinking of preparing any tool for developers with large databases ?



Replies:
Posted By: kimj
Date Posted: 19-Aug-2011 at 1:26pm
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.  We generally advise breaking a large model into several smaller models, as discussed here - http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-model-large - http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-model-large .  "Code First" is another approach to dealing with large unwieldy models, and we previewed our Code First support in the 6.1.2 release. 


Posted By: wackywhizz
Date Posted: 25-Aug-2011 at 12:09am
Hi,

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?


Posted By: kimj
Date Posted: 25-Aug-2011 at 10:33am
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.  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.  You can read more about POCO here - http://drc.ideablade.com/xwiki/bin/view/Documentation/poco - http://drc.ideablade.com/xwiki/bin/view/Documentation/poco .


Posted By: ting
Date Posted: 25-Aug-2011 at 4:53pm
A few more points on working with large models:

1)  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.

2)  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:
http://blogs.msdn.com/b/adonet/archive/2011/06/30/announcing-the-microsoft-entity-framework-june-2011-ctp.aspx - http://blogs.msdn.com/b/adonet/archive/2011/06/30/announcing-the-microsoft-entity-framework-june-2011-ctp.aspx




Print Page | Close Window