What's an entity in entity framework?
问题 In the tutorials im following for learning about the entity framework, they keep mentioning entities. I often see it gets used as a synonym for the dbsets<> in the database context class, but what's the literal meaning of it? I already know how the entity framework works, I just dont understand the meaning of the word. 回答1: In Entity Framework an entity is largely equivalent to a class in the conceptual model (or the class model , which is mapped to the store model). In domain model terms an