1.

What do you mean by Micro ORM?

Answer»

Rather than CREATING database schemas, MODIFYING database schemas, tracking changes, etc., MICRO ORMs focus on working with database TABLES. EF 6.x and EF Core PROVIDE a full set of capabilities and features, making them ORMs. 



Discussion

No Comment Found