This project is dedicated to studying and applying Entity Framework (EF) with a legacy database. The primary goal is to leverage EF to replicate the legacy database, encompassing various advanced EF techniques. These include configuring entities to alter their types during migrations, establishing many-to-many relationships, employing shadow properties, and executing queries using LINQ.
- .NET 6.0
- C#
- Entity Framework Core 6
- SQL Server 2019
In this section, provide a detailed overview of the legacy database you are working with and elaborate on the specific challenges or objectives of the project.