Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

Find items with duplicate values over mutiple properties

c# linq

how to use a dynamic variable in orderby clause

Realm in Xamarin Forms: Another "rhs of the binary operator 'Equal' should be a constant or closure variable expression" issue [duplicate]

c# .net linq realm

Using Linq-to-XML to insert, with threading

How to make reference type nullable in C# 7.3?

.net linq

using Extension Method or Func in EF lambda expression

c# linq entity-framework

EF not grabbing an object when its navigation property is null

Lambda query to reverse order a list by date

linq lambda asp.net-3.5

using Enumerable.Aggregate on System.Collection.Generic.Dictionary

c# linq generics

Selecting items using LinqtoEntities lambda C#

linq to entity sqlFunction.string convert return varchar and not nvarchar

Injecting dependencies into Entity Framework entities and projects

Find nearest Date in past

c# linq datetime

indices of elements which satisfy a given condition

c# linq list

How to get unique entries of products in a List<Order> with LINQ

c# linq linq-to-objects

What's the equivalent of "SELECT SYSTEM_USER" in Linq

How do I pivot dynamically in Linq using this example

c# linq

switch between aggregate functions with linq

c# linq aggregate-functions

Is anything wrong with this linq insert? Seems like a lot of SQL for simple operation

sql asp.net-mvc linq