Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Return selected specified columns

c# linq linq-to-sql

Trying to change properties of an IQueryable collection

c# linq linq-to-sql

Check existence of a record before returning resultset in LINQ to SQL

c# .net linq linq-to-sql

LINQ-to-SQL IN/Contains() for Nullable<T>

sql linq linq-to-sql nullable

Listpicker error SelectedItem must always be set to a valid value

Linq select records that match a list of IDs

c# linq linq-to-sql

What's the best way to handle one-to-one relationships in SQL? [closed]

LINQ to SQL version of GROUP BY WITH ROLLUP

linq linq-to-sql

Planning to use PostgreSQL with ASP.NET: bad idea?

?: Operator in LINQ Query

c# linq linq-to-sql

Convincing a die hard DBA to use an ORM for the majority of CRUD vs Stored Procedures, View, and Functions

Is it possible to search a dbml diagram?

visual-studio linq-to-sql

Very slow insert process using Linq to Sql

c# sql-server linq-to-sql

Adding enum to combobox

c# linq-to-sql

Accessing System Databases/Tables using LINQ to SQL?

c# sql-server linq linq-to-sql

Is there a way to find a table in a DBML file in Visual Studio 2008?

Introduction to database interaction with C#

c# sql linq-to-sql ado.net

How to remove unit of work functionality from repositories using IOC

LINQ ToList().Take(10) vs Take(10).ToList() which one generates more efficient query

c# linq linq-to-sql

LINQ to Entities / LINQ to SQL: switching from server (queryable) to client (enumerable) in the middle of a query comprehension?