Which of the following statements regarding entity framework features are TRUE?
1) Entity Framework performs automatic transaction management while querying or saving data.
2) Entity Framework does not allow you to configure the EF model by using data annotation attributes
3) Entity Framework does not allow you to configure the EF model by using Fluent API to override default conventions
Options
- 1
- 1,2
- 1,3
- 1,2,3