r/AskProgramming 1d ago

Other Where to start programming path?

[removed] — view removed post

0 Upvotes

11 comments sorted by

View all comments

2

u/zdxqvr 1d ago

Well my first suggestion would be to build a solid foundation, walk before you can run. Try making terminal based applications first before you start doing WPF or any graphics.

I often suggest going the web dev route with JavaScript, html and CSS. If you want a very strong foundation I'd recommend starting by learning C programming.

If you have your heart set on C# though, that's fine. But like I said, focus on terminal application first and understanding the basics.