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

.NET (Core and Framework)

 
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 
You can query your domain objects using LINQ. They can translate the query into a storage mechanism specific query.

Our current query API (in Diamond Binding) is based on the domain objects - so when you use Expressions or OQL you are querying the domain - say Employee.Manager.Name == Fred. This will be translated under the hood into an appropriate SQL query to return a List< Employee >

I think the temptation is there to bypass your DAL, which is bad, mmkay - but allowing your domain objects to be queried ad-hoc (using the _domain_ terms) is a big productivity boost, and doesnt compromise your architecture. Of course this means your DAL has to be 'smart' enough - which generally isn't the case when you are using 'dumb' codegen to spit out a whole DAL.


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 
GeneralXAML styling help Pin
adt_brauer2-Jan-08 5:23
adt_brauer2-Jan-08 5:23 
GeneralRe: XAML styling help Pin
adt_brauer2-Jan-08 22:35
adt_brauer2-Jan-08 22:35 
GeneralSecurity - Windows users Pin
Simon P Stevens2-Jan-08 3:42
Simon P Stevens2-Jan-08 3:42 

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.