Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Select N Random Records with Linq

linq-to-sql

How would you write an Upsert for LINQ to SQL?

linq linq-to-sql

How can I write a clean Repository without exposing IQueryable to the rest of my application?

Mocking a Linq2Sql DataContext

"String or binary data would be truncated." linq exception, cant find which field has exceeded max length

linq-to-sql

T4 template to Generate Enums

linq-to-sql t4

Convert simple SQL group-by into LINQ to SQL

c# linq linq-to-sql group-by

casting a tiny int from SQL server

c# asp.net linq linq-to-sql

Data Conflict in LINQ

c# linq linq-to-sql

Row not found or changed LINQ C# error on simple statement

How to order by multiple columns using VB.Net lambda expressions

vb.net linq linq-to-sql lambda

LINQ to SQL - where does your DataContext live?

asp.net linq-to-sql

NullReferenceException when doing InsertOnSubmit in LINQ to SQL

Best way to delete multiple records in a LINQ query?

linq linq-to-sql

Linq to sql, copy original entity to new one and save

linq-to-sql

Ordering nullable DateTime in Linq to SQL

c# linq-to-sql datetime

Create a DbSet<T> dynamically in Entity Framework?

EF: The text data type cannot be selected as DISTINCT because it is not comparable

SQL server profiler not showing LINQ To Sql queries

How do I use SQL's GETDATE() and DATEADD() in a Linq to SQL expression?

sql linq-to-sql