Jump to content
Xtreme .Net Talk

Which O/R mapping tool are you using with .NET  

12 members have voted

  1. 1. Which O/R mapping tool are you using with .NET

    • ORM.NET
      3
    • EntityBroker
      2
    • Mongoose
      0
    • Other O/R mapping tool
      1
    • I write myself
      5
    • I use object database
      1


Recommended Posts

Posted
My Team and I have created a mapping tool not as perfect as ORM.NET, but we can acomplish the same goals. Our tools create storeprocedures, forms, DataClasses, and Active Reports and is 100% Object Oriented. It took us about 1 month to build them but we are saving a lot of time, What it used to take us three hours now takes us less than one second.
You're either a one or a zero. Alive or dead.
Posted
(IMHO) Orm.Net is pretty kewl but would be better if it could create objects based on views as well as tables.... (or does it?) still requires complex joins in code (using JoinPath or FetchPath) even though they are known at the time of layer generation... If I ever get time off work I'd like to extend the OrmLib in this direction...
Posted

Well, there was no need for object/relational mapping in a project with pretty simple database model I had worked on. Use DataReader or DataSet here and there, show values, update database, it worked fine.

Now, in another application with more than 200 tables and 400 relationships among them, I was not confident with the future maintenance especially for schema change if I used O/R mapping. I searched for object database, found only one with a good .NET interface, Matisse. Still in the middle of development, so far so good.

  • 2 months later...
Posted
I'm currently looking at a free library to operate the object/relational mapping : OPF.Net. I'm not sure it is as efficient as ORM.Net, but it has already a lot of features and it is probably a good project to get involved in !
  • 9 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...