Structural conveyor

I'm looking for resources that detail the pipeline for executing a request in EF? How is how linq query is converted to Expression tree and how tree is converted to SQl. How does EF look at the request cache, load edmx metadata, etc.? I am trying to better understand the structure and not just understand the API.

+3


source to share





All Articles