So, I asked before what a good ORM was and the answer seemed to be nhibernate. I went through the giant learning curve and well it’s awesome, but totally won’t work for me. I sadly must use stored procedures and its ability to use them is very limited.
So I have Business objects (DEVELOPERS WRITE) and some SPROCS (DBA WRITE)…… I know what you are all going to say, sprocs!! WTF… Please don’t ask….
So, please what is a good Object mapper to sprocs.
I actually own codesmith, but omg could nettiers make anymore code. Apparently the first time I ran it, I saved 100, 000 dollars, though I think I wasted 200 bucks buying, but maybe not. That’s where I need your help… What’s the best free or not free object to sproc mapper out there. Any ideas? And I really dislike items making my objects based on the database, but maybe that’s something I should accept. Tough I like it when they make the sprocs, something nice in nettiers.
-Joe
EDIT--> Ok, so far, I see sub sonic as one solution and some saying LINQ to SQL ( but I still don't trust that LINQ to SQL will last and theres no LINQ to DB2 or Oracle)... Anyone recommend LLBL Gen or Code smith. Nhibernate still looks to suck with sprocs. I watched the http://www.summerofnhibernate.com/ on sprocs and read a couple other posts and see no real easy solution with sprocs and nhibernate.