Click here to Skip to main content
15,896,372 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.

 
GeneralWhich ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
AbdelrhmanRaafat16-Feb-16 4:40
AbdelrhmanRaafat16-Feb-16 4:40 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? PinPopular
Pete O'Hanlon16-Feb-16 4:45
mvePete O'Hanlon16-Feb-16 4:45 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
AbdelrhmanRaafat16-Feb-16 5:00
AbdelrhmanRaafat16-Feb-16 5:00 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? PinPopular
Pete O'Hanlon16-Feb-16 5:22
mvePete O'Hanlon16-Feb-16 5:22 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
PIEBALDconsult16-Feb-16 5:58
mvePIEBALDconsult16-Feb-16 5:58 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Slacker00716-Feb-16 8:42
professionalSlacker00716-Feb-16 8:42 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
umlcat17-Feb-16 6:15
umlcat17-Feb-16 6:15 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
thund3rstruck17-Feb-16 2:48
thund3rstruck17-Feb-16 2:48 
I went through the OR/M craze for a few years too before switching back to standard DataLayer models. The biggest issue for us is that ORMs have direct access to tables and generate Non-optimized SQL code that can be difficult to monitor and tune and as soon as you want to do something out of the ordinary, the complexity skyrockets.

We have since moved back to the model where all access to data routes through Stored Procedures, which restrict access, creates audit trails, and santitizes input.

GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
umlcat17-Feb-16 6:18
umlcat17-Feb-16 6:18 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Bruce Patin17-Feb-16 6:22
Bruce Patin17-Feb-16 6:22 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
ZOSO-LIVE17-Feb-16 7:38
ZOSO-LIVE17-Feb-16 7:38 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? PinPopular
User 483504716-Feb-16 4:47
User 483504716-Feb-16 4:47 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Nish Nishant16-Feb-16 6:51
sitebuilderNish Nishant16-Feb-16 6:51 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
PIEBALDconsult16-Feb-16 4:51
mvePIEBALDconsult16-Feb-16 4:51 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Bruce Patin17-Feb-16 6:26
Bruce Patin17-Feb-16 6:26 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Herbie Mountjoy17-Feb-16 15:04
professionalHerbie Mountjoy17-Feb-16 15:04 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Kevin Marois16-Feb-16 4:53
professionalKevin Marois16-Feb-16 4:53 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Duncan Edwards Jones16-Feb-16 4:54
professionalDuncan Edwards Jones16-Feb-16 4:54 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Nish Nishant16-Feb-16 6:52
sitebuilderNish Nishant16-Feb-16 6:52 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Jörgen Andersson16-Feb-16 7:20
professionalJörgen Andersson16-Feb-16 7:20 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
paulcookie16-Feb-16 21:29
professionalpaulcookie16-Feb-16 21:29 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Layinka16-Feb-16 21:31
professionalLayinka16-Feb-16 21:31 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Petr T.16-Feb-16 21:49
Petr T.16-Feb-16 21:49 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Searril17-Feb-16 2:19
Searril17-Feb-16 2:19 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Bruce Patin17-Feb-16 6:30
Bruce Patin17-Feb-16 6:30 

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.