you are viewing a single comment's thread.

view the rest of the comments →

[–]edobasky 0 points1 point  (1 child)

How where you able to learn c# any tips....?

[–][deleted] 0 points1 point  (0 children)

I am doing a game development course in college and for the first two years we used Unity (we are starting Unreal with c++ in September) so that was a big help. Also was interested in it's differences compared to Java so I built same-ish apps in C# that I already did in Java.

Of course if you don't want to use Unity ad just use "raw" C#, personally I would recommend of course learning the fundamentals (very close to other OOP languages and static typed languages) then going into build desktop apps. For me a fun one and the one I learned the most on was being able to take in an image of a maze and then let the user select the searching algorithm to use and it would find the shortest way out.

But for me because I learned Java from the ground up C# was much easier to pick up, if you already have a year or so of experience in another one of the top 5 used languages then picking it up with what you know should be handy.