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

.NET (Core and Framework)

 
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 
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 
N a v a n e e t h wrote:
Pete O'Hanlon wrote:
and you have to be really careful that you don't pass the data context away from the DAL.


Why ?


If the context is available outside of the DAL, then you can completely bypass the DAL. In other words, you could bind directly to the data from the database. This means that you've suddenly gone from a neat n-tier architecture to one where the GUI has knowledge of the database itself (and this isn't what the GUI is supposed to do). Have a read about the principles behind n-tier architecture and separation of layers.


Deja View - the feeling that you've seen this post before.

My blog | My articles



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 
QuestionDelegates in Remoting Pin
Shyam K Pananghat2-Jan-08 21:18
Shyam K Pananghat2-Jan-08 21:18 
GeneralRe: Delegates in Remoting Pin
Dave Kreskowiak3-Jan-08 5:31
mveDave Kreskowiak3-Jan-08 5:31 
GeneralRe: Delegates in Remoting Pin
Alexander Arlievsky8-Jan-08 1:56
Alexander Arlievsky8-Jan-08 1:56 

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.