What is an Entity? Why is it called Entity?

Posted by rkrauter on Stack Overflow See other posts from Stack Overflow or by rkrauter
Published on 2010-05-07T01:20:28Z Indexed on 2010/05/07 1:28 UTC
Read the original article Hit count: 386

What is the deal with Entities (when talking about the Entity Framework)? From what I understand, it is pretty much an in memory representation of a data store like sql tables. Entities are smart enough to track changes and apply those changes to the data store. Is there anything more to it?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about entity

Related posts about entity-framework