+ 10
Understanding C# is hard, tips to learn?
I'm having some hard time to understand how C# works
11 odpowiedzi
+ 9
Hi w00tss(); good luck with learning c#. Some of the concepts are similar to other languages, only the syntax is slightly different.
Just complete the course and keep practice coding and it will become easy.
+ 9
Maybe c# isn't the most easiest object oriented language But it is more easy than java. c#'s code is easy to learn and c# collection is just awesome.
I think you won't be bored with c#.
+ 6
C# is based on C and C++ so if you know these two programming languages then it is easy to learn C#.
+ 5
not hard. First, C# is the most viewable language. So, you will be easy to make a higher programs such as games, which have thousands of lines. But, the C# has ease us in making it.
+ 4
Learning new thing always is hard. I think soon as you start the course you will get the grasp of it if you already have a programming background you ll find no problems new keywords new way of thinking to solve a problem. sometime we have a problem so we must find the right tool to solve it, is it java or c/c++ c# ...........
+ 3
problem we don't give time to this programe
+ 3
Thanks everyone, I will try to learn more!
+ 3
Start from object oriented concepts then choose any language(c#, Java)
Do implementation of features of OOPs like interface, Inheritance, Abstract, Polymorphism, Encapsulation.
Just above implementation will build a confidence to move on with any language.
Thanks
+ 2
hey, I started last year to learn c# to create my own game. At the beginning it was also hard for me to learn the language. Trough tutorials and researching the internet i have learned a lot. Start learning basics and write many scripts to adept them and then start getting advanced.
+ 1
Hello
+ 1
Just learn the basic concepts and get adept in them, then start getting advanced.