Search code examples
error Unable to cast object of type 'System.Collections.Generic.List` to type 'System.Collec...


vb.netlinqienumerablebindinglistlistof

Read More
How to apply where clause on ICollection LINQ result?...


c#linqentity-framework-core

Read More
Same EF Core query with the same data set and different result in every run...


c#linq.net-coreentity-framework-coreasp.net-core-6.0

Read More
Check if two lists are equal...


c#linq

Read More
Are SPs redundant if using Linq and EF (best practice)...


.netlinqentity-frameworkstored-procedures

Read More
Using Automapper in C# to create a View for multiple child nested objects...


c#linqautomapper

Read More
Only the first LINQ .Count() statement works...


c#csvlinq

Read More
Swap two items in List<T>...


c#linqswap

Read More
How would you go about performing a MultiMap using EF/Linq?...


c#entity-frameworklinqasp.net-coremultidimensional-array

Read More
Get selected values after joining multiple tables in Entity Framework 6 using Lambda...


sqllinqlambdaentity-framework-6asp.net-web-api2

Read More
How can I use LINQ / C# to pivot a list of ObjectA with an ObjectB so that I return a list of Object...


c#linq

Read More
Convert SQL query to linq with union...


c#linq

Read More
How can I use LINQ / C# to return an object's nested list as a list in its own right with each i...


c#linq

Read More
How to get the index of an element in an IEnumerable?...


c#.netlinqienumerableindexof

Read More
How to get MAX value from Dictionary?...


c#.netlinqdictionary

Read More
In LINQ how to check all fields of a inner list in a list with all fields of a inner list in another...


c#linq.net-core

Read More
C# EF Core WHERE IN LINQ from List with .Contains return nothing...


c#linqentity-framework-core

Read More
getting Exception Cannot cast Newtonsoft.Json.Linq.JObject to Newtonsoft.Json.Linq.JToken when readi...


c#jsonlinq

Read More
Is it better to call ToList() or ToArray() in LINQ queries?...


.netlinqperformance

Read More
In C#, what is the best way to sort a list of objects by a string property and get correct order?...


c#linqcollections

Read More
How to remove first element from linq query...


c#linq

Read More
VB.Net CsvHelper class map...


vb.netlinqcsv

Read More
Joining tables using primary keys LINQ...


c#linqdatatable

Read More
c# wpf MVVM Get ObservableList from ObservableDictionary...


c#wpflinqmvvmobservablecollection

Read More
How to combine `Select` and `Where`...


c#linq

Read More
LINQ: When to use SingleOrDefault vs. FirstOrDefault() with filtering criteria...


.netlinqlinq-to-sql

Read More
How can I get data for a list using C# and LINQ...


c#linq

Read More
Syntax of Linq Query with Filter in Microsoft Graph API...


c#linqasp.net-coresharepointmicrosoft-graph-api

Read More
How to achieve "MinOrDefault" in LINQ?...


c#linqmin

Read More
Getting object with max date time value in one of it's properties...


c#linq

Read More
BackNext