1.3.1.Entity framework
Last updated
Last updated
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