Could you please help with what is better where Entity Framework or normal Sql query, I personally would like to use Entity Framework with Linq to SQL however I faced certain challenges today like there is no .ToList() or .FirstOrDefault() option availabl...