Browse by Tags

All Tags » Entity Framework (RSS)

Never SELECT * from Entity Framework called Stored Procedures

The Entity Framework can help us create an efficient Data Access Layer or a horribly inefficient one. It's worth mentioning that if we use Entity Framework to call a stored procedure that returns a database derived Entity using a SELECT * (star), we will...
Posted by vblasberg | with no comments
More Posts