Build a small C# (.NET Core) microservice for managing the products inventory. The service should expose the products CRUD (Create-Read-Update-Delete) REST endpoints. Focus on clean, well-structured code rather than full documentation or exhaustive features.
.NET 10 SQL Server Express
- Restore NuGet packages.
- Run
ProductsDB.sqlin SQL Server to create database and seed data. - Run the project
- Test it on Swagger: https://localhost:{port}/swagger/index.html or with Postman: https://localhost:{port}/products