RSS

Blog posts tagged with 'entity framework'

Learn about the open-source project that sets the tone on how to use Entity Framework (EF) Code-First approach

Written by Lavish Kumar

written by Lavish Kumar

Entity Framework (EF) is an Object Relational Mapper (ORM) that enables developers to work with relational data using domain-specific objects. In other words, it allows developers to access and store data in the database via an automated mechanism. Before we dive deep into the details of code-first approach, we should understand the transference in a way the modern applications are being developed.