+ 1
is it a good idea to start coding for the first time with c#?
4 Answers
+ 5
The general idea is to start with a programming language you feel comfortable with.
+ 2
It is good to start with c language. Because its easy to understand. C language helps to understand basic things about programming. I know you posted this question 1 year ago. But this comment is helpful for biginner. If they see this question.
+ 1
C# is very strict. You are not allowed to make any kind of syntactic error, type error or conceptual error. A little bit of error will stop you in the compile time and any kind of conversion or conceptual error in runtime will immediately crash the entire program. So if you want to start with C# then your Object oriented concept needs to be very clear. Then this language is like the heaven to you đ.
- 3
I suggest you to start with html.