❔ Where to start
Hello all! I've pinged this question in the chat quite a few times and have gotten many useful responses and I have used almost all of them and they all lead me to the same few questions "What do I do now?", "How is this implemented?", and "Am I actually learning?" so far I believe I'm understanding the bare minimum like: variables, data types, and collections (I'm not really sure I'm too good at that anyway)
I also want to put it out there that I'm NOT asking someone to hold my hand like a child (although that would be nice) I just simply want help with a direction to go from here and maybe some resource's I could use.
I'm currently learning C# and cant find any FREE was to learn anything other than what I have already learned and I'm too broke to afford half of the thing that are offered for any amount of money.
Any and all help is appreciated thank you all and have a wonderful day!
8 Replies
$helloworld is the standard way to get started
Written interactive course https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/
Videos https://dotnet.microsoft.com/learn/videos
Besides that... the docs
Or, more precisely, pick some project and try to complete it
Google around, use the docs, ask here if need be
what are docs?
Learn by doing is great, start slow. Learn to search for help etc. There is so much free stuff
The documentation
C# docs - get started, tutorials, reference.
Learn C# programming - for beginning developers, developers new to C#, and experienced C# / .NET developers
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.