ORM (Object-Relational Mapping) tools

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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
 
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#)
------------------------------------------------------------------------
 
Back
Top