d3adin.
d3adin.
CC#
Created by d3adin. on 12/29/2023 in #help
āœ… Console Readline accepting empty value.
Thank you so much! This works exactly how I wanted it to work! I didn't know you can add Console.ReadLine to the loop condition šŸ˜®
10 replies
CC#
Created by d3adin. on 12/29/2023 in #help
āœ… Console Readline accepting empty value.
I will give this a try to see if it works. I wasn't sure how to explain it
10 replies
CC#
Created by d3adin. on 11/5/2023 in #help
ā” Console.ReadLine != null
Again, thank you so much. I finally understand it
13 replies
CC#
Created by d3adin. on 11/5/2023 in #help
ā” Console.ReadLine != null
It's starting to make sense, until I tried this:
string input = Console.ReadLine();

if (input != null)
{
Console.WriteLine("You entered: " + input);
}
else
{
Console.WriteLine("You didn't enter anything.");
}
string input = Console.ReadLine();

if (input != null)
{
Console.WriteLine("You entered: " + input);
}
else
{
Console.WriteLine("You didn't enter anything.");
}
In theory if I just press enter without any input I should see "You didn't enter anything.". However, it comes back with "You entered : "
13 replies
CC#
Created by ! ! š“†©į“Lš“†Ŗ Ā»ź§ą¼ŗ š“ˆĻ‚įµ– 166 ą¼»ź§‚ Ā«ą¼ˆ šŸŗ on 11/6/2023 in #help
ā” How do i set-up VS CODE!!! C# wont RUN IN IT
Ahh yes, that would explain it
67 replies
CC#
Created by ! ! š“†©į“Lš“†Ŗ Ā»ź§ą¼ŗ š“ˆĻ‚įµ– 166 ą¼»ź§‚ Ā«ą¼ˆ šŸŗ on 11/6/2023 in #help
ā” How do i set-up VS CODE!!! C# wont RUN IN IT
In my case it does go into terminal tab, but, then again I don't have any issues with VSCode šŸ˜„
67 replies
CC#
Created by ! ! š“†©į“Lš“†Ŗ Ā»ź§ą¼ŗ š“ˆĻ‚įµ– 166 ą¼»ź§‚ Ā«ą¼ˆ šŸŗ on 11/6/2023 in #help
ā” How do i set-up VS CODE!!! C# wont RUN IN IT
Are you in the correct folder in the terminal? If so, have you tried dotnet build and then dotnet run?
67 replies
CC#
Created by d3adin. on 11/5/2023 in #help
ā” Console.ReadLine != null
Thank you all, looks like I need to do some reading
13 replies
CC#
Created by Hillgrove on 11/3/2023 in #help
ā” Learning platform
No worries, I'm going through their course and it's great to get some fundamental knowledge
5 replies
CC#
Created by Hillgrove on 11/3/2023 in #help
ā” Learning platform
5 replies
CC#
Created by d3adin. on 11/2/2023 in #help
ā” Microsoft learn challenges
I check the solution and then next day I go to the task again to see if I can replicate the solution. If I can great, I will play around with it until I know I understand it
11 replies
CC#
Created by d3adin. on 11/2/2023 in #help
ā” Microsoft learn challenges
That's what I'm trying to do, however, when I looked at the solutions I realised that there is no way I could figure it out
11 replies
CC#
Created by jadders on 10/27/2023 in #help
ā” microsoft certs/exams?
There aren't any from Microsoft itself. If you want C# specifically, Free Code Camp just just released one in partnership with Microsoft. However, if you're after a cert that will help you career than you should look into AZ-204
4 replies