You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple ASP.NET Core Web API implementing CRUD for Products with manual DTO-model mapping, RESTful routing, and filtering, sorting, pagination support. Uses EF Core with SQL Server database. Clean, maintainable code following standard patterns.