Monday, January 19, 2015

Inspecting your Entity Framework SQL

If you use Entity Framework, you know it greatly simplifies database access for the developer. But it can also introduce its own problems particularly when you are writing more complex LINQ to Entities queries which may generate poorly-performing SQL or unexpected results.



from dzone.com: latest front page http://www.dzone.com/links/r/inspecting_your_entity_framework_sql.html

No comments:

Post a Comment