Skip to content

lukas124/TodoREST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

name .NET MAUI - Consume a REST-based web service
description This sample demonstrates a Todo list application where the data is stored and accessed from a REST-based web service.
page_type sample
languages
csharp
xaml
products
dotnet-maui
urlFragment webservices-rest

Consume a REST-based web service

This sample demonstrates a Todo list application where the data is stored and accessed from a REST-based web service. The web service code is in the TodoAPI project.

The app functionality is:

  • View a list of tasks.
  • Add, edit, and delete tasks.
  • Set a task's status to 'done'.

In all cases the tasks are stored in an in-memory collection that's accessed through a REST-based web service.

For more information about the sample see:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors