Click here to Skip to main content
15,909,939 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: Another religious question: LINQ vs stored procedures Pin
Christopher Duncan18-Oct-13 11:45
Christopher Duncan18-Oct-13 11:45 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
jschell18-Oct-13 12:46
jschell18-Oct-13 12:46 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Christopher Duncan18-Oct-13 15:04
Christopher Duncan18-Oct-13 15:04 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
jschell21-Oct-13 9:15
jschell21-Oct-13 9:15 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Christopher Duncan21-Oct-13 10:18
Christopher Duncan21-Oct-13 10:18 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Mycroft Holmes18-Oct-13 12:48
professionalMycroft Holmes18-Oct-13 12:48 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Christopher Duncan18-Oct-13 15:07
Christopher Duncan18-Oct-13 15:07 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
PIEBALDconsult18-Oct-13 13:22
mvePIEBALDconsult18-Oct-13 13:22 
They're not mutually exclusive. I use neither. Old tried-and-true still rules.


Christopher Duncan wrote:
SQL stuff in the database


The database is for data; code belongs in a code base (preferably a library).


Christopher Duncan wrote:
move my queries into C# code


Because they're not there yet, but should be? And stored procedures still leave SQL in the program anyway in the form of the EXECUTE statements and parameters, etc.


Christopher Duncan wrote:
I can make changes all day long in Sql Server and never touch web apps or
services


That's a baaaaad thing. Your code relies on the procedures doing a particular thing, but the procedure could be changed to do something completely different.
Or a table could be changed in a way that breaks the procedure.
And besides you'd still have to update the EXECUTE statements if you add or remove parameters.


Christopher Duncan wrote:
If my db logic is in the code, I have to recompile and deploy the binaries every
time I touch something


Exactly; that's a gooood thing.


Christopher Duncan wrote:
I know it's the shiny new thing to play with but other than resume enhancement,
I just don't see what value it brings to the table


That's about right. There's a guy on my team now who seems to think that every new thing is the bestest way to do things and any (me) who want to stick with tried-and-true need to be enlightened.
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Christopher Duncan18-Oct-13 15:11
Christopher Duncan18-Oct-13 15:11 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Marc Clifton18-Oct-13 13:27
mvaMarc Clifton18-Oct-13 13:27 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Christopher Duncan18-Oct-13 14:55
Christopher Duncan18-Oct-13 14:55 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
GuyThiebaut19-Oct-13 3:55
professionalGuyThiebaut19-Oct-13 3:55 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Christopher Duncan19-Oct-13 6:10
Christopher Duncan19-Oct-13 6:10 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
PIEBALDconsult19-Oct-13 19:28
mvePIEBALDconsult19-Oct-13 19:28 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
GuyThiebaut20-Oct-13 1:22
professionalGuyThiebaut20-Oct-13 1:22 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
_Maxxx_20-Oct-13 13:03
professional_Maxxx_20-Oct-13 13:03 
GeneralRe: Another religious question: LINQ vs stored procedures Pin
Christopher Duncan21-Oct-13 1:06
Christopher Duncan21-Oct-13 1:06 
NewsMacBook Air systems sold between June 2012-June 2013 might need replacement drive Pin
Kevin Priddle18-Oct-13 9:00
professionalKevin Priddle18-Oct-13 9:00 
GeneralRe: MacBook Air systems sold between June 2012-June 2013 might need replacement drive Pin
Maximilien18-Oct-13 9:02
Maximilien18-Oct-13 9:02 
RantWindows Update Cleanup Pin
Rutvik Dave18-Oct-13 7:23
professionalRutvik Dave18-Oct-13 7:23 
GeneralRe: Windows Update Cleanup Pin
Corporal Agarn18-Oct-13 7:40
professionalCorporal Agarn18-Oct-13 7:40 
GeneralRe: Windows Update Cleanup Pin
Eddy Vluggen18-Oct-13 7:50
professionalEddy Vluggen18-Oct-13 7:50 
GeneralRe: Windows Update Cleanup PinPopular
Rutvik Dave18-Oct-13 7:53
professionalRutvik Dave18-Oct-13 7:53 
GeneralRe: Windows Update Cleanup Pin
Joe Woodbury18-Oct-13 9:50
professionalJoe Woodbury18-Oct-13 9:50 
GeneralRe: Windows Update Cleanup Pin
Rutvik Dave18-Oct-13 10:59
professionalRutvik Dave18-Oct-13 10:59 

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.