C
C#8mo ago
Akama Aka

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
Angius8mo 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
Akama Aka
Akama Aka8mo 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
Angius8mo ago
Yeah, Rider works perfectly fine as well
Akama Aka
Akama Aka8mo 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
Angius8mo ago
Some sort of a key value, like Azure KeyVault Or HashiCorp Vault Etc
Akama Aka
Akama Aka8mo ago
Okay. Is there a way without cloud or so? Because I dont want to trust the cloud
Akama Aka
Akama Aka8mo ago
Do you also know how I can fix this issue?
No description
Angius
Angius8mo 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...?
Akama Aka
Akama Aka8mo 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>
Want results from more Discord servers?
Add your server
More Posts
Photo or File UploadingHi, i have some requirements for my app to upload files. What is the best way to implement this featShowWindow() helpHello, im using the ShowWindow() from "User32.dll" to hide (SW_SHOW = 0x00) a window and show (SW_SHDatabases load balancingHey everyone, I have to create a load balancer between databases. I am using EF core to build querie✅ Make C# Application work directory independent, relativ work directory for exe fileHello guys, I want my C# Application Executable Everywhere, also on other PC's, currently my exe fiUnity Movement systemEverything works except for going up hills. It kinda lags out and does it very slowely only pushing ASP.Net Core MVC Razor view rendering data from controller with dynamic castingIn my MVC application I'm using IEnumerable interface inside my repository for the database model, a"ExtensionlessUrlHandler-Integrated-4.0"I've been struggling with getting my local IIS on Win 11 to host some older (4.5.1) MVC applicationsASP .NET 7 - Testing a JWT Token GeneratorI have an ASP .NET web api which calls a CreateToken() method inside a TokenService to generate a JWCount the number of sequences of characters "cd" in a line and delete those before itletter 'b' (reHow to do it in c#... I would be very grateful if anyone could help with a sample codeInconsistent accessibility: property type 'Exercises.Register.Gender' is less accessible than properI honestly have no clue how it's having issues with accessibility when both classes are within the s