WebAPI
Automapper und Entity Framework für Visual Code
Visual Code
Zuweisung von Tabellen zu C# Klassen Modellen
https://www.nuget.org/packages/automapper/
für Visual Studio
dotnet
add package AutoMapper --version 12.0.1
|
Zur Installation in Visual Code
Installations Commands Für Visual Code und Entity Framework
https://learn.microsoft.com/en-us/ef/core/get-started/overview/install
Entity Framework
1: dotnet add package Microsoft.EntityFrameworkCore
Install-Package Microsoft.EntityFrameworkCore.SqlServer
Und als
Local Tools:
dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet add package Microsoft.EntityFrameworkCore.InMemory