Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq

What does a repository look like when using many 1:Many or Many:Many tables?

Order By in List<T> with Lambda Expression when foreign key is null

c# linq lambda

C# Linq .Select(int.parse) on empty array results in "Input string was not in a correct format"

c# string linq

Order by null first and then in descending order

Order query Results by Enum Name

c# linq enums

how can i append to a stringbuilder on every item usinq linq

c# linq collections

Using Reactives to Merge Chunked Messages

linq c#-4.0 system.reactive

Are we compromising performance for achieving code readability when using LINQ?

c# linq collections

VB.NET & Linq: Sum datatable column and Group by date in another column

vb.net linq

c# Linq for XML : tag.descendants doesn't allow to interrogate all descendents

c# .net xml linq linq-to-xml

The cast to value type 'Int32' failed

c# asp.net-mvc linq lambda

C#: using Take() inside foreach is statement is alright to use?

LINQ Max() in the list inside the list

c# linq

convert SQL to LINQ or imporve my query please

c# linq lambda

LINQ to Sql Left Outer Join with Group By and Having Clause

c# sql-server linq lambda

Catch block never firing inside a LINQ statement

c# linq

Unable to cast the type 'x' to type 'y'. LINQ to Entities only supports casting EDM primitive or enumeration types

Sum property based on existance in list and quantity

c# linq sum

Equivalent of GetCommand() function of (Linq to Sql) in (Linq to Entity)