Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

Multiple SubmitChanges and transaction rollback using Linq To SQL

How do I return an IQueryable from Linq to SQL query when the dbContext is with a 'using' block?

c# .net linq-to-sql

Using Linq to SQL and Sql Reporting Services

C#, Linq2Sql: Is it possible to concatenate two queryables into one?

LinqToSQl and the Member access not legal on type exception

linq linq-to-sql

Linq-to-sql failing on insert and update when this is a trigger attached

sql-server linq-to-sql

LINQ returns 0 results if using nullable int variable, accurate results if using "null"

How do I convert an Enum to an Int for use in an Expression.Equals operation?

I need some clarification on the MVC architecture and the three-tier architecture

How can I get Ninject 2 to use parameterless constructor for LINQ to SQL DataContext?

An Attempt to attach an auto-named database Error

ASP.NET MVC using the Repository Pattern

`SELECT MIN(ZoneMin), MAX(ZoneMin) FROM Plant` as LINQ to SQL

.net linq linq-to-sql

LINQ to SQL cross apply

How can I directly execute SQL queries in linq

c# linq linq-to-sql

Can LINQ to SQL generated objects be decoupled?

Linq To SQL Attach/Refresh Entity Object

c# .net linq linq-to-sql

LINQ statement that returns rownumber of element with id == something?

c# linq-to-sql

Linq "Could not translate expression... into SQL and could not treat it as a local expression."

c# linq linq-to-sql

Avoid "Nullable object must have a value." in Linq-To-Sql

c# .net linq-to-sql