Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Constructor or Explicit cast

c# linq linq-to-sql

LINQ-to-SQL performance issue for mass inserts

cannot convert from 'System.Data.Linq.Binary' to 'System.IO.BinaryReader'

How do I test if a Linq to SQL query returns no rows?

linq-to-sql

LINQ to SQL: How to handle ambiguous column names when joining tables?

ExecuteScalar() analogue in custom Linq to Sql query

Repository Pattern and MVC help

Error - LINQ/TransactionScope with multiple database connections

LinqPad - write SQL and it converts to Linq Lambda

Convert the results of IQueryable to a string to display in a textbox

ASP.Net MVC & Entity Framework project architecture WITHOUT repository pattern

how to refresh .dbml sync to database [duplicate]

"Timeout expired" exception on code exclusively using using statements

Why do "linq to sql" queries starts with the FROM keyword unlike regular SQL queries?

c# sql .net linq-to-sql

Filter by nullable datetime field using Linq

Linq-to-SQL How to prevent the use of Delete methods?

LINQ to SQL PredicateBuilder

Given LINQ to Entities does not support "Custom methods" how do you stay DRY?

Entity Framework nvarchar Case Sensitivity on Foreign key

linq distinct and select new query