Skip to content

kovac031/AutoMapper-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoMapper-Core

  • C#, SQL
  • .NET 7
  • Microsoft.EntityFrameworkCore.SqlServer / Tools / Design
  • AutoMapper, AutoMapper.Extensions.Microsoft.DependencyInjection

Learning .NET Core, using previous AutoMapper practice project as template

Practicing with WebAPI and MVC projects

WebAPI

  • using existing database
  • CRUD and mapping using AutoMapper
  • first time using Swagger UI
  • using Visual Studio terminal to set up DBcontext

Swagger UI screenshots

CRUD overview: scr1

Using parameters when retrieving list: scr2

MVC

  • reusing from above, minor changes due to WebApi<->MVC differences
  • using X.PagedList instead of PagedList (due to incompatibility)

Screenshot from MVC

Using parameters, included snapshots from other Views: scr3

About

Learning how to use AutoMapper on my .NET 7 apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published