Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

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?

MSLinqToSQLGenerator warning

c# asp.net linq-to-sql

Why is this query throwing an exception?

c# linq-to-sql

An attempt has been made to Attach or Add an entity that is not new, perhaps having been loaded from another DataContext

How can I determine if a LINQ query is going to be LINQ to SQL vs. LINQ to Objects?

c# linq linq-to-sql