EF maps db tables, views and relationships into objects
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.
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.