Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

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

LINQ query null exception when Where returns 0 rows

Why is my winforms combobox showing the name of the objects rather than the display member that I specify?

TDD, What are your techniques for finding good tests?

Why is my SqlCommand returning a string when it should be an int?