❔ 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
Denis
Denis2y ago
$projects
MODiX
MODiX2y ago
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
Pobiega
Pobiega2y ago
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
Angius
Angius2y ago
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
gotta think...
gotta think...OP2y ago
Thanks for your advice all one question: is it ok to use Visual Studio Code for c# and .net development?
Pobiega
Pobiega2y ago
yes, but its a worse experience than VS or Rider, especially for beginners
gotta think...
gotta think...OP2y ago
So you mean VS is recommended?
Pobiega
Pobiega2y ago
yes
gotta think...
gotta think...OP2y ago
Thanks
Accord
Accord2y ago
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.

Did you find this page helpful?