Wednesday, 8 October 2014

Entity Framework Code First Approach

Hi Folks, today I am going to describe you all, “Entity Framework introduced Code-First approach”. This post will contain multiple sections to cover all approaches for EF code first series.
This is helpful for all who loves Entity framework and wants to add this as a part of their application.

EF code First
This approach is basically useful for scenarios where we first want to design our domain classes as per requirement instead of designing database first and then create domain classes based on database design finalized.
This will create database once we run application after creating entities (classes).

Stay tuned for my future blog posts for the same.

No comments:

Post a Comment