Skip to content

🚀 Feature: .NET Blazor WASM Client SDK #386

@LokiLokus

Description

@LokiLokus

🔖 Feature description

The current Implementation for the .NET SDK works only for using .NET on Serverside. But thanks to the .NET Team, there is now with Blazor WebAssembly also a possible Web Client.
I tested the current .NET Server SDK with Blazor and it didn't worked well. The implementation isn't the best and very ...... fat. Also the Template uses NewtonSoft which is very slow (https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to?pivots=dotnet-6-0).
So i reworked some parts of the SDK and now it's working with Blazor. My implementation only needs System.Net.Http.Json as Dependency which is much faster. Also is the Package size smaller,
This should also work for other Mobile .NET based Enviroments like Xamarin, Uno or MAUI.
Currently my implemntation works for my use cases, but if wanted and i find enough time, i'm happy sharing my code with you.

🎤 Pitch

Use Appwrite also on client-Side with .NET.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions