object-relational mapping (ORM) frameworks for .NET

  • Thread starter Thread starter AliRezaGoogle
  • Start date Start date
A

AliRezaGoogle

Dear members,
Hi.
I am really confused about object-relational mapping (ORM) softwares
frameworks designed for .Net. For example I've read some about
NHibernate and Spring.NET. Some others like ObjectMapper seem to be
interesting.
Is there any one how can compare these frameworks and guide me choose
the best one?

Best Regards
--Alireza
 
If you follow this sample search:

http://search.live.com/results.aspx?q=ORM+COMPARISON

-- you will find several pages that present comparisons of various .NET ORM
frameworks. Bear in mind that with the WSSF (Web Service Software Factory)
and similar GAT (Guidance Automation Toolkit) offerings, much of this is
already starting to be built into the newest versions of .NET. Also, LINQ
provides the opportunity to do ORM as well as to perform queries
programmatically on objects through its language extensions.

Peter
 
AliRezaGoogle said:
I am really confused about object-relational mapping (ORM) softwares
frameworks designed for .Net. For example I've read some about
NHibernate and Spring.NET. Some others like ObjectMapper seem to be
interesting.
Is there any one how can compare these frameworks and guide me choose
the best one?

I think you will need to evaluate them yourself to find the
one that fits your requirements best.

You should consider NHibernate, LLBLGen and maybe a third one (there
are plenty to choose from).

(Spring.NET is an IOC framework not a O/R mapper as such)

Arne
 
In addition to the other posts, don't forget that there is going to be
LINQ for SQL, as well as the ADO.NET Entity model, which will be offered
when .NET 3.5 comes out.
 
In addition to the other posts, don't forget that there is going to be
LINQ for SQL, as well as the ADO.NET Entity model, which will be offered
when .NET 3.5 comes out.
 
Dear members,
Hi.
I am really confused about object-relational mapping (ORM) softwares
frameworks designed for .Net. For example I've read some about
NHibernate and Spring.NET. Some others like ObjectMapper seem to be
interesting.
Is there any one how can compare these frameworks and guide me choose
the best one?

Best Regards
--Alireza

I've been using LLBLGen/PRO and can't say enough good things about
it. I would highly recommend it!
 
Hi,



AliRezaGoogle said:
Dear members,
Hi.
I am really confused about object-relational mapping (ORM) softwares
frameworks designed for .Net. For example I've read some about
NHibernate and Spring.NET. Some others like ObjectMapper seem to be
interesting.
Is there any one how can compare these frameworks and guide me choose
the best one?

Also take a look at subsonic, I'm using it now and looks promissing.
 

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