ORM (Object-Relational Mapping) tools

G

Guest

Hi peers

I want to know yours opinions about those ORM (Object-Relational Mapping)
tools , my company is going to start using it.

What are the good and bad things about?
 
A

Aytaç ÖZAY

Hi,

We use Microsoft Visio in our project. It is usefull for modeling the
database and refactoring engineering works. First you make your Conceptual
Model, then it will give you your logical model, if some column names will
be longer, you correct them manually, and at last it gives you the physical
model. I advise you to use NS Visio, if you make your project in MS oriented
tools.

Have a nice work,

Aytaç ÖZAY
Sorftware Engineer
 
F

Frans Bouma [C# MVP]

Kenny said:
Hi peers

I want to know yours opinions about those ORM (Object-Relational
Mapping) tools , my company is going to start using it.

What are the good and bad things about?

I'd suggest to read my article about to o/r map or not to o/r map:
http://weblogs.asp.net/fbouma/archive/2004/10/09/240225.aspx

Frans

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top