A minimal CRUD REST API for a Todo resource using ASP.NET Core and EF Core (SQLite). This starter includes: A minimal API project (Program.cs) A Todo model and DbContext A TodoController with CRUD ...
This repository contains a sample API project built using the Clean Architecture principles, Onion Architecture, MediatR, and Entity Framework. The project also includes unit tests for all layers and ...