How does Linq to SQL work?

I am using Linq for SQL in my project. I am retrieving data from a SQL stored procedure using this. It works fine, but I don’t understand exactly how LINQ SQL interacts with the SQL server inside, where does it store data after receiving it? Where does it get the connection string from?

Thanks in advance.

+3
source share

Source: https://habr.com/ru/post/1759272/


All Articles