- 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
- using existing database
- CRUD and mapping using AutoMapper
- first time using Swagger UI
- using Visual Studio terminal to set up DBcontext
Using parameters when retrieving list:
- reusing from above, minor changes due to WebApi<->MVC differences
- using X.PagedList instead of PagedList (due to incompatibility)