C
C#13mo ago
zero

❔ what coding software

what coding software should i use for c#
7 Replies
Thinker
Thinker13mo ago
Are you on Windows? - If yes, Visual Studio Community 2022 https://visualstudio.microsoft.com/vs/community/ - If no and you're on Mac, then you can try Visual Studio for Mac https://visualstudio.microsoft.com/vs/mac/ - If no and you are a student or have some money to spend, Rider https://www.jetbrains.com/rider/ - If none of the above, Visual Studio Code https://code.visualstudio.com/
Angius
Angius13mo ago
| free | paid
win | VS Community | Rider
linux| VS Code | Rider
mac | VS for Mac, VS Code | Rider
| free | paid
win | VS Community | Rider
linux| VS Code | Rider
mac | VS for Mac, VS Code | Rider
VS Community and Rider are recommended
arion
arion13mo ago
I recommend Rider too
Angius
Angius13mo ago
$ridergang
MODiX
MODiX13mo ago
rider 🇬 🇦 🇳 🇬
zero
zero13mo ago
thanks
Accord
Accord13mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ wpf custom fontshow can I use custom fonts in my wpf application? i want to use the Kablammo font from google fonts❔ Reading a process' memory - can't fix the issueHi guys, For the last ~5 hours I've been trying to make a c# application, which will read a process ❔ "Zooming" a WPF ScrollViewer to the center of the viewSo I made this control (whose parent is the ScrollViewer i'm talking about), that has a "TargetWidth❔ should i use C# for a standalone exe or should i use C++ or something elseidk what to use, i have quite a lot of java experience thats why i thought i would use C# but i need❔ Can I Fire and forget ALOT of tasks? If so how do i do this efficiently?I have a websocket connection, the server will always only have one task that reads from it, but aft❔ Roslyn analyzer test project can't compile `where T : unmanaged` type constraintI've made a roslyn analyzer for some marshaling stuff. In my test project I try to analyze this sour❔ Digital SignaturesI've been searching all morning, trying to understand what it means to generate a digital signature ❔ Saving current commit information to a fileI'm trying to save the current commit's information using this in the .csproj ```xml <Target Nam❔ I gassed out on this one lads (;′⌒`)how do i get to show the results of what I've inputted on form 2 to form 3? pls help <a:Meltdown:880❔ Call an API, get information and then display it on an ASP.NET apphello, I have created a console application that can retrieve data from an API. Now I want to disp