Search code examples
updating multiple records in database with linq to sql without loop, is it possible?...


c#asp.netlinqlinq-to-sql

Read More
How can I sort a List by DateTime properties of inherited classes?...


c#.netlinqsorting

Read More
LINQ: Use .Except() on collections of different types by making them convertible/comparable?...


c#linqcomparisonequalitycomparable

Read More
LINQ Select min field value from multiple similar records in List<T>...


c#linq

Read More
When to use Cast() and OfType() in Linq...


c#.netlinq

Read More
How to use ternary operator linq where clause...


entity-frameworklinq

Read More
Check for any element that exists in two collections...


c#linqcollections

Read More
How do you use LINQ to find the duplicate of a specific property?...


c#linq

Read More
How to rewrite the where clause so that the exception is not thrown EF Core...


c#linqentity-framework-core

Read More
Exclude Zeros From Array of String...


c#linq

Read More
How to correctly move data from a linked table to the main one in a LINQ query .NET?...


c#.netlinqiqueryable

Read More
Need to change the lookup column in LINQ Vlookup in UiPath...


linquipathuipath-studiouipath-activity

Read More
The LINQ expression could not be translated when I try filter my value object property...


linqentity-framework-coredomain-driven-design

Read More
How to use case statement in linq where clause...


c#linq

Read More
Asp.net Core Linq query takes too much time...


asp.netasp.net-mvclinqentity-framework-coreef-code-first

Read More
Difference in seconds LINQ to Entity (DiffSeconds Usage)...


c#linqdatetimelinq-to-entities

Read More
C# Linq - How to merge two lists...


c#.netlinq

Read More
Sort List<T> Multiple properties alphabetically and numerically...


c#linq

Read More
UnionBy Linq Implementation...


c#linq

Read More
In C# LINQ How to keep two separate lists or Data tables based on status data...


c#.netlinq

Read More
Standard Deviation in LINQ...


linqstandard-deviation

Read More
Repeat LINQ query without restarting enumeration...


c#linqparsing

Read More
How do I just LINQ Join() to link two IQueryables?...


linqjoinc#-4.0entity-framework-4ef-code-first

Read More
Querying in 3 tables with Entity Framework Core...


c#winformslinqentity-framework-coredevexpress

Read More
why SaveChanges returned 2 instead of 1 since I used FirstOrDefault()...


linqentity-framework-core

Read More
Property is not defined for type 'System.Nullable`1[System.Double] when using Expressions...


c#linqlambda

Read More
Simplify Linq query with Select subquery multiple levels...


c#performancelinq

Read More
Format SSIS Expressions for Easy Viewing...


linqssisexpression

Read More
How to Remove elements from one List based another list's element and condition?...


c#linqc#-4.0

Read More
Linq query - find strings based upon first letter b/w two ranges...


c#linqletters

Read More
BackNext