Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

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

Autogeneration of a DataContext designer file when using SqlMetal and Visual Studio

nested linq queries, how to get distinct values?

c# linq linq-to-sql

TransactionScope Error against Sql Server 2000 - The partner transaction manager has disabled its support for remote/network transactions

Best Practices: 3-Tier Architecture in LINQ