Guidance

I'm a fresher with a background in C/C++ and object-oriented programming, but I have no experience with .NET or C#. I’m eager to learn and would really appreciate any guidance on how to get started. Could you suggest beginner-friendly resources, courses, roadmap, or best practices for learning .NET and C# effectively? Also, any advice on key concepts or projects to focus on would be really helpful. Thanks in advance for your time and support!
5 Replies
Pobiega
Pobiega2w ago
$helloworld
Pobiega
Pobiega2w 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
Pobiega
Pobiega2w ago
If you already know OOP, you'll blaze through the interactive course but there are important differences from C/C++ to C#, like reference types vs value types, properties, generics, reflection etc

Did you find this page helpful?