Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

LINQ - Does .Cast<T>() Select Records?

c# linq linq-to-sql records

Using a DataContext static variable

LINQ to SQL in 3-layer architecture

linq-to-sql

linq to sql ExecuteQuery() as IQueryable

linq linq-to-sql iqueryable

350+ errors: The type 'blah.blah.blah' already contains a definition?

asp.net-mvc linq-to-sql

Multi-threading with Linq to SQL

String.StartsWith not working with tilde ("~") characters LINQ to SQL?

LINQ 2 SQL Nested Table Insert Error makes NO SENSE

what is the syntax in linq to insert a record using ObjectSet<> instead of using the .AddToXXXXX(MyEntity) as this is deprecated?

c# .net asp.net linq-to-sql

What is the best-practice way to use LINQ to SQL in a C# application? [Design-pattern]

ASP.NET - Advanced Where-Clause in LinqDataSource

LINQ Query with both CASE statement and SUM function

c# linq linq-to-sql sum case

subtract columns in a table with LINQ

c# linq linq-to-sql group-by sum

Contains Query on multiple columns

Linq equivalent of SQL LEFT function?

linq linq-to-sql

Is Linq to SQL fast when using with stored procedures?

Dynamic Expressions in "Where" Clause - Linq to SQL

c# linq-to-sql where-clause

Linq to SQL loop performance

c# performance linq-to-sql

how to get the number of repetitions from List<int>

c# linq linq-to-sql

Shorter way to create datacontext object?

c# linq-to-sql