Search code examples
How Do LINQ TO SQL Stored Procedure Calls Work?...


c#.netlinq-to-sqlstored-proceduresload

Read More
How to apply a two-levels' SelectMany using expressions in a generic way in C#...


c#entity-frameworkgenericslinq-to-sqlexpression-trees

Read More
Select random questions with where clause in linq...


c#linqlinq-to-sql

Read More
Linq to SQL left outer join using Lambda syntax and joining on 2 columns (composite join key)...


c#asp.netsql-serverlambdalinq-to-sql

Read More
How to do LINQ left outer join...


c#linq-to-sql

Read More
DefaultIfEmpty Linq to Sql returning null in Moles test...


unit-testinglinq-to-sqlmolesdefaultifempty

Read More
LINQ Take(); how to handle when null or fewer records than requested available?...


linqlinq-to-sqltake

Read More
LINQ-to-SQL - 'Sum' inside a select new...


c#linq-to-sqlsum

Read More
Apply properties values from one object to another of the same type automatically?...


c#linq-to-sql

Read More
Where do objects merge/join data in a 3-tier model?...


c#linq-to-sqlbusiness-objects3-tiern-tier-architecture

Read More
LINQ: When to use SingleOrDefault vs. FirstOrDefault() with filtering criteria...


.netlinqlinq-to-sql

Read More
Linq2Sql and lambda returns "Method 'System.Object DynamicInvoke(System.Object[])' has ...


c#linq-to-sql

Read More
Return anonymous type results?...


c#linqlinq-to-sql

Read More
C# where does the dbml file come from?...


c#linqlinq-to-sql

Read More
Why doesn't OR designer let me drag tables to design surface?...


linq-to-sqlvisual-studio-2012server-explorerdata-connections

Read More
Best Practices for Building a Search App?...


asp.netsql-serverlinq-to-sqlsearch

Read More
LINQ vs. presentation model...


asp.net-mvclinq-to-sqlmodelpresentation

Read More
ASP.Net MVC + LINQ to SQL model binding, saving a complex child object after post...


asp.netlinq-to-sqlasp.net-mvc-2bindingmodel

Read More
Convert SQL Query back to Linq Expression programmatically...


linqlinq-to-sqlexpression-trees

Read More
AutoMapper -- how to manipulate all values of a given type during mapping?...


c#linq-to-sqlautomapper

Read More
LINQ to SQL: Invalid column name 'DepartureGate', even though the column exists...


c#sqllinqsql-server-2008linq-to-sql

Read More
SQL query with linq in ASP.NET MVC project...


sqlasp.net-mvclinqlinq-to-sql

Read More
Can't drag stored procedure onto dbml designer...


sql-servervisual-studio-2010linq-to-sqlstored-procedures

Read More
How do I get the MAX row with a GROUP BY in LINQ query?...


.netlinqlinq-to-sql

Read More
Difference Between Select and SelectMany...


c#linq-to-sqllinq

Read More
How to convert IEnumerable type to List type?...


c#linqlinq-to-sqlado.net

Read More
How to do Select All(*) in linq to sql...


linq-to-sql

Read More
How can I enable Transaction my codes with linqto SQL?...


c#visual-studiovisual-studio-2008linqlinq-to-sql

Read More
Why is the `AND f.otherid = 17` condition part of the JOIN instead of in the WHERE clause?...


c#sqllinqlinq-to-sqlouter-join

Read More
HierarchyID: Get all descendants for a list of parents using LINQ-to-SQL...


c#linq-to-sql

Read More
BackNext