When to use EF queries, LinQ, or MySQLClient
Attached is one of the Entity Framework (EF) queries I'm referring to (I'm not sure if this is what it's actually called).
Assuming you're building an app from scratch, in which contexts does each one perform best/worst?
I'm really confused because it seems that you can do basically everything by opening connections and passing SQL queries with MySQLClient, so there must be some advantages to EF or LinQ
Assuming you're building an app from scratch, in which contexts does each one perform best/worst?
I'm really confused because it seems that you can do basically everything by opening connections and passing SQL queries with MySQLClient, so there must be some advantages to EF or LinQ
