Entity Framework Provider Wrappers
I want to know what my entity framework code is executing under the hood?
I want to trap the SQL code entity framework is sending to my sql server and wants to inject something?
I want to profile my entity framework object context sql calls?
Answers to all above questions: http://efwrappers.codeplex.com/
A very good handful set of provider wrappers provided by Microsoft which you can plug in and start trapping EF.
I crated my own version which works as a service, provides a trappable entity framework connection to any remote client. J
#trivedimehulk@gmai.com
No comments:
Post a Comment