Looking for a full tutorial for C#
I did the full tutorial on w3school, but I don't think it included all parts of C#. Does any have a tutorial that has complete C#? Preferably one that you read (not a youtube one)
4 Replies
there is no "full tutorial for C#"
it's a large language with a lot of features
you can use tutorials for the basics, then once you understand that you start looking to resources like API documentation to find specific things
You can hit up $helloworld
But like @jIMMACLE said, there's no complete tutorial.