Quote:
Originally Posted by AhmedAli0
ok as u like . but you will gain alot of money btw.
1 question : is there any programming languages i should learn before c#?
|
All that matters is the main programming concepts. Once you learn those it's fairly simple to learn any language you like.
Once you learn the basics of C# (data types, IO, logic, loops, collections, etc) then I'd suggest you really focus on the object oriented aspect of it. That will be the biggest help for you when it comes to designing medium>large projects as well as programming in general. Some people have issues really grasping how it works but I feel it's the most important thing to really understand before continuing on to more advanced programming problems.
PS: I'd also suggest putting a significant amount of time into learning proper program design. It will save you MANY hours of wasted coding and make your programs more efficient, more readable and just less of a pain to write.