Data Annotations in Entity Framework
The Data Annotations in Entity Framework are used to decorate the properties. These attributes help EF to apply pre-defined rules on entity models
The Data Annotations in Entity Framework are used to decorate the properties. These attributes help EF to apply pre-defined rules on entity models
In this tutorial you will learn how entity framework uses code first conventions, while creating the tables. based on how your code for domain model is written
In this tutorial, you will learn how to setup relationships between entities in entity framework Code first approach.
Relationships & Navigation Properties in Entity Framework Read More »
In this tutorial let us look at the how to seed database in entity framework using the custom database Intializers
You can override Entity frameworks built in Initializers by building Custom Database Initializer in Entity Framework. In this tutorial let us look at how to create the Custom Database initializers.
Custom Database Initializer in Entity Framework Read More »