Let's suppose if we have a class like: class Person { internal int PersonID; internal string c
What is the difference between returning IQueryable<T> vs. IEnumerable<T>, when should one be pref
I've been searching the difference between Select and SelectMany but I haven't been able to find a s
I have two tables, movies and categories, and I want to get an ordered list by categoryID first and then by Na
I've read that it's unwise to use ToUpper and ToLower to perform case-insensitive string comparisons
I'm having some trouble figuring out how to use more than one left outer join using LINQ to SQL. I under
I use LINQ to Objects instructions on an ordered array. Which operations shouldn't I do to be sure the o
Is there any way I can separate a List<SomeObject> into several separate lists of SomeObject, using the