C
C#17mo ago
Kasumi

Beginners cross platform UI Framework with Rider

Hello, I want to develop a cross platform Chat Software in C# to improve my C# experience for school and the state exam. Now I dont know what UI Framework and Template is good to start into because the Windows Form things are not compatble with Linux etc and yea. I also use Linux to develop all my projects and yea I've already tried GTK# but I get the whole time errors if I want to start the program and the documentation is like theres not really one
9 Replies
Angius
Angius17mo ago
Avalonia It's probably your best bet for an xplat GUI framework They also have a VSCode plugin to make development easier, although not sure if it's GA yet
Kasumi
KasumiOP17mo ago
I just use Rider and also just want to use Rider because I dont like VSCode because of much things I had. But thanks I'll take a look into Avalonia
Angius
Angius17mo ago
Yeah, Rider works perfectly fine as well
Kasumi
KasumiOP17mo ago
Yes found also their Plugin <:0096anime_wink:938074138579456030> And I've also a different question. Do you also know a solution to Securely store Database credentials or Sentry credentials into a C# program?
Angius
Angius17mo ago
Some sort of a key value, like Azure KeyVault Or HashiCorp Vault Etc
Kasumi
KasumiOP17mo ago
Okay. Is there a way without cloud or so? Because I dont want to trust the cloud
Kasumi
KasumiOP17mo ago
Do you also know how I can fix this issue?
No description
Angius
Angius17mo ago
You can use environmental variables ig And idk about those errors. Make sure the framework version in the csproj file matches your installed .NET SDKs...?
Kasumi
KasumiOP17mo ago
I guess I know. I dont have the Android SDK installed Just need to find out if the IOS issue is fixed and if not how I install the IOS sdk Thanks its fixed <:AYS_WumpsHeartyLove:598095262774329344>

Did you find this page helpful?