I am no stranger to programming. I am at the point to where I really want to understand how these technologies (c# and asp.net core) work at a technical level.
in order to do this, I have turned to reading the Microsoft documentation which has a bunch of namespaces, the classes in that name space, etc; there is a small catch, though... I do not know how to read the documentation nor comprehend it. I know what I am looking at is valuable and could help me but I'm just not picking up what they are putting down.
When I watch videos of people that teach technologies, such as asp.net core, they know what classes are new, what methods are in that particular class, and what the methods do. How do they get that information?
I assume it is from reading the asp.net core documentation.
my goal: I want to be able to search through the docs, find what I need, know what I am reading, then implement my findings inside of my application.
does anyone have a good resource as to where I can learn how to read the documentation and implement it ?
Thanks,
Michael