From c182999b56d439f6af86c0c1f5f2f67bc7e2e863 Mon Sep 17 00:00:00 2001 From: dean-journeyapps Date: Mon, 2 Jun 2025 11:44:24 +0200 Subject: [PATCH] Updated .NET demo app examples to include new WPF To-Do List demo and CLI App Supabase connector. Added .NET demo backend project. Also fixed double bullet point in Swift To-Do List. --- resources/demo-apps-example-projects.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/demo-apps-example-projects.mdx b/resources/demo-apps-example-projects.mdx index 9c107d0..8097c99 100644 --- a/resources/demo-apps-example-projects.mdx +++ b/resources/demo-apps-example-projects.mdx @@ -99,13 +99,15 @@ This page showcases example projects organized by platform and backend technolog #### Supabase Backend * [To-Do List App](https://github.com/powersync-ja/powersync-swift/tree/main/Demo) - * * Demonstrates [File/Attachment Handling](/usage/use-case-examples/attachments-files) + * Demonstrates [File/Attachment Handling](/usage/use-case-examples/attachments-files) #### Examples * [CLI Application](https://github.com/powersync-ja/powersync-dotnet/tree/main/demos/CommandLine) + * Includes an optional [Supabase connector](https://github.com/powersync-ja/powersync-dotnet/blob/main/demos/CommandLine/SupabaseConnector.cs) + * [WPF To-Do list App](https://github.com/powersync-ja/powersync-dotnet/tree/main/demos/WPF) @@ -126,6 +128,10 @@ This page showcases example projects organized by platform and backend technolog * [Rails Backend for GoToFun App](https://github.com/powersync-ja/powersync-rails-flutter-demo/tree/main/gotofun-backend) * For use with: Flutter [GoToFun App](https://github.com/powersync-ja/powersync-rails-flutter-demo/tree/main/gotofun-app) + + #### .NET + + * [.NET Backend for To-Do List App](https://github.com/powersync-ja/powersync-dotnet-backend-demo)