EF EntityClient for performance
Posted by: Julia Lerman Blog - Dont Be Iffy...,
on 20 Oct 2007 |
View original | Bookmarked: 0 time(s)
Earlier this week, I wrote a post discussing when I would choose querying an data
through an Entity Data Model using LINQ
to Entitiesvs.Object services + Entity SQL vs. EntityClient + Entity SQL.
One of the advantages I pointed out about using EntityClient is that it returns datareaders
and does not attempt to turn the returned data into objects. In re-reading Zlatko
Michailov's EntityClient post from earlier this year, I realize that I didn't
highlight one of the most important reasons about being...