Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

OrderBy().FirstOrDefault(<condition>) vs. Where(<condition>).OrderBy().FirstOrDefault()

Linq SelectMany include parent

LINQ to SQL Designer and the Geography datatype

Multiple search parameters with LINQ

c# linq-to-sql

Linq-to-SQL EntitySet Is Not IQueryable -- Any Workarounds?

How does the Repository Pattern work if Entities are related to each other?

LINQ options.loadwith problem

c# linq linq-to-sql 3nf

LinqToSql static DataContext in a web application

Entity Framework: Auto-updating foreign key when setting a new object reference

Is there any way to look up an item in the L2S identity map?

c# .net linq-to-sql

Select distinct groups of rows according to average

C#, Linq2SQL: Creating a predicate to find elements within a number of ranges

Performing a Parent then Child sort in Linq

c# .net linq linq-to-sql

Should I start using LINQ To SQL?

c# linq linq-to-sql .nettiers

LINQ to SQL: Complicated query with aggregate data for a report from multiple tables for an ordering system

DBML customization vs regeneration

.net linq-to-sql

The column name is not valid. [ Node name (if any) = t0,Column name = version ]

LINQ to SQL for Oracle.ODP

ORM - Does the Database Schema Drive the Entity Composition or Vice-Versa?

Linq cannot find inserted record before submitchanges

c# linq linq-to-sql