Click here to Skip to main content
15,891,981 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: Code First Pin
Member 1126470618-Oct-18 20:42
Member 1126470618-Oct-18 20:42 
GeneralRe: Code First Pin
Eric Lynch11-Oct-18 5:18
Eric Lynch11-Oct-18 5:18 
GeneralRe: Code First Pin
raddevus11-Oct-18 9:10
mvaraddevus11-Oct-18 9:10 
GeneralRe: Code First Pin
R191112-Oct-18 3:14
R191112-Oct-18 3:14 
GeneralRe: Code First Pin
Gerry Schmitz12-Oct-18 4:00
mveGerry Schmitz12-Oct-18 4:00 
GeneralRe: Code First Pin
raddevus12-Oct-18 4:04
mvaraddevus12-Oct-18 4:04 
GeneralRe: Code First Pin
Gerry Schmitz12-Oct-18 4:35
mveGerry Schmitz12-Oct-18 4:35 
GeneralRe: Code First Pin
Foothill11-Oct-18 3:18
professionalFoothill11-Oct-18 3:18 
It depends. You really have to think ahead to where your performance bottlenecks will be.

If the project's end program will be accessing a lot of information randomly from the database then the design should be DB first. The reason is your database is where your information bottlenecks will be since you can only query from disk so fast. Network doesn't play much into this as network speeds are mostly constant with little gains to be had.

If the project isn't making calls to the database constantly, then code-first is acceptable since your bottleneck will most likely be in how the user interacts with the program.
if (Object.DividedByZero == true) { Universe.Implode(); }

GeneralRe: Code First Pin
MarkTJohnson11-Oct-18 3:25
professionalMarkTJohnson11-Oct-18 3:25 
GeneralCode Last Pin
Marc Clifton11-Oct-18 3:50
mvaMarc Clifton11-Oct-18 3:50 
GeneralRe: Code Last Pin
Mycroft Holmes11-Oct-18 11:57
professionalMycroft Holmes11-Oct-18 11:57 
GeneralRe: Code Last Pin
Marc Clifton11-Oct-18 13:43
mvaMarc Clifton11-Oct-18 13:43 
GeneralRe: Code Last Pin
R191111-Oct-18 19:57
R191111-Oct-18 19:57 
GeneralRe: Code Last Pin
Marc Clifton12-Oct-18 4:05
mvaMarc Clifton12-Oct-18 4:05 
GeneralRe: Code Last Pin
R191113-Oct-18 21:19
R191113-Oct-18 21:19 
GeneralRe: Code First Pin
MadMyche11-Oct-18 4:12
professionalMadMyche11-Oct-18 4:12 
GeneralRe: Code First Pin
theokr11-Oct-18 21:31
theokr11-Oct-18 21:31 
GeneralRe: Code First Pin
KBZX500011-Oct-18 21:47
KBZX500011-Oct-18 21:47 
GeneralRe: Code First Pin
Gerry Schmitz12-Oct-18 3:42
mveGerry Schmitz12-Oct-18 3:42 
GeneralRe: Code First Pin
maze312-Oct-18 4:52
professionalmaze312-Oct-18 4:52 
QuestionOi Lord Griffington! Pin
megaadam10-Oct-18 23:36
professionalmegaadam10-Oct-18 23:36 
AnswerRe: Oi Lord Griffington! Pin
OriginalGriff11-Oct-18 0:24
mveOriginalGriff11-Oct-18 0:24 
GeneralCan I ask a question... Pin
glennPattonWork310-Oct-18 22:24
professionalglennPattonWork310-Oct-18 22:24 
GeneralRe: Can I ask a question... Pin
Slacker00710-Oct-18 22:46
professionalSlacker00710-Oct-18 22:46 
GeneralRe: Can I ask a question... Pin
glennPattonWork310-Oct-18 23:01
professionalglennPattonWork310-Oct-18 23: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.