ORM for .NET

  • Thread starter Thread starter That Guy
  • Start date Start date
T

That Guy

Hi.

Is there any object-relational mapper for .NET (something like Hybernate for Java)?

Thanks.
 
That said:
Hi.

Is there any object-relational mapper for .NET (something like Hybernate
for Java)?

About 50 or so. What do you like, domain driven which is pushed to the db or
entity-oriented abstract relational model oriented which is mapped onto
classes?

Frans.
 
Hello, Frans!

??>> Hi.
??>>
??>> Is there any object-relational mapper for .NET (something like
??>> Hybernate for Java)?

FBC> About 50 or so. What do you like, domain driven which is pushed to
FBC> the db or entity-oriented abstract relational model oriented which is
FBC> mapped onto classes?

I'm not sure what is "domain-driven". Couldn't you explain?
 
That said:
Hello, Frans!

??>> Hi.
??>>
??>> Is there any object-relational mapper for .NET (something like
??>> Hybernate for Java)?

FBC> About 50 or so. What do you like, domain driven which is pushed to
FBC> the db or entity-oriented abstract relational model oriented which is
FBC> mapped onto classes?

I'm not sure what is "domain-driven". Couldn't you explain?

The domain model ala Fowler/Evans. Hibernate on Java follows the domain
driven approach.

Frans.
 

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

Back
Top