ASP.NET 6 Minimal Web API with SQLite



ASP.NET 6 Minimal Web API with SQLite

ASP.NET 6 Minimal Web API with SQLite

This tutorial is about using ASP.NET 6.0 Minimal WebAPI. We will build a simple application that uses SQLite to save students data. We will then consume the API from an HTML page.

Source Code: https://github.com/medhatelmasry/StudentsApi
Companion Artile: https://blog.medhat.ca/2023/01/aspnet-7-minimal-web-api-with-sqlite.html

Comments are closed.