Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Creating bitwise operator in LINQ to SQL?

LINQ2SQL: If I make changes to DB, how to mirror them in DBML?

Incorrect results, what am I doing wrong?

c# linq linq-to-sql

LINQ to SQL returning old data after an update

Creating static Datacontext() or Creating whenever its needed. Which is Better, and Why?

linq-to-sql

Linq to sql convert IQueryable to Dataset

c# .net linq 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