Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

mySQL + LINQ to SQL in C#

.NET: Converting from LINQ to SQL to Entity Framework

Why do the nullable explicit cast LINQ operators throw invalid format exceptions on empty values?

c# linq linq-to-sql

EntityRef and compiled LINQ plans

c# linq linq-to-sql

Are there any parts of LINQ I should avoid for SQL 2000?

linq linq-to-sql .net-4.0

Why is Convert.ToDecimal returning different values

c# .net linq-to-sql

DbComparisonExpression requires arguments with comparable types

c# linq-to-sql

LINQ version of TOP PERCENT

linq linq-to-sql

Is it beneficial to use multicolumn (composite) primary keys when using Linq to SQL?

sql linq linq-to-sql

Best way to update in Linq To SQL

When does the DataContext will open a connection to the DB?

why LINQ 2 SQL sometime add a field like select 1 as test, others valid fields

linq-to-sql

How to write this query in Linq2Sql

sql linq linq-to-sql select

LINQ to SQL query help (string contains any string in string array)

c# linq-to-sql lambda

How do I implement this command to prevent deadlocks with LINQ to SQL?

c# .net linq-to-sql

Why is it bad to implicitly commit a Unit of Work in a Dispose() method?

How to query XML data in database column using Linq to SQL and Linq to XML?

linq-to-sql linq-to-xml

Linq to Sql with lambda sum as a where condition

c# linq linq-to-sql

LINQ many-to-many intersection

Linq-to-SQL combining two Expression<Func<T, bool>> ("where clause") with and/or

c# linq linq-to-sql