Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

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

Linq to SQL .Any() with multiple conditions?

c# linq-to-sql lambda

Mapping Enum from String

c# linq-to-sql

Is there a difference between Select * and Select [list each col] [duplicate]

sql database linq linq-to-sql

LINQ to SQL and Null strings, how do I use Contains?

c# .net linq-to-sql

Can LINQ to SQL query an XML field DB-serverside?

sql xml linq-to-sql .net-3.5

C# Linq-to-Sql - Should DataContext be disposed using IDisposable

Connection string hell in .NET / LINQ-SQL / ASP.NET

Point connectionstring in dbml to app.config

linq linq-to-sql

A Linq to Sql - Multiple .DBML files or one .DBML File

Linq where column == (null reference) not the same as column == null

c# .net linq linq-to-sql

Using Linq to SQL, how do I find min and max of a column in a table?

c# sql linq-to-sql