Re: Entity Framework is an abomination and shouldn't even exist
You don't have to use EF to generate the SQL for your queries. You can just use Entity Framework to load data from stored procedures, There are a very long list of reasons for creating strongly typed classes that represent a view of data in a database. EF is just a means of bridging one application domain with another.