#

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

 

Ein Bild, das Text enthält.
Automatisch generierte Beschreibung

 

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

Ein Bild, das Text enthält.
Automatisch generierte Beschreibung

 

Entity Framework

1: dotnet add package Microsoft.EntityFrameworkCore

Ein Bild, das Text, Screenshot, Monitor, schwarz enthält.
Automatisch generierte Beschreibung

 

Install-Package Microsoft.EntityFrameworkCore.SqlServer

Ein Bild, das Text, Screenshot, Monitor, schwarz enthält.
Automatisch generierte Beschreibung

Und als

Local Tools:

dotnet add package Microsoft.EntityFrameworkCore.Design

Ein Bild, das Text enthält.
Automatisch generierte Beschreibung

 

dotnet add package Microsoft.EntityFrameworkCore.InMemory

Ein Bild, das Text, Monitor, Screenshot, Bildschirm enthält.
Automatisch generierte Beschreibung

 

 

Mobile

.