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.
source
share