Click here to Skip to main content
15,892,643 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: To ORM or not to ORM Pin
RickZeeland5-Mar-18 20:11
mveRickZeeland5-Mar-18 20:11 
GeneralRe: To ORM or not to ORM Pin
Jörgen Andersson5-Mar-18 20:31
professionalJörgen Andersson5-Mar-18 20:31 
GeneralRe: To ORM or not to ORM Pin
Eddy Vluggen6-Mar-18 0:56
professionalEddy Vluggen6-Mar-18 0:56 
GeneralRe: To ORM or not to ORM Pin
RickZeeland6-Mar-18 1:03
mveRickZeeland6-Mar-18 1:03 
GeneralRe: To ORM or not to ORM Pin
Eddy Vluggen6-Mar-18 1:19
professionalEddy Vluggen6-Mar-18 1:19 
GeneralRe: To ORM or not to ORM Pin
RickZeeland6-Mar-18 1:51
mveRickZeeland6-Mar-18 1:51 
GeneralRe: To ORM or not to ORM Pin
Eddy Vluggen6-Mar-18 1:55
professionalEddy Vluggen6-Mar-18 1:55 
GeneralRe: To ORM or not to ORM Pin
Member 122455666-Mar-18 2:34
Member 122455666-Mar-18 2:34 
I have worked with nHibernate in the past. It can be fast if the person setting it up knows what they are doing with it, and not just tinkering. There is caching available and nHibernate can use stored procedures.
I've always been on the fence as far as ORM's but at least with nHibernate, it does force you to keep the code clean. It is not going to be as fast as a highly optimized sql query, but it is fairly solid.
The one thing we had to watch out for was that nHibernate was causing our resource utilization to increase on the servers it was running from, particularly memory when caching.
GeneralRe: To ORM or not to ORM Pin
Eddy Vluggen6-Mar-18 5:37
professionalEddy Vluggen6-Mar-18 5:37 
AnswerRe: To ORM or not to ORM Pin
CodeWraith5-Mar-18 11:34
CodeWraith5-Mar-18 11:34 
GeneralRe: To ORM or not to ORM Pin
RickZeeland5-Mar-18 20:18
mveRickZeeland5-Mar-18 20:18 
AnswerRe: To ORM or not to ORM Pin
Slacker0075-Mar-18 12:39
professionalSlacker0075-Mar-18 12:39 
GeneralRe: To ORM or not to ORM Pin
RickZeeland5-Mar-18 20:24
mveRickZeeland5-Mar-18 20:24 
GeneralRe: To ORM or not to ORM Pin
Jörgen Andersson5-Mar-18 20:37
professionalJörgen Andersson5-Mar-18 20:37 
GeneralRe: To ORM or not to ORM Pin
CodeWraith5-Mar-18 21:08
CodeWraith5-Mar-18 21:08 
GeneralRe: To ORM or not to ORM Pin
Jörgen Andersson5-Mar-18 21:20
professionalJörgen Andersson5-Mar-18 21:20 
GeneralRe: To ORM or not to ORM Pin
CodeWraith5-Mar-18 22:19
CodeWraith5-Mar-18 22:19 
GeneralRe: To ORM or not to ORM Pin
Jörgen Andersson5-Mar-18 22:33
professionalJörgen Andersson5-Mar-18 22:33 
GeneralRe: To ORM or not to ORM Pin
CodeWraith5-Mar-18 22:36
CodeWraith5-Mar-18 22:36 
GeneralRe: To ORM or not to ORM Pin
Slacker0075-Mar-18 22:47
professionalSlacker0075-Mar-18 22:47 
AnswerRe: To ORM or not to ORM Pin
Marc Clifton5-Mar-18 13:49
mvaMarc Clifton5-Mar-18 13:49 
GeneralRe: To ORM or not to ORM Pin
RickZeeland5-Mar-18 20:29
mveRickZeeland5-Mar-18 20:29 
GeneralRe: To ORM or not to ORM Pin
Jan Holst Jensen25-Mar-18 20:30
Jan Holst Jensen25-Mar-18 20:30 
AnswerRe: To ORM or not to ORM Pin
Mycroft Holmes5-Mar-18 13:51
professionalMycroft Holmes5-Mar-18 13:51 
GeneralRe: To ORM or not to ORM Pin
Pete O'Hanlon5-Mar-18 20:01
mvePete O'Hanlon5-Mar-18 20:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.