August 7, 2009 at 9:29 am
Thanks for the feedback and glad I could help.
🙂
Kind regards,
Gift Peddie
August 14, 2009 at 6:26 am
Well, just to add my penny's worth... Here we use Castle ActiveRecord (which is actually a wrapper around NHibernate, it just allows declarative syntax rather than having to write XML files).
Personally I really like from a developer's point of view, but it doesn't support SPs which makes it harder to customise things and also leads to unnecessary data being loaded, etc... As a result of this I have now built a simple ORM which supports stored procedures, and gives me the best of both worlds.
As has been mentioned already, I do think ORM tools have a place in development, but they are not a fix-all solution - I know of people who use them because they can't write TSQL at all!!!!
IMHO there is no substitute for a well-written SP layer which then goes through to a lovely set of entity classes... the best of both worlds!!
I have some code I could pass on, PM me if you want to take a look (Warning - It's very simple, with no relationship support but it does what I want it to do!)
Regards,
S Armondi
December 6, 2012 at 6:44 am
charlesmartinez276 (12/5/2012)
ORM positive tools is required develop with SQL feathered.I think it is a effective a lot.:-P
SPAM reported.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply