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

 
AnswerRe: Question for DB admins, DB architects, etc. Pin
Slacker00728-Apr-21 0:17
professionalSlacker00728-Apr-21 0:17 
AnswerRe: Question for DB admins, DB architects, etc. Pin
Jörgen Andersson28-Apr-21 1:31
professionalJörgen Andersson28-Apr-21 1:31 
AnswerRe: Question for DB admins, DB architects, etc. Pin
maze328-Apr-21 6:28
professionalmaze328-Apr-21 6:28 
AnswerRe: Question for DB admins, DB architects, etc. Pin
Gerry Schmitz28-Apr-21 8:00
mveGerry Schmitz28-Apr-21 8:00 
GeneralRe: Question for DB admins, DB architects, etc. Pin
MSBassSinger28-Apr-21 8:11
professionalMSBassSinger28-Apr-21 8:11 
AnswerRe: Question for DB admins, DB architects, etc. Pin
Matt McGuire28-Apr-21 12:51
professionalMatt McGuire28-Apr-21 12:51 
AnswerRe: Question for DB admins, DB architects, etc. Pin
#realJSOP28-Apr-21 22:36
mve#realJSOP28-Apr-21 22:36 
AnswerRe: Question for DB admins, DB architects, etc. Pin
Luca Leonardo Scorcia30-Apr-21 13:21
professionalLuca Leonardo Scorcia30-Apr-21 13:21 
In addition to what others said, there are two different EF frameworks:

* EF6 is fine for most business work. It enables fast coding for the 99% of your application, and it's easy enough to use raw ADO.net for the 1% that's performance-sensitive;

* EF Core does not support Distributed Transactions. For most business applications this is a dealbreaker: it's very common to have to write on different databases, even if both are residing on the same server. EF6 will happily join them in a single transaction, EF Core won't. This is why we are still on the .net framework and skipping .net core...
Luca

The Price of Freedom is Eternal Vigilance. -- Wing Commander IV

En Það Besta Sem Guð Hefur Skapað, Er Nýr Dagur.
(But the best thing God has created, is a New Day.)
-- Sigur Ròs - Viðrar vel til loftárása

AnswerRe: Question for DB admins, DB architects, etc. Pin
Tomasz Jureczko2-May-21 7:14
Tomasz Jureczko2-May-21 7:14 
GeneralUnknown unknowns Pin
honey the codewitch27-Apr-21 11:05
mvahoney the codewitch27-Apr-21 11:05 
GeneralRe: Unknown unknowns Pin
BillWoodruff27-Apr-21 11:40
professionalBillWoodruff27-Apr-21 11:40 
GeneralRe: Unknown unknowns Pin
honey the codewitch27-Apr-21 11:42
mvahoney the codewitch27-Apr-21 11:42 
GeneralRe: Unknown unknowns Pin
BillWoodruff27-Apr-21 12:07
professionalBillWoodruff27-Apr-21 12:07 
GeneralRe: Unknown unknowns PinPopular
honey the codewitch27-Apr-21 12:12
mvahoney the codewitch27-Apr-21 12:12 
GeneralRe: Unknown unknowns Pin
Eddy Vluggen27-Apr-21 12:05
professionalEddy Vluggen27-Apr-21 12:05 
GeneralRe: Unknown unknowns Pin
honey the codewitch27-Apr-21 12:14
mvahoney the codewitch27-Apr-21 12:14 
GeneralRe: Unknown unknowns Pin
Eddy Vluggen27-Apr-21 12:22
professionalEddy Vluggen27-Apr-21 12:22 
GeneralRe: Unknown unknowns Pin
honey the codewitch27-Apr-21 12:24
mvahoney the codewitch27-Apr-21 12:24 
AnswerRe: Unknown unknowns Pin
Eddy Vluggen27-Apr-21 12:43
professionalEddy Vluggen27-Apr-21 12:43 
GeneralRe: Unknown unknowns Pin
CPallini27-Apr-21 20:31
mveCPallini27-Apr-21 20:31 
GeneralRe: Unknown unknowns Pin
honey the codewitch28-Apr-21 3:00
mvahoney the codewitch28-Apr-21 3:00 
GeneralRe: Unknown unknowns Pin
CPallini28-Apr-21 4:42
mveCPallini28-Apr-21 4:42 
GeneralRe: Unknown unknowns Pin
honey the codewitch28-Apr-21 5:16
mvahoney the codewitch28-Apr-21 5:16 
GeneralThere's no cure Pin
W Balboos, GHB27-Apr-21 10:38
W Balboos, GHB27-Apr-21 10:38 
QuestionRe: There's no cure Pin
SeanChupas27-Apr-21 10:45
SeanChupas27-Apr-21 10:45 

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.