Project advice

hey yall, at what point would you guys recommend someone start a project of their own, im currently like 3days into c# but im really excited about starting a project
12 Replies
Buddy
Buddy4w ago
$projects
MODiX
MODiX4w 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
Buddy
Buddy4w ago
But my advice is Make something you personally would use or play.
crazedblitzessense v3
okay thank you so much! by chance do you know at what point would you recommend i attempt to? currently doing this, about 3 modules into it https://learn.microsoft.com/en-us/training/paths/get-started-c-sharp-part-1/
Write your first code using C# (Get started with C#, Part 1) - Trai...
Learn the basic syntax and thought processes required to build simple applications using C#.
Buddy
Buddy4w ago
I would suggest to make a project on your own without a tutorial or guide If you get errors, google them.
crazedblitzessense v3
had somewhat of that idea, thank you for confirming it'd be good, ill be doing it soon after i finish a few more of these modules!
Buddy
Buddy4w ago
I would however suggest finishing it all before.
crazedblitzessense v3
alrighty, ill do all the parts then do so!
Buddy
Buddy4w ago
As it becomes easier to start if you know at least the basics of C# But each to their own, I never learned from guides or tutorials, I just made projects all the time and read the documentation or Googled if I struggled
crazedblitzessense v3
i tried to make a project before this lesson but i got like 30 lines in and just didnt know where i was going with it or what i was gonna do to make certain things work. thats when i found this guide and i want to learn the basics then i want to then work on a project
Buddy
Buddy4w ago
Which is good! As long as you learn :catok: And as said, each to their own. People learn differently.
crazedblitzessense v3
thank you! ill try to find a way i can learn best, thank you for all your feedback

Did you find this page helpful?