Anil Soman
Anil Soman

Reputation: 2467

How does the Linq to SQL works?

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

Answers (1)

anishMarokey
anishMarokey

Reputation: 11397

better to read: http://msdn.microsoft.com/en-us/library/bb425822.aspx

Upvotes: 1

Related Questions