Entity Framework
๐

Entity Framework
Exploring Entity Framework: Understanding Code First Database First and Model First Approaches
In this blog, you will see the logical differentiation between following approach which is used to handle database activity using entity framework. Code First Approach It is very popular approach...
๐

Entity Framework
How to add a Primary and Foreign Key Relationship with Code First in Entity Framework
This article will demonstrate how to implement primary key and foreign key relationship in Code First approach in Entity Framework. To complete this task, I am going to create Employee...