❔ Advice to a starter
I am starting to learn about C# & .NET.
Anyone can suggest a good starting project?
The one with complete source code without errors would be preferred.
Thanks
10 Replies
$projects
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/dotnet/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
The one with complete source code without errors would be preferred.Thats not a project - thats a finished thing. The whole point of doing a project is practicing problemsolving and writing code yourself
And if you're hoping to learn from just reading someone else's code... don't
There's no substitute for just writing the code yourself
What you remember the most, are the things you figured out on your own
Thanks for your advice all
one question: is it ok to use Visual Studio Code for c# and .net development?
yes, but its a worse experience than VS or Rider, especially for beginners
So you mean VS is recommended?
yes
Thanks
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.