For ensuring data integrity across multiple related entities, Entity Framework can use ________ to enforce complex validation scenarios.

  • Custom Validation Attributes
  • Data Annotations
  • Entity Framework Core
  • Fluent Validation
Data Annotations are attributes in .NET that can be applied to entity properties to enforce validation rules. They can be utilized in Entity Framework to ensure data integrity by defining constraints on entity properties.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *