Mention in what all scenarios Entity Framework can be applicable?

Technology CommunityCategory: Entity FrameworkMention in what all scenarios Entity Framework can be applicable?
VietMX Staff asked 3 years ago

Entity Framework can be applicable in three scenarios

  • If you have an existing database already or you want to build your database first than other parts of the application
  • If your prime focus is your domain classes and then create the database from your domain classes
  • If you want to design your database schema on the visual designer and create the classes and database