You aren't likely to discover a new .NET feature's code corners until you build a test harness that at least partially emulates a real-world database front-end. This relatively small WinForm app, ...
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 ...
In the previous article titled "LINQ – An easy introduction" we saw how LINQ works with data and objects. In this article which is a part of a series, we will develop a very simple inventory ...
A free tool to reduce coding for developers who like to surface T-SQL database recordsets in a simple collection of customized POCO objects. Every so often, I find myself wishing that I had a utility ...
Twice in the past couple of months I’ve gotten tripped up by the same data issue when using LINQ to Entities in the .NET framework. I create a simple view in my database which performs some ...