Answers

Question and Answer:

  Home  ADO.Net Entity Framework

⟩ What is Code First?

In Code First approach, you avoid working with visual model designer (EDMX) completely. You write your POCO classes first and then create database from these POCO classes. Developers who follow the path of Domain-Driven Design (DDD) principles prefer to begin by coding their classes first and then generating the database required to persist their data.

 156 views

More Questions for you: