Hello Aarti_pl,

...and this high-level design is IMHO mistake. Especially mapping
relations from db to objects.

Well maybe someone will give me examples where domain objects are more
useful than relations? From my observations presentation layer (GUI)
is also relational, so I don't see a sense with making conversions:
relation -> object -> relation.

I am working on db access framework which makes use of relations
rather than creating objects. And it makes it in typesafe way...

BR
Marcin Kuszczak
(aarti_pl)

Agree. I haven't been satisfied with any ORM I've tryied until now. The best until now has been LINQ to SQL but Microsoft it's killing it.

Can you provide us any details on your project? It sounds a lot like .NET typed datasets.

Thanks


Reply via email to