Click here to Skip to main content
15,893,487 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: 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 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Searril17-Feb-16 6:58
Searril17-Feb-16 6:58 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Eric Whitmore17-Feb-16 2:31
Eric Whitmore17-Feb-16 2:31 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
umlcat17-Feb-16 6:24
umlcat17-Feb-16 6:24 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Terry Slack17-Feb-16 3:42
Terry Slack17-Feb-16 3:42 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
andegre17-Feb-16 3:46
andegre17-Feb-16 3:46 
I'm currently using nHibernate with FluentNHibernate. I like it, for easy queries from tables. Having said that, I'm trying to get rid of it and switch to Dapper. My website has gotten way to complex for nHibernate queries. I have to do anywhere from 3 to 30 SEPARATE calls to the database just to get all of the data for my view model. That's AWFUL, and one of the huge downsides to non-asynchronous ORM's. At my work, we use an ORM-lite, similar to Dapper. It is AWESOME! You write all of the stored procedures to access all database information, it's fully asynchronous, AKA FAST! I recommend something like Dapper.

GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Gerry Schmitz17-Feb-16 7:53
mveGerry Schmitz17-Feb-16 7:53 
GeneralAPOD Pin
R. Giskard Reventlov16-Feb-16 4:17
R. Giskard Reventlov16-Feb-16 4:17 
GeneralInteresting question on Quora about CP articles :-) PinPopular
Nish Nishant16-Feb-16 3:04
sitebuilderNish Nishant16-Feb-16 3:04 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Johnny J.16-Feb-16 3:09
professionalJohnny J.16-Feb-16 3:09 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Sascha Lefèvre16-Feb-16 4:15
professionalSascha Lefèvre16-Feb-16 4:15 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Mycroft Holmes16-Feb-16 13:45
professionalMycroft Holmes16-Feb-16 13:45 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Johnny J.16-Feb-16 20:30
professionalJohnny J.16-Feb-16 20:30 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Pete O'Hanlon16-Feb-16 3:16
mvePete O'Hanlon16-Feb-16 3:16 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Nish Nishant16-Feb-16 3:41
sitebuilderNish Nishant16-Feb-16 3:41 
JokeRe: Interesting question on Quora about CP articles :-) Pin
Johnny J.16-Feb-16 3:44
professionalJohnny J.16-Feb-16 3:44 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Nagy Vilmos16-Feb-16 4:24
professionalNagy Vilmos16-Feb-16 4:24 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
908236516-Feb-16 3:21
908236516-Feb-16 3:21 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
F-ES Sitecore16-Feb-16 4:14
professionalF-ES Sitecore16-Feb-16 4:14 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Nagy Vilmos16-Feb-16 3:54
professionalNagy Vilmos16-Feb-16 3:54 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
PIEBALDconsult16-Feb-16 4:18
mvePIEBALDconsult16-Feb-16 4:18 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
BillWoodruff16-Feb-16 9:44
professionalBillWoodruff16-Feb-16 9:44 
GeneralRe: Interesting question on Quora about CP articles :-) Pin
Nish Nishant16-Feb-16 9:47
sitebuilderNish Nishant16-Feb-16 9:47 

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.