Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

nested linq-to-sql queries

linq-to-sql nested

Convert string to int in linq-to-sql query: how to deal with values which cannot be converted?

c# .net linq-to-sql

How can I select all in linq to sql

c# linq linq-to-sql

Encryption of a field's value in a Linq-to-Sql Entity

How to use a DateTime in a where clause in Sqlite.Net

Using one LINQ to SQL DataContext per WCF request and automatically calling SubmitChanges?

wcf linq-to-sql

Need help converting query with joins and group by/count to 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