Skip to content

Commit 96b7c99

Browse files
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. (#182)
1 parent 303229d commit 96b7c99

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

resources/demo-apps-example-projects.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,15 @@ This page showcases example projects organized by platform and backend technolog
9999
#### Supabase Backend
100100

101101
* [To-Do List App](https://github.com/powersync-ja/powersync-swift/tree/main/Demo)
102-
* * Demonstrates [File/Attachment Handling](/usage/use-case-examples/attachments-files)
102+
* Demonstrates [File/Attachment Handling](/usage/use-case-examples/attachments-files)
103103
</Accordion>
104104

105105
<Accordion title=".NET (alpha)" icon="microsoft">
106106
#### Examples
107107

108108
* [CLI Application](https://github.com/powersync-ja/powersync-dotnet/tree/main/demos/CommandLine)
109+
* Includes an optional [Supabase connector](https://github.com/powersync-ja/powersync-dotnet/blob/main/demos/CommandLine/SupabaseConnector.cs)
110+
* [WPF To-Do list App](https://github.com/powersync-ja/powersync-dotnet/tree/main/demos/WPF)
109111
</Accordion>
110112

111113
<Accordion title="Backend Examples" icon="screwdriver-wrench">
@@ -126,6 +128,10 @@ This page showcases example projects organized by platform and backend technolog
126128

127129
* [Rails Backend for GoToFun App](https://github.com/powersync-ja/powersync-rails-flutter-demo/tree/main/gotofun-backend)
128130
* For use with: Flutter [GoToFun App](https://github.com/powersync-ja/powersync-rails-flutter-demo/tree/main/gotofun-app)
131+
132+
#### .NET
133+
134+
* [.NET Backend for To-Do List App](https://github.com/powersync-ja/powersync-dotnet-backend-demo)
129135
</Accordion>
130136

131137
<Accordion title="Self-Hosting Examples" icon="desktop">

0 commit comments

Comments
 (0)