Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What happen in the background when we execute any query from the .net application. I want to know the following particulars.

  1. How providers take a query and send to DB Server and again fetch the data.
  2. What kind of memory it utilizes while fetching and sending data.
  3. What is base behind the providers.(like how they interact with db and application)

EDIT

I am expecting the theoretical answers and do not expect depth technical description as it is not possible to cover here. Also you can share links for the same. Thanks in advance.

share|improve this question
Please check related link here – Kitty May 29 at 13:08
In general this sort of question is better answered in books or blog articles than in a Q&A site: you're potentially asking for a huge amount of detail, which doesn't fit the format of SO at all. And ultimately, since Microsoft software is closed source it may be impossible to answer them in the level of detail that you want. – Pondlife May 29 at 18:43
@Pondlife Yes absolutely. I need only abstract idea of what happen at background level. Please share a link where I can found this stuff. – eraj May 30 at 6:50

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.