Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linq-to-sql

How can i get primary key value when i insert a new record?

linq-to-sql

"Cannot access a disposed object"

c# linq-to-sql

LINQ query on birth date to get age

c# linq-to-sql

Why write a custom LINQ provider?

Join two tables using LINQ Query and order based two parameters

linq-to-sql join

Linq insert with no primary key

linq linq-to-sql

Calculating the percentage difference between two values

c# linq-to-sql

What's the simplest way to compare an enum to a integer value return from a DB

c# linq-to-sql enums

How do I convert int? into int

c# linq-to-sql

DateCreated column in Sql Server?

LINQ to SQL Join issues

c# linq linq-to-sql

linq to sql checking for null

linq-to-sql

LINQ to SQL vs ADO.NET - which is faster?

When choosing an ORM, is LINQ to SQL or LINQ to Entities better than NHibernate?

nhibernate linq-to-sql orm

Group join causes IQueryable to turn into IEnumerable, why?

c# linq-to-sql iqueryable

System.Transactions source warnings when using Linq-2-Sql

Decimal places not rounding correctly - is this a LINQ to SQL bug?

Modifying Class Attribute on Runtime