Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

trying to call a method in the where of a linq statment

c# .net linq linq-to-sql

Using Linq to Sql asynchronously with new async/await

Linq to SQL - Underlying Column Length

linq-to-sql

Linq to SQL Class Regeneration

linq linq-to-sql

How do I get Linq to SQL to recognize the result set of a dynamic Stored Procedure?

Simplest way to use a DatagridView with Linq to SQL

Multiselect list not showing selected items in c# mvc using linq2sql

Why should I use Entity Framework codefirst if it can't be used in production safely and things like indexes can't be described

Can you convince a DataContext to treat a column as always dirty?

c# .net linq-to-sql

cannot add an entity with a key that is already in use

linq-to-sql

How to regenerate (update) LINQ to SQL DataContext?

Local DB throws Byte array truncation to a length of 8000 exception

Getting name of specific linq to sql table

Explicit construction of entity type [MyClass] in query is not allowed

c# asp.net linq-to-sql

Local sequence cannot be used in LINQ to SQL implementations of query operators except the Contains operator

c# linq-to-sql list

IQueryable is disposed after using

c# linq-to-sql

Does LINQ To SQL provide faster response times than using ado.net and oledb?

How can I make sure my LINQ queries execute when called in my DAL, not in a delayed fashion?

How to determine why a distributed transaction is timing out

Problem with interface implementation in partial classes