0
What is de first code after hello world that you need to use to code an app in c#?❤
3 odpowiedzi
+ 3
Did you read through the whole language? That's best place to start.
After you read everything, then just practice anything you want. Many people make a calculator. Do whatever feels right to you.
What I do, I go and find open source projects and then I begin reading their code so I can try to understand it. If I don't understand something, I research it and look up its reference. Then I change the code and see what it does. Then I contribute to the code and see what value I can add. It helps learn and gives you something to practice with.
Anyways, good luck to you.
+ 2
You're thinking to far ahead.
Hello World is just showing you how to put output in the console. For an app, this would only be needed for debugging.
Start with, and follow the course. That's what comes after.. You know, variables and stuff! 😜
0
No sure I understand you question but a good start after hello world is coding a
calculator program
or rock, siccors, paper program