LemonDwarfG59
LemonDwarfG59
CC#
Created by LemonDwarfG59 on 8/15/2024 in #help
Need help learning C#
Corrected by IA, because i am not a fluent english speaker : I started learning C# using this collection: https://learn.microsoft.com/en-us/collections/yz26f8y64n7k07. However, after finishing the second part, I moved to this page: https://learn.microsoft.com/en-us/training/dotnet/ (scroll down a bit) to get a better understanding of .NET. When I reached this lesson: https://learn.microsoft.com/en-us/training/modules/dotnet-files/2-file-system, I realized that I didn’t have the necessary knowledge, particularly when I encountered IEnumerable<string>. I looked at the documentation and learned what an interface is, but then I realized that understanding interfaces also requires knowledge of classes (which I haven’t learned yet). I went back to the C# collection I was following and found nothing about classes or interfaces. So now, I’m a bit lost. The first module of the .NET learning path expects knowledge that isn’t covered, even later in the C# collection. I really want to learn C#, but the learning path that Microsoft provides doesn’t even cover classes?
16 replies