Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Autogeneration of a DataContext designer file when using SqlMetal and Visual Studio

nested linq queries, how to get distinct values?

c# linq linq-to-sql

TransactionScope Error against Sql Server 2000 - The partner transaction manager has disabled its support for remote/network transactions

Best Practices: 3-Tier Architecture in LINQ

How do you implement Pipes and Filters pattern with LinqToSQL/Entity Framework/NHibernate?

LINQ: Remove items from IQueryable

How do you catch a Save or Load event on a Linq-to-SQL class?

c# linq linq-to-sql

How to handle Null in LINQ Subquery?

vb.net linq linq-to-sql null

Stack overflow in LINQ to SQL and the Contains keyword

linq linq-to-sql contains

How to compare date with milliseconds with LINQ

c# linq-to-sql datetime

LinqToSql Precompiling queries benefit?

c# linq linq-to-sql

Am I using DataContext.Dispose() properly?

LINQ: System.Int32 is a non-nullable value type

c# .net linq linq-to-sql

LINQ to SQL MAX in WHERE clause

How do I specify "not in" in this lambda expression?

c# .net linq-to-sql lambda

What is the difference between using a DataContext class and SqlConnection?

Is this the proper way to select the previous and next record given an ID for the current record?

Linq to Sql Group By Class

c# linq-to-sql group-by

Converting IQueryable<object> results to comma delimited string

linq linq-to-sql iqueryable

Are Visual Studio pre-build events guaranteed to finish before compiling starts?