* Posts by micktion

1 publicly visible post • joined 22 Nov 2015

Why Microsoft's .NET Core is the future of its development platform

micktion

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.