Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

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?

Does it load the data from database?

c# .net linq-to-sql

In LINQ to SQL, is InsertOnSubmit() required when adding via a Foreign Key?

c# linq-to-sql foreign-keys

InsertOnSubmit = Cannot add an entity with a key that is already in use

vb.net linq-to-sql

Using LINQ2SQL to insert a large number of records

Linq2sql: efficient way to get random elements with weight?

c# linq-to-sql random

Linq-to-SQL Design question!

Linq to SQL equivalent of SUM GROUP BY SQL statement

sql linq-to-sql group-by sum

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