Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Will LINQ-to-SQL break if I modify underlying tables?

How to work around the fact that Linq to SQL is using separate SQL DELETE statements for each item in DeleteAllOnSubmit

sql .net linq linq-to-sql

Linq to Sql query with multiple aggregations

sql linq linq-to-sql

How to Define a One-Side-Optional One-to-One Relationship in SQL Server and LINQ-to-SQL?

Does a TransactionScope that exists only to select data require a call to Complete()

c# linq-to-sql transactions

Convert function to LINQ to SQL

Error converting a LINQ query with a TimeSpan? to a List<>?

Can we convert all SQL scripts to Linq-to-SQL expressions or there is any limitation?

c# sql-server linq linq-to-sql

Re-using LINQ query based on bool value

What's the best way to handle "type" tables with LINQ to SQL?

vb.net linq-to-sql enums

Reducing the number of trips to the database using EF and LINQ

How to create a generic method to iterate through an object's fields and use it as a Where predicate?

Custom Union in Linq to Entities

Sharing LINQ-to-SQL classes/models between multiple projects in a solution

Way to Automatically Add a LinqToSql base class to Entities?

c# linq-to-sql

How to select single record with Linq?

c# linq-to-sql

VB.NET - Create Nullable(Of T) with HasValue = False

Transactions commit and rollback with Entity Framework, Mysql and LINQ to SQL in C#