O/R mapper LLBLGen Pro or do you know better alternative in .NET?
What experience do you have with O/R mapper in .NET?
I need to choose one for use in my company
Which one is the best for you?
I have seen lots of positive feedback about this one:
LLBLGen Pro
What do you thing about this? Is it good or can I find better alternative?
Regards
cyberjoe
Mirko MeierPosted Feb 21, 2009, 5:31 AM
Do you have an existing database? Than I would prefer a code generator to generate the entities.
If you have no existing database it is possible to use a Mapper which creates the database on your class model.