Skip to content
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

🚀 Feature: .NET Blazor WASM Client SDK #386

Open
2 tasks done
LokiLokus opened this issue Feb 28, 2022 · 1 comment
Open
2 tasks done

🚀 Feature: .NET Blazor WASM Client SDK #386

LokiLokus opened this issue Feb 28, 2022 · 1 comment

Comments

@LokiLokus
Copy link

🔖 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?

@lohanidamodar
Copy link
Member

We would love the contribution, let us know how we can help 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants