Code and prod logo

Code and Prod Complet Projects

Follow me

Entity Framework Core .NET7

entity-framework-core-net7

Entity Framework Core .NET7

course overview

Entity Framework CoreMost computer projects or applications require communication with a database such as MySQL, SQL Server, Oracle, PostgreSQL, etc…. Microsft has a very powerful component that is part of the .NET Core environment, this tool allows us to work with databases in a simple and fast way. we are talking here about the Entity FrameWork Core component.Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology. EF Core can serve as an object-relational mapper (O/RM), which: Enables .NET developers to work with a database using .NET objects.

topics covered

  • Introduction
  • VS Code and Environment
  • DbContext,DbSet
  • Create new Project
  • Add Migration Update Database
  • Add new Record New using EF Core
  • Seed Data With Migrations
  • ……..

Ressources To DownLoad / Téléchargement