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
$helloworld
$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
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