.Net Core Razor CRUD - movies

A Razor App, using .Net Core, to create a catalog of films where you
wan extra screen to edit them and sending HTTP requests to a server.
Razor was used together with Bootstrap and Jquery. Persistence with
MySQL and SQLite.
.Net Core MVC To-Do List

Using .Net Core and MVC pattern to create a to-do list where you'll be able to store your tasks. SQLite for the database this time.
.Net Core MVC To-Do List

.Net Core and no Database used. A CRUD was created and tested with Insomnia, a tool which works just like Postman.