Skip to content

Updated .NET demo app examples. #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion resources/demo-apps-example-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</Accordion>

<Accordion title=".NET (alpha)" icon="microsoft">
#### 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)
</Accordion>

<Accordion title="Backend Examples" icon="screwdriver-wrench">
Expand All @@ -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)
</Accordion>

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