Reputation: 2467
I use Linq to SQL in my project. I fetch data from a SQL Stored procedure using it. It works perfectly, but I dont understand exactly how does LINQ SQL communicates with SQL server internally, where does it stores the data after fetching it? From where it gets the connection string?
Thanks in advance..
Upvotes: 4
Views: 2660
Reputation: 11397
better to read: http://msdn.microsoft.com/en-us/library/bb425822.aspx
Upvotes: 1