F
Fregas
I'm the lead developer at my company and i'm looking into O/R Mappers
again. I've used LLBLGen and Wilson ORM and played with some others.
I prefer WORM because of its simplicity and the fact that its basicly
open source, but it has some limitations and code generation/update is
very limited. I liked LLBLGen's but found using it kind of complex.
Does anyone have any other suggestions? Is there something new out
there? Some features I would really like to see:
-Code (Re)Generation from a database, but with the option to code by
hand if necessary.
-Fields/Properties need to have the option of being Read only,
Protected, Private, etc.
-Define relationships when there is no foreign key defined in the DB.
-strongly typed queries
-A good UI to create and maintain/update the mapping from database
changes, similar to what IdeaBlade and LLBLGen have.
-A good price. It doesn't have to free per se, but we're small and
can't dish out $5000 per developer. I also don't want to deal with
license files, royalty fees, activation etc. This slows down or
complicates deployment.
-The ability to call stored procs or custom sql if necessary and return
either business objects, datasets or readers.
-Must support .NET 2.0 - nullable types, generics, etc.
I appreciate any suggestions you guys have.
again. I've used LLBLGen and Wilson ORM and played with some others.
I prefer WORM because of its simplicity and the fact that its basicly
open source, but it has some limitations and code generation/update is
very limited. I liked LLBLGen's but found using it kind of complex.
Does anyone have any other suggestions? Is there something new out
there? Some features I would really like to see:
-Code (Re)Generation from a database, but with the option to code by
hand if necessary.
-Fields/Properties need to have the option of being Read only,
Protected, Private, etc.
-Define relationships when there is no foreign key defined in the DB.
-strongly typed queries
-A good UI to create and maintain/update the mapping from database
changes, similar to what IdeaBlade and LLBLGen have.
-A good price. It doesn't have to free per se, but we're small and
can't dish out $5000 per developer. I also don't want to deal with
license files, royalty fees, activation etc. This slows down or
complicates deployment.
-The ability to call stored procs or custom sql if necessary and return
either business objects, datasets or readers.
-Must support .NET 2.0 - nullable types, generics, etc.
I appreciate any suggestions you guys have.