News
As I mentioned Monday and in my Visual Studio 2008 review, I've been struggling with the finer points of LINQ queries. In a talkback comment to my review, "CSharper" pointed me at one solution to ...
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 ...
Integrating distributed, in-memory computing with distributed caching can easily extend LINQ semantics to create important new capabilities for real-time analytics on fast-changing data. In the age of ...
Processing a LINQ query in an application separate from the EF model that generated the query is a bad idea. The other reason is that the EF constantly monitors the changes made to LINQ objects (for ...
This query doesn't fail....LINQ just thinks that strFieldNames is one new fieldname. If I don't use the new keyword, it just fails to compile.
Results that may be inaccessible to you are currently showing.
Hide inaccessible results