Click here to Skip to main content
15,919,358 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: Web Development Stack Pin
Mark_Wallace11-Aug-16 11:03
Mark_Wallace11-Aug-16 11:03 
GeneralRe: Web Development Stack Pin
OffCenter11-Aug-16 14:46
OffCenter11-Aug-16 14:46 
GeneralRe: Web Development Stack Pin
R. Giskard Reventlov10-Aug-16 7:59
R. Giskard Reventlov10-Aug-16 7:59 
GeneralRe: Web Development Stack Pin
Kevin Marois10-Aug-16 8:10
professionalKevin Marois10-Aug-16 8:10 
GeneralRe: Web Development Stack Pin
Marc Clifton10-Aug-16 9:10
mvaMarc Clifton10-Aug-16 9:10 
GeneralRe: Web Development Stack Pin
Chris Maunder10-Aug-16 8:36
cofounderChris Maunder10-Aug-16 8:36 
GeneralRe: Web Development Stack Pin
Kevin Marois10-Aug-16 11:02
professionalKevin Marois10-Aug-16 11:02 
GeneralRe: Web Development Stack Pin
Foothill10-Aug-16 11:43
professionalFoothill10-Aug-16 11:43 
Chris Maunder wrote:
For the backend use Entity Framework 6

My two cents here. If the site is light weight, the Entity Framework is okay. However, if the site uses any kind database transaction processing, needs to perform lots complex of queries, or if you ever need to generate complex SQL reports, as a former DBA, I would recommend against using EF in favor of a tailored data access layer. Tuning EF generated SQL statements is painful and don't get me started on how it creates its tables.
if (Object.DividedByZero == true) { Universe.Implode(); }
Meus ratio ex fortis machina. Simplicitatis de formae ac munus. -Foothill, 2016

GeneralRe: Web Development Stack Pin
Chris Maunder10-Aug-16 14:01
cofounderChris Maunder10-Aug-16 14:01 
GeneralRe: Web Development Stack Pin
Jörgen Andersson10-Aug-16 21:00
professionalJörgen Andersson10-Aug-16 21:00 
GeneralRe: Web Development Stack Pin
Worried Brown Eyes11-Aug-16 5:28
Worried Brown Eyes11-Aug-16 5:28 
GeneralRe: Web Development Stack Pin
FireDog3126211-Aug-16 5:46
FireDog3126211-Aug-16 5:46 
GeneralRe: Web Development Stack Pin
BryanFazekas11-Aug-16 4:56
BryanFazekas11-Aug-16 4:56 
GeneralRe: Web Development Stack Pin
Gerry Schmitz11-Aug-16 8:01
mveGerry Schmitz11-Aug-16 8:01 
GeneralRe: Web Development Stack Pin
davidh196812-Aug-16 5:59
davidh196812-Aug-16 5:59 
GeneralRe: Web Development Stack Pin
ZurdoDev10-Aug-16 9:16
professionalZurdoDev10-Aug-16 9:16 
GeneralRe: Web Development Stack Pin
Vincent Maverick Durano10-Aug-16 9:43
professionalVincent Maverick Durano10-Aug-16 9:43 
GeneralRe: Web Development Stack Pin
Ravi Bhavnani10-Aug-16 10:36
professionalRavi Bhavnani10-Aug-16 10:36 
AnswerRe: Web Development Stack Pin
Plamen Dragiyski11-Aug-16 1:52
professionalPlamen Dragiyski11-Aug-16 1:52 
GeneralRe: Web Development Stack Pin
ClockMeister11-Aug-16 2:40
professionalClockMeister11-Aug-16 2:40 
GeneralRe: Web Development Stack Pin
Dar Brett11-Aug-16 2:51
Dar Brett11-Aug-16 2:51 
GeneralRe: Web Development Stack Pin
kalberts11-Aug-16 5:42
kalberts11-Aug-16 5:42 
GeneralRe: Web Development Stack Pin
DumpsterJuice11-Aug-16 12:02
DumpsterJuice11-Aug-16 12:02 
GeneralRe: Web Development Stack Pin
Kevin Marois11-Aug-16 13:29
professionalKevin Marois11-Aug-16 13:29 
GeneralRe: Web Development Stack Pin
DumpsterJuice11-Aug-16 12:11
DumpsterJuice11-Aug-16 12:11 

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.