Skip to content

Using AutoMapper with EntityFramework Core and PostgreSql on Asp.Net Core

Notifications You must be signed in to change notification settings

ondergenc/AutoMapperTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoMapperTutorial

Using AutoMapper with EntityFramework Core and PostgreSql on Asp.Net Core

Installation

Requires Automapper and EntityFramework Core packages

dotnet add package Microsoft.EntityFrameworkCore.Design
dotnet add package Microsoft.EntityFrameworkCore.Tools
dotnet add package Npgsql.EntityFrameworkCore.PostgreSQL
dotnet add package AutoMapper
dotnet add package AutoMapper.Extensions.Microsoft.DependencyInjection

About

Using AutoMapper with EntityFramework Core and PostgreSql on Asp.Net Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages