Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

LINQ query performance issue when fetching data from db in MVC Razor

Iterating over IQueryable with forEach vs. calling ToList() and then doing forEach - performance

LINQ to SQL for self-referencing tables?

database linq-to-sql

LINQ-to-SQL: ExecuteQuery(Type, String) populates one field, but not the other

Is it possible to update a sql database schema from an edmx in Visual Studio 2008?

Implementing Version Control of DB Objects

Refactoring Func<T> into Expression<Func<T>>

Linq Conditional Where clause

linq-to-sql

Differences between LINQ to Objects and LINQ to SQL queries

Linq to Sql any keyword search query

c# linq-to-sql

What's faster? Struct array or DataTable

c# linq-to-sql

Linq filtering an IQueryable<T> (System.Data.Linq.DataQuery) object by a List<T> (System.Collection.Generic.List) object?

How do I tell if a linq to sql object is new, modified or unchanged?

c# .net linq-to-sql

Linq-to-SQL: Combining (OR'ing) multiple "Contains" filters?

c# .net linq-to-sql

Invalid operation. The connection is closed. ASP.NET MVC

Can I call a C# function by a SQL Server trigger?

Dynamic stored procedure name linq to sql

linq-to-sql

How to update a database with new information

c# database linq linq-to-sql

What is a .dbml.layout file for?

Linq To Sql surprisingly fast retreving data. Is it normal that it is 10x faster than ADO?