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

.NET (Core and Framework)

 
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 
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 
Tad McClellan wrote:
I'm watching some of the videos on msdn and she is doing a bunch of stuff that should really be done in the database.


Microsoft, I think, try to cater for everyone. So, if you have a small project then LINQ to SQL could be useful. For an enterprise application I wouldn't rely on it.

However, you can use LINQ with stored procedures, so you can continue to keep the querying stuff in the database (where it should be) and use some of the other features of linq to do smaller tasks in the .NET application.

I am very much in the camp that the application should access the database through stored procedures only.


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 
GeneralRe: Which framework version is used Pin
Dan Neely3-Jan-08 5:54
Dan Neely3-Jan-08 5:54 
GeneralRe: Which framework version is used Pin
Kevin McFarlane6-Jan-08 4:34
Kevin McFarlane6-Jan-08 4:34 
GeneralRe: Which framework version is used Pin
Mike Dimmick3-Jan-08 11:50
Mike Dimmick3-Jan-08 11:50 
GeneralRe: Which framework version is used Pin
Michael Sync3-Jan-08 15:46
Michael Sync3-Jan-08 15:46 

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.