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)