Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You...
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question...
What is the best way to get the Max value from a LINQ query that may return no rows? If I just do Dim x = (From y In...
How do I do this Select top 10 Foo from MyTable in Linq to SQL? 13 Answers 13
I have seen lots of examples in LINQ to SQL examples on how to do a join in query syntax but I am wondering how to do it with...
Using the simple example below, what is the best way to return results from multiple tables using Linq to SQL? Say I have two tables: Dogs: Name, Age, BreedId...
How do I update a Linq to SQL .dbml file? 8 Answers 8
Is there a way to compare two DateTime variables in Linq2Sql but to disregard the Time part. The app stores items in the DB and adds a published date....
I want to add some rows to a database using Linq to SQL, but I want to make a “custom check” before adding the rows to know if I...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow....