DEV Community

Discussion on: .Net wannabe

Collapse
 
negue profile image
negue

I wouldn't go for tutorials, I'd rather suggest to pick a topic / app idea you want to build (if you don't have one - how about building a snake game ? :) )

Once you have your idea, you pick a ui target html/server => ASPNet, Windows Apps => WPF / UWP, a game? Unity / Godot

But here is the most important part, and I'm not kidding, "You just need to learn how to use { insert any search engine here} ". This is probably the best way to get into any language or your project.

You search for "how to create a GUI in XY", found it, took the examples -> it works (hopefully :D, if not search for the exceptions).

Next: how to saving data -> same process. While beginning, those examples are enough to get the first achievements.

Then there will be probably some running slow -> again same process.

What I'm trying to say / write: Now days you don't have to learn years ahead a language in-order to begin your journey, everything is available online.

Jump in, try something, fail, learn, repeat.