Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Method x has no supported translation to SQL

c# .net linq-to-sql

Dynamic linq query not working

High volume site using ADO.NET TransactionScope vs ExecuteCommand on NOLOCK, READ UNCOMMITTED directly?

LINQ: Difference between 'Select c' and 'Select new (c...'

c# asp.net linq linq-to-sql

Is it a bad idea to jump into LINQ to SQL now?

c#: How to pass linq-objects around

c# wpf linq-to-sql datacontext

Determine primary key using LINQ to SQL

c# linq-to-sql

Accessing properties through Generic type parameter

c# wpf linq-to-sql generics

How to set Sql DateTime to null from LINQ

Why is my LINQ statement returning IEnumerable?

c# linq-to-sql iqueryable

ASP.NET MVC/LINQ: What's the proper way to iterate through a Linq.EntitySet in a View?

Linq to SQL - what's better?

Linq to SQL DataContext: how to load data?

Learn LinqToSql or stick with ADO.NET?

How to get the primary key from a table without making a second trip?

How to use linq to sql to select one column from row

c# asp.net linq-to-sql

Binding GridView to IQueryable<T>

How to return dynamic return types in methods? C#

Does LINQ-to-SQL Support Composable Queries?

How do I use a transaction in LINQ to SQL using stored procedures?