1.

Mention In What All Scenarios Entity Framework Can Be Applicable?

Answer»

ENTITY Framework can be applicable in THREE scenarios

  1. If you have EXISTING database already or you want to build your database first than other parts of the application
  2. If your prime focus is your domain CLASSES and then create the database from your domain classes
  3. If you want to design your database SCHEMA on the visual designer and create the classes and database

Entity Framework can be applicable in three scenarios



Discussion

No Comment Found