Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Fetching Single Record using two conditions in LINQ

c# asp.net linq linq-to-sql

SQL Server CE Incompatible Database Version

Perform calculation inside select statement in LINQ

c# linq linq-to-sql

Linq to SQL - Joins and Skip+Take

c# sql linq linq-to-sql

LINQ "'s' is not in scope" when creating where clause dynamically

LINQ to SQL in ASP.NET MVC results in DuplicateKeyException

.net linq-to-sql

Alternatives to LINQ To SQL on high loaded pages

linq-to-sql

Can LINQToSQL be used with sproc that uses sp_executeSQL? If not, how do you handle?

How do I not return {ModuleName = Admin} from the linq query?

c# linq-to-sql

LinqToSQL Not Updating the Database

sql linq linq-to-sql

Find values where a word is repeated

Is it sensible to start a new enterprise large web application with linq2sql in 2012

How can I organize this data into the objects I want with LINQ?

How to force recompile of execution plan of a Linq to SQL query?

Is it a good approach to query the database only through stored procedures?