Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

How to filter Observable Collection Class Collection

Repository vs Data Access

An item with the same key has already been added

Is there a way to override the empty constructor in a class generated by LINQtoSQL?

c# .net linq linq-to-sql

should linq to sql be used for websites that have high traffic

Linq to SQL, InsertOnSubmit vs. InsertAllOnSubmit performance?

c# sql linq linq-to-sql

Convert DbContext to Datatable in Code first entity framework

Elegant solution to check if two dates are equal, in Linq (where the second date is NOT a parameter)

Linq To Sql 'Where Or' operator

LINQ to SQL - Why can't you use a WHERE after an ORDER BY?

c# linq linq-to-sql

What is the correct usage of DataContext.Refresh()?

c# linq linq-to-sql

LinqPad adds an S to the end of every table

linq linq-to-sql linqpad

Getting stored procedure output parameter with LINQ and Entity Framework

How to detach a LINQ-to-SQL data object from the DataContext's tracking mechanism?

specific Order by Linq to SQL

c# linq-to-sql sql-order-by

How to join multiple tables?

LINQ to SQL "1 of 2 Updates failed" on "SubmitChanges()"

c# sql-server linq-to-sql

Bulk Update with LINQ to SQL

linq-to-sql

How to do Joins in Linq using lambdas and the expression tree?

.net linq-to-sql

Building Dynamic LINQ Queries based on Combobox Value