Interest in //Web //Win //Mobile //Database & //Life

Entity Framework Database First-Separate the entity layer from data layer

In this of the video I have separated the entity layer from data layer which will eventually help to follow the N-Tier architecture for the project. Follow the links below for the earlier parts of this tutorial. Simple Windows Form Application using Entity Framework Design First and Metro Modern Ui Sql Server Database File Using…

Continue Reading

N-Tier Architecture Using Entity Framework Code First For Existing Database-Part 2

In this version, the presentation layer will depend on the business logic layer and business logic layer will depend on data access layer only. Common layer/ Model layer/ Entity layer will be accessed from other layers as needed. You Tube Vimeo Github Repository

N-Tier Architecture Using Entity Framework Code First For Existing Database-Part 1

A quick tutorial for creating N-Tier architecture using Entity Framework  Code First for existing Database. In this version, the presentation and business logic layer has some dependencies on Entity Framework which I am going to eliminate in the next part of the tutorial. The presentation layer will depend on the business logic layer and business…

Continue Reading