EF maps db tables, views and relationships into objects

来源: 2009-10-18 18:55:10 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

and handles all db operations (select, insert, update, delete) in a transactional fashion. Developers do not need to write queries directly agains db, instead we write LINQ to Entity queries.