1.3.1.Entity framework
Last updated
Was this helpful?
Last updated
Was this helpful?
We do not need to map manually which involve opening connection to database, executing command reading the data and finally remember to close connection with an object relation mapper
DbContext: gateway to database, has one or more DBSets
DbSet: present tables in database
LINQ