❔ C# project ideas
Hello, I need a practice about C# winforms. I am looking for not hard but not easy project. Do you know any website or github account for project ideas/examples?
7 Replies
don't try to get better at winforms
try to learn wpf, avalonia, xamarin, maui
any of those
I need some practice about winforms because the company is using it
$projects
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/ZacharyPatten/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
Try checking out how to apply MVC, MVVM to WinForms. Useful skill to learn, makes it much easier to maintain the forms
Here's a project idea: you have a configurator application, that has to display text boxes, checkboxes, comboboxes, and number up downs based on a loaded configuration file. This means that you have to figure out how to make such a configuration file, how to load it, represent it with a class. Then, you should figure out how to dynamically display controls in your form, set their values and retrieve them whenever needed
making console game sounds fun ✨
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.