Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

LINQ to SQL translation to SQL of custom method

c# linq-to-sql

Could model unit tests be truly independent and how [ASP.NET MVC]

[C#]How to introduce retry logic into LINQ to SQL to deal with timeouts?

c# linq linq-to-sql

Inheriting LINQ-to-SQL data context from base controller

LINQ To SQL Dynamic Select

c# asp.net linq-to-sql

linq return using Tuple

Using LINQ to SQL to create a database

c# linq-to-sql

linq to sql update standard

asp.net linq-to-sql

LINQ TO SQL GROUP BY HAVING generated only as subquery

Filtering on subqueries using Dynamic LINQ

c# linq-to-sql dynamic

LINQ to SQL - entity properties - overwriting one entity with another

c# linq-to-sql

Linq-to-SQL and WCF service - data transfer objects

c# wcf linq-to-sql dto

Can LINQ to SQL generate TSQL containing the ISNULL function?

c# linq-to-sql

LINQ to SQL Data Context logs don't show the WHERE clause

Why does LINQ-to-SQL sometimes allow me to project using a function, but sometimes it does not?

c# linq-to-sql

Using ASP.NET MVC, Linq To SQL, and StructureMap causing DataContext to cache data

Creating Database Mocks in ASP.NET MVC using Data from Existing Database

Most efficient way to update with LINQ to SQL

Cannot implicitly convert type IEnumerable<T> to IQueryable<T>

How to Connect to SQL Server using LINQ to SQL?