Skip to content Skip to sidebar Skip to footer
Showing posts with the label Linq

Need Lambda Expression Orderby With Datetime Conversion

I am trying to create a lambda expression (Linq, C# 3.5) that can perform a OrderBy on a value that… Read more Need Lambda Expression Orderby With Datetime Conversion

Help With Sql/linq Debugging

I'm having trouble with the following statement, which is returning the error 'Sequence con… Read more Help With Sql/linq Debugging

Binding Multiple Fields To Listbox In Asp.net

I'm fairly new to asp.net and especially LINQ and SQL. Say I have a table 'Employees' w… Read more Binding Multiple Fields To Listbox In Asp.net

Why Does Linq Generated Sql Include Multiple "is Null" Conditions For The Same Column

The following query against a SQL Server 2012 database, using Entity Framework Core 3.1: va… Read more Why Does Linq Generated Sql Include Multiple "is Null" Conditions For The Same Column