DEV Community

Discussion on: How YOU can use an ORM in .NET Core and C# to type less SQL -starring Entity Framework

 
softchris profile image
Chris Noring

As I wrote in my article. It's important to know what SQL EF generates and for reporting queries, for example, you need to write your own SQL. It's important to know when to use a tool and when to rely on SQL. An ORM is NOT a replacement for SQL, it just abstracts away basic SQL.