</> Vittorio Pivarci

Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
thumbnail
thumbnail
thumbnail
thumbnail
thumbnail

Dotnet Tasklist API

Open-SourceDotnet CoreC#Entity FrameworkMVCAPI

WebApi tasklist sample project created with .Net Core MVC and Entity framework, containing instructions and documentation.

Author: Valkorz (Vittorio Pivarci)

Created on January 1st, 2025

Go to repository

GO TO REPOSITORY

1.2.0

.NET Core C# API + Database project

This project is a task/todo list, using dotnet core MVC and Entity Framework to implement a database of tasks (in SQLite) that can be modified through http protocol commands, featuring GET, POST, PUT and DELETE.

FILES

./docs/guide.md: a comprehensive step-by-step guide to building your own .Net CORE WebApi.

.docs/httpAttributes.md: a list of http attributes to be used when defining methods for a controller.

./Tasks/: the WebApi folder.

./Tasks/Program.cs: root file of the api, used for initializing controllers and other resources.

.Tasks/Controllers/: where the custom controller implementations will be stored.

./Requesters/: code examples in different programming languages to communicate with the API.

FEATURES

The project contains the following features:

  • A Controller that creates a database, with GET and POST methods;
  • Two program examples for calling http requests (javascript and batch);
  • Detailed documentation;