python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
LINQ to SQL designer not opening/timing out (VS 2022)
On Visual Studio 2022, Windows 11.
Linq to SQL tools is installed from installer (Individual Components).
When right clicking a dbml file and View Designer, it just sticks on this and eventually needs...

mhapps
Votes: 0
Answers: 2
Linq to SQL and database driver relation
I've recently "inherited" the maintenance and support of (quite old) project that stores and manipulates data in MS SQL databases using Linq to SQL. I have little to no experience in this fi...

Kostěj
Votes: 0
Answers: 1
C# Linq to SQL: will multiple reads/writes cause prolonged locking?
Suppose
I create a Linq to SQL DataContext
I read one record using this DataContext
I spend ten seconds to think
I change the record and submit the changes using this DataContext.
Are the table lock...

user788454
Votes: 0
Answers: 1
How do I put a left join between two tables in Linq-to-SQL using the keys?
I wrote query in Linq to SQL. I need to put left join between db.secs and db.subs i.e. with db.subs being left table and the db.secs being right.
I wrote this but cannot figure out how to do that?
var...
ivanterrible ultimate
Votes: 0
Answers: 1