mac-samples/AzureTodoMac
dependabot[bot] 94db8a3ec8
Bump Newtonsoft.Json from 7.0.1 to 13.0.1 in /AzureTodoMac/AzureTodoMac (#143)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@7.0.1...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-25 10:46:02 +01:00
..
AzureTodoMac Bump Newtonsoft.Json from 7.0.1 to 13.0.1 in /AzureTodoMac/AzureTodoMac (#143) 2023-01-25 10:46:02 +01:00
Screenshots [AzureTodo] update to latest Azure package 2016-11-08 08:56:52 -08:00
AzureTodoMac.sln Azure ToDo Mac Sample 2015-06-24 14:11:28 -05:00
Metadata.xml [AzureTodoMac] Update metadata + fix static analyzer issues 2015-10-30 14:04:31 -03:00
Readme.md sample metadata schema fix (remove tech) 2019-07-19 18:59:42 -07:00

Readme.md

name description page_type languages products urlFragment
Xamarin.Mac - AzureToDoMac This sample covers using Azure Cloud Data in a Xamarin.Mac application by creating a simple ToDo list application. UPDATE: the most recent (Nov-16)... sample
csharp
xamarin
azuretodomac

AzureToDoMac

This sample covers using Azure Cloud Data in a Xamarin.Mac application by creating a simple ToDo list application.

UPDATE: the most recent (Nov-16) version of the Azure Mobile Client NuGet doesn't explicitly support the Xamarin.Mac platform, so the NET45 assemblies have been referenced directly in this sample.

NOTE: You'll need to edit the Constants class and provide your Azure Developer Credentials by setting the ApplicationURL values before this sample can be successfully run.

The table configured in Azure should also have the same columns as the TodoItem class: id, text, notes, complete.

AzureToDoMac sample screenshot