Entity Framework Question:
Download Questions PDF

What is Code First?

ADO.Net Entity Framework Interview Question
ADO.Net Entity Framework Interview Question

Answer:

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.

Download ADO.Net Entity Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is POCO Proxy?What is Model First?