❔ Does anyone know any open source projects on C# .NET for beginners ?
Can you please recommend a good project with
opensource for beginners . C# .NET
5 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
A todo application might be good enough for beginners.
You'll also learn how to either save the todo to a database, to local disk or even both.
A calculator
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.