Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

How to formulate an IQueryable to query a recursive database table?

c# linq-to-sql iqueryable

Get average of the difference in datetime columns?

c# linq linq-to-sql

linq remove items from query where any list value is present

c# linq linq-to-sql

MoreLinq maxBy vs LINQ max + where

Search query using .Contains() for parameters that combine two columns

c# linq linq-to-sql

Using Linq with WCF

C#: Is ObjectTrackingEnabled = false worth it for small operations?

c# performance linq-to-sql

InsertAllOnSubmit only inserts first data record

Linq to SQL & Logical partitioning (DAL, BLL)

Return empty string using Linq to SQL - Related table with no rows - ASP.Net MVC

asp.net-mvc linq-to-sql

Simple way to return anonymous types (to make MVC using LINQ possible)

Logic for displaying infinite category tree in nested <ul>s from Self Join Table

Is it possible to automatically prefix all table names in SQL Server and in LINQ to SQL?

LINQ-To-Sql Update - Performance Issues

c# sql-server linq linq-to-sql

How would I write LINQ to SQL to select rows where an ID is in an array of integers of unknown size?

linq-to-sql

Substring of a DateTime with Linq to Sql extensions

c# sql-server linq linq-to-sql

bulk delete in entity framework

What is the Maximum Number of Records i can insert through InserAllOnSubmit() In Linq to Sql

C# Razor Syntax - html.displayfor displaying as text, not html

Building an Expression with an anonymous type