News
One of the technologies that developers would be well advised to adopt is Language Integrated Query (LINQ). Not only does LINQ reduce the amount of code you have to write, it also gives you better ...
Take advantage of the Chunk method in LINQ to split large data sets into a sequence of chunks for more efficient processing. Language-Integrated Query, or LINQ for short, brings a query execution ...
When you want to find all the objects that are missing a corresponding object, then you need the LINQ equivalent of an outer join. Here, step by painful step, is how to build that query. Here's a ...
The main thing, according to the interviewer, was that I seemed to lean too much towards the use of abstractions (such as LINQ) rather than towards lower-level, organically grown algorithms.
I'm obviously approaching this from a VB background where building strings and submitting them to a SQL engine was old hat.....but with LINQ/C# things are a bit different. I'm intrigued by LINQ ...
In LINQ, I make a simple call to the same view: var results = dataContainer.MyViewName.ToList(); The result set that is returned from that call looks like this: ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results