Advantages of Entity Framework

Entity frame work has several advantages like below

1)Orm supprt: It is based on object relational mapping support,which maps between object and  data storage

2)Rapid development: by using entity frame work ,rapid application development can be done by using data base first approach.

3)Full support for Relational database , with relational key.

4)It work with multiple database without changing the code.

5)full linq support to entity.

6)

You Might Also Like

Leave a Reply