Bobh Posted August 6, 2003 Posted August 6, 2003 Which O/R mapping tool are you using with .NET Quote
karimgarza Posted August 6, 2003 Posted August 6, 2003 My Team and I have created a mapping tool not as perfect as ORM.NET, but we can acomplish the same goals. Our tools create storeprocedures, forms, DataClasses, and Active Reports and is 100% Object Oriented. It took us about 1 month to build them but we are saving a lot of time, What it used to take us three hours now takes us less than one second. Quote You're either a one or a zero. Alive or dead.
csharpener Posted August 12, 2003 Posted August 12, 2003 (IMHO) Orm.Net is pretty kewl but would be better if it could create objects based on views as well as tables.... (or does it?) still requires complex joins in code (using JoinPath or FetchPath) even though they are known at the time of layer generation... If I ever get time off work I'd like to extend the OrmLib in this direction... Quote
jssk Posted August 20, 2003 Posted August 20, 2003 Well, there was no need for object/relational mapping in a project with pretty simple database model I had worked on. Use DataReader or DataSet here and there, show values, update database, it worked fine. Now, in another application with more than 200 tables and 400 relationships among them, I was not confident with the future maintenance especially for schema change if I used O/R mapping. I searched for object database, found only one with a good .NET interface, Matisse. Still in the middle of development, so far so good. Quote
XyBoy Posted November 4, 2003 Posted November 4, 2003 I'm currently looking at a free library to operate the object/relational mapping : OPF.Net. I'm not sure it is as efficient as ORM.Net, but it has already a lot of features and it is probably a good project to get involved in ! Quote
VBAHole22 Posted August 10, 2004 Posted August 10, 2004 Is there a free alternative out on the market for folks who refuse to pay for this kind of software? Quote Wanna-Be C# Superstar
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.