In Model-First approach, which tool is typically used to create the conceptual model?

  • Code-First Migration
  • Database Designer
  • Entity Data Model Designer (EDMX)
  • LINQ to Entities
In the Model-First approach, the Entity Data Model Designer (EDMX) is typically used to create the conceptual model. This tool allows developers to visually design the model and generate the corresponding code.
Add your answer
Loading...

Leave a comment

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