Entity Framework 6 (original) (raw)

(Documentation made by ZZZ Projects & .NET Community)


What's Entity Framework Core?

Entity Framework is an ORM made by Microsoft. It allows performing CRUD operations without having to write SQL queries. It supports Code First, Database First, Stored Procedure, Transaction, etc.

Getting Started

Modeling

Querying

Saving

Providers

Migrations