Entity Framework support in SQL Server
Entity Framework translates binary code to SQL query text then SQL Server has to parse this text, compile and execute.
Why Entity Framework and SQL Server can't comunicate directly using a binary protocol?
3
votes
Mirko
shared this idea