Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Linq To Sql with PostgreSQL

Select case in LINQ [duplicate]

c# sql linq tsql linq-to-sql

LINQ to SQL query using "NOT IN"

sql .net linq linq-to-sql

DISTINCT() and ORDERBY issue

c# .net linq linq-to-sql

Why do I get "error: ... must be a reference type" in my C# generic method?

c# linq-to-sql

Can I stop the dbml designer from adding a connection string to the dbml file? [duplicate]

LINQ to SQL vs ADO.Net

.net linq-to-sql ado.net

Creating a common predicate function

c# linq-to-sql

String.IsNullOrEmpty in LINQ To SQL query?

c# linq-to-sql