Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

How can paging a query be *slower*?

Update Record Linq-to-SQL

c# asp.net linq-to-sql

Tracking User activity log for SQL Server database

Performance issue on query over nested recursive objects

SQL to Linq Expression? [closed]

sql-server linq-to-sql

How often to call DataContext.SubmitChanges() for a large number of inserts?

LINQ Many to Many With In or Contains Clause (and a twist)

c# linq linq-to-sql

Duplicate record created, but why? (linq to sql)

c# linq-to-sql

linq to sql custom method using Expression<Func<...>>

Can I combine fields via Linq to Sql

c# linq-to-sql dynamic-data

Is it bad practice to make multiple, separate database calls from ASP.NET MVC web app?

asp.net-mvc linq-to-sql

Does Cast<T> cause an IQueryable to evaluate in Linq-to-SQL? What are the restrictions on its use?

Confusion about selecting the suitable ORM?

LINQ to Entities not returning expected result

LINQ to SQL - Is there a way to limit the Scope of SubmitChanges()?

linq-to-sql

linq to sql syntax different but should get the same results

c# linq linq-to-sql

Using primary keys in linqtoSQL

c# .net linq linq-to-sql

LINQ: How to dynamically use an ORDER BY in linq but only if a variable is not string.empty or null

Dictionary/List speed for database update

c# linq-to-sql

How to insert in linq to sql

c# asp.net linq linq-to-sql