Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Is it possible to search a dbml diagram?

visual-studio linq-to-sql

Very slow insert process using Linq to Sql

c# sql-server linq-to-sql

Adding enum to combobox

c# linq-to-sql

Accessing System Databases/Tables using LINQ to SQL?

c# sql-server linq linq-to-sql

Is there a way to find a table in a DBML file in Visual Studio 2008?

Introduction to database interaction with C#

c# sql linq-to-sql ado.net

How to remove unit of work functionality from repositories using IOC

LINQ ToList().Take(10) vs Take(10).ToList() which one generates more efficient query

c# linq linq-to-sql

LINQ to Entities / LINQ to SQL: switching from server (queryable) to client (enumerable) in the middle of a query comprehension?

Salting and Hashing Passwords using Linq To SQL

c# .net database linq-to-sql

Using LINQ to SQL with Oracle [closed]

linq linq-to-sql

Is it possible to use SqlGeography with Linq to Sql?

Linq & Paging - Unable to return paged data with an OrderBy

.net wcf linq-to-sql paging

How is the .net Entity Framework overkill versus LinqToSql?

Distinct a list with objects by id

string1 >= string2 not implemented in Linq to SQL, any workaround?

LINQ to SQL SOUNDEX - possible?

sql linq-to-sql soundex

Way to view SQL executed by LINQ in Visual Studio? [duplicate]

The type arguments for method System.Linq.Enumerable.OrderBy cannot be inferred from the usage

Difference between == and .Equals() with Interfaces and LINQ

c# linq-to-sql