Entity Framework Core— Part #1

Basics of EntityFrameworkCore.

What is EntityFrameworkCore

EntityFrameworkCore is ORM framework by Microsoft, which makes the database interactions so easy(I mean it). By using EntityFrameworkCore, as a…