Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Best way to use Linq2Sql? [closed]

c# linq-to-sql model

First attempt at Linq to Sql in NerdDinner - Rule violations prevent saving

asp.net-mvc linq-to-sql

Linq To Sql: The member Date has no supported translation to SQL

c# linq linq-to-sql

Issues to consider when choosing data access technologies?

.net linq linq-to-sql choice

LINQ query checks for null

linq linq-to-sql

DBML: s letter added to my table names

c# linq-to-sql

How to count the number of trues in a table in LINQ to SQL

c# asp.net linq-to-sql