tags:

views:

31

answers:

2

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

A: 

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

anishmarokey
A: 

Here's a good explanation of Linq and L2S: http://www.amazon.com/LINQ-Action-Fabrice-Marguerie/dp/1933988169

nikie