Click here to Skip to main content
15,912,977 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionString index Pin
kalkwarf4-Jan-08 9:38
kalkwarf4-Jan-08 9:38 
GeneralRe: String index Pin
Paul Conrad26-Jan-08 7:23
professionalPaul Conrad26-Jan-08 7:23 
GeneralRe: String index Pin
kalkwarf28-Jan-08 2:59
kalkwarf28-Jan-08 2:59 
GeneralRe: String index Pin
Paul Conrad28-Jan-08 13:53
professionalPaul Conrad28-Jan-08 13:53 
GeneralLinq Pin
Tad McClellan4-Jan-08 3:54
professionalTad McClellan4-Jan-08 3:54 
GeneralRe: Linq Pin
Tad McClellan4-Jan-08 4:02
professionalTad McClellan4-Jan-08 4:02 
GeneralRe: Linq Pin
originSH4-Jan-08 4:04
originSH4-Jan-08 4:04 
GeneralRe: Linq Pin
originSH4-Jan-08 4:09
originSH4-Jan-08 4:09 
Personally I'm with you, I've always put as much of the data querying and data processing on to the DB as possible (where appropriate of course) because the DB is designed for such thing and is very efficient at handling large data sets.

Linq works on the current trend (.Net included) of making performance trade offs in return for ease of use in the form of productivity and maintainability.

I haven't had a chance to get to grips with Linq yet and really use it in anger so it'll be interesting to find out if it's suitable to use instead of stored procs.

One thing to remember is that Linq is about more than just databases, it allows you to do this querying with XML and even objects/collections which Stored Procs arn't so good at handling Wink | ;)
GeneralRe: Linq Pin
led mike4-Jan-08 4:28
led mike4-Jan-08 4:28 
GeneralRe: Linq Pin
originSH4-Jan-08 5:06
originSH4-Jan-08 5:06 
GeneralRe: Linq Pin
Tad McClellan4-Jan-08 10:59
professionalTad McClellan4-Jan-08 10:59 
GeneralRe: Linq Pin
Colin Angus Mackay4-Jan-08 5:12
Colin Angus Mackay4-Jan-08 5:12 
GeneralRe: Linq Pin
Pete O'Hanlon4-Jan-08 10:08
mvePete O'Hanlon4-Jan-08 10:08 
GeneralRe: Linq Pin
N a v a n e e t h7-Jan-08 1:05
N a v a n e e t h7-Jan-08 1:05 
GeneralRe: Linq Pin
Pete O'Hanlon7-Jan-08 1:26
mvePete O'Hanlon7-Jan-08 1:26 
GeneralRe: Linq Pin
N a v a n e e t h7-Jan-08 2:53
N a v a n e e t h7-Jan-08 2:53 
GeneralRe: Linq Pin
Pete O'Hanlon7-Jan-08 3:12
mvePete O'Hanlon7-Jan-08 3:12 
GeneralRe: Linq Pin
Mark Churchill7-Jan-08 12:37
Mark Churchill7-Jan-08 12:37 
GeneralRe: Linq Pin
N a v a n e e t h7-Jan-08 19:47
N a v a n e e t h7-Jan-08 19:47 
GeneralRe: Linq Pin
Pete O'Hanlon7-Jan-08 21:45
mvePete O'Hanlon7-Jan-08 21:45 
GeneralRe: Linq Pin
N a v a n e e t h7-Jan-08 19:05
N a v a n e e t h7-Jan-08 19:05 
GeneralAutomatic installation of .Net Framework 2.0. Pin
xbiplav3-Jan-08 18:55
xbiplav3-Jan-08 18:55 
GeneralRe: Automatic installation of .Net Framework 2.0. Pin
originSH4-Jan-08 0:17
originSH4-Jan-08 0:17 
GeneralWhich framework version is used Pin
Dan Neely3-Jan-08 5:06
Dan Neely3-Jan-08 5:06 
GeneralRe: Which framework version is used Pin
Dave Kreskowiak3-Jan-08 5:18
mveDave Kreskowiak3-Jan-08 5:18 

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.