arrow_upward
where can i learn c# best
#1
title says it all Smile



#2
online like stackoverflow



#3
is c# better than other languages to learn?



#4
On Amazon you can find the book C#: The Crash Course for Beginners to Learn the Basics of C Programming with Real Examples, Easily and in a Short Time
It's very nice and easy to understand!



#5
I would recommend online free course sites they can help you a lot or visit your local library and pick some books
youtube works as well tho , u can use all of these sources and learn everything that you wanna know



#6
I watched this tutorial series not too long ago - hope it helps

RE: where can i learn c# best.

Registered Members Only

You need to be a registered member to see more on RE: where can i learn c# best.
Login or Sign up to get access to a huge variety of top quality leaks.



#7
I've learned a lot from codeacademy, and it's free, maybe you can start there.



#8
Wow, great advice for a beginner.



#9
i learned it through trial and error watching others code and just understanding everything after time



#10
If you're coming from a java background, it's about the same syntax wise and flow wise. I learned by porting what i've learned from java and putting it into c# terms.
Then slowly, follow c# specific methodologies. There's a lot of easy to understand c# tutorials online. Best way, for me, is to google "<something you want to do> c#", ie: "iterate through array list c#"



#11
following this for me too thanks



#12
the ms doc site is pretty good just to get the basics if you do the tutorial.