C
C#10mo ago
Jens I

✅ Github and Code review.

I just started yesterday with coding in c#. I also tried to connect github with my visual studio. you guys can see my code now? and what do you think of my code? https://github.com/JensItIs/ChallengeIfStatement2/blob/master/ChallengeIfStatement2/Program.cs
GitHub
ChallengeIfStatement2/ChallengeIfStatement2/Program.cs at master · ...
Contribute to JensItIs/ChallengeIfStatement2 development by creating an account on GitHub.
4 Replies
SinFluxx
SinFluxx10mo ago
#code-review is probably a better place for this
Jens I
Jens I10mo ago
can i move iit?
SinFluxx
SinFluxx10mo ago
Just post it there then $close this thread
MODiX
MODiX10mo ago
Use the /close command to mark a forum thread as answered
Want results from more Discord servers?
Add your server
More Posts
❔ Avoiding duplicating code between DB models and DTOsHi there. I don't know if "DTO" is the right word to describe what I'm talking about, but... I have❔ WPF DataGridHello everyone, I have a WPF application that has been giving me a headache. More than 90% of the w❔ visual studio error loading project asp.net core mvcwhen I create a project in visual studio asp.net core mvc , all the files (Controllers, Views etc) a❔ Urgent help - Multiple Choice Quiz Project with Csv File - Windows form C#I have two forms, Menu form, and Quiz Form. What to Know: - user can select 1 of 2 topics : Cell B❔ .razor files intellisense not working - Visual Studio 2022Declaritives, code blocks, etc are not picking up in razor files. Only the HTML is working with the Can't make my scoring thing work, maybe it's script? helpI'm new to programming (2,5 months in unity) and I'm trying to make a hyper-casual game (2D for andr❔ Cant connect via public address with portforwardingWhen I use 127.0.0.1 it works but when I use public address with portforwarding it gives me that err❔ Does the import-by-ordinal functionality of DllImport work under NAOT + DirectPInvoke?I'm having a bit of trouble with importing several functions by their ordinal numbers *(for context:❔ How to connect to `Microsoft.NET.Test.Sdk`?Anyone here with experience in https://github.com/microsoft/vstest ? Or in other words `Microsoft.N❔ Using variables in generic methodsI code the following code but Business.Get is an async function: ```cs Type businessType = typeof(Bu