Search Results

1
vote
2answers
316 views

LINQ External Mapping to Class Library

I've been struggling with a problem for the past couple days and haven't found a solution. I have an Visual Studio solution with 2 projects, the first one is a DLL with my business objects …
2
votes

Which LINQ syntax do you prefer? Fluent or Query Expression

While I do understand and like the fluent format , I've stuck to Query for the time being for readability reasons. People just being introduced to LINQ will find Query much more comfortable to read …