New Posts New Posts RSS Feed: Classic mapping in Visual Studio 2010
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Classic mapping in Visual Studio 2010

 Post Reply Post Reply
Author
asasov View Drop Down
Newbie
Newbie


Joined: 01-Aug-2007
Location: Russian Federation
Posts: 7
Post Options Post Options   Quote asasov Quote  Post ReplyReply Direct Link To This Post Topic: Classic mapping in Visual Studio 2010
    Posted: 06-Apr-2011 at 6:17am
Hello. Can anybody please explain if it is possible to use classic IdeaBlade mapping in Visual Studio 2010. I want to migrate my solution from VS 2008 to VS 2010. I've got an *.orm model file and an Add-In for ideablade object mapper in VS 2008. Now in VS 2010 I can't get this Add-In. As I understand the preferred way is to use VS 2010 extension. But we are now completely satisfied with an Add-In Object Mapper.

Thanks in advance, Alexey
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 06-Apr-2011 at 9:26am
You can still use DevForce Classic in Visual Studio 2010, and the Object Mapper will be installed and work as usual.  DevForce 2010 no longer uses the Object Mapper, and instead uses the VS extension and the Entity Framework designer.  We don't offer a migration path to move your application from Classic to DF2010, as so much has changed. 
 
To install DevForce Classic in VS2010 you need version 3.7.0 or later.
Back to Top
asasov View Drop Down
Newbie
Newbie


Joined: 01-Aug-2007
Location: Russian Federation
Posts: 7
Post Options Post Options   Quote asasov Quote  Post ReplyReply Direct Link To This Post Posted: 06-Apr-2011 at 11:28pm
Thank you very much.
Back to Top
cuneytgargin View Drop Down
Newbie
Newbie
Avatar

Joined: 05-Feb-2008
Location: Turkey
Posts: 13
Post Options Post Options   Quote cuneytgargin Quote  Post ReplyReply Direct Link To This Post Posted: 19-Aug-2011 at 4:23am
2010 and Object Mapper...
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 ?


Back to Top
robertg View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 15-Mar-2011
Location: California
Posts: 87
Post Options Post Options   Quote robertg Quote  Post ReplyReply Direct Link To This Post Posted: 22-Aug-2011 at 10:06am
I don't know of plans for any additional tools, but over the course of the next couple of patches, we are adding support for the Code First methodology. I know that Code First is often prefered by developers with large, complicated data structures, because while it takes much longer to implement, it provides you with a great amount of control over the behavior of your model, and makes it easy to implement new bits as they're needed.
 
Release 4.1 included a preview for Code First. You can see the introduction at http://drc.ideablade.com/xwiki/bin/view/Documentation/code-first .
 
Yours,
Robert
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down