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...