✅ I need help

I am new to coding and i dont know where to start i have tried learning it but i cant. Do u have anything that can help me learn to code C# ?
9 Replies
Thinker
Thinker2w ago
$helloworld is a good starting point
Thinker
Thinker2w ago
Other than that, what kind of stuff do you want to make? Games? Desktop apps? Web apps?
justroland
justroland2w ago
start building something and don't memorize syntax, after you write 40 for loops it will be second nature
the names hawk... hawk tuah..
Bro Code
YouTube
C# Full Course for free 🚀
C# tutorial beginners full course (C# for Unity) #C# #tutorial #Unity ⭐️Time Stamps⭐️ #1 (00:00:00) C# tutorial for beginners 🚀 #2 (00:06:30) output 💬 #3 (00:10:48) variables ✖️ #4 (00:19:32) constants π #5 (00:20:35) type casting 💱 #6 (00:27:49) user input ⌨️ #7 (00:31:24) arithmetic operators 🧮 #8 (...
yourFriend
yourFriend2w ago
$projects
MODiX
MODiX2w 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
yourFriend
yourFriend2w ago
Do real projects without cheating 🙂 after going through video tutorials or books.
justroland
justroland2w ago
Yup I’ve been in tutorial hell for years. The most I’ve learnt was while trying to automate work stuff because the end goal was to solve a real problem Just picked up C# for the first time last week and already have a half working app for something that was done in many steps before using excel. I don’t know much about OOP (I’m a python guy, learnt some C in college) but googling around to fix my issues with this project has taught me A LOT about OOP.. more than doing step by step courses

Did you find this page helpful?