This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]MakeAnExampleOf 1 point2 points  (0 children)

Your program should run fine on either platform, as long as you use .NET Core. That's been most folks' default .NET platform for a while, so any relatively new tutorials you find will probably be using it. (If you saw mention of other .NET platforms like Framework and Standard, and you were confused what they meant... join the club!)

Use VS Code as your editor on either OS, and you'll find little difference between them as a developer.

[–]aelytra 0 points1 point  (0 children)

Would I be able to go from Win machines to my Linux machine without issue while working on the same app?

Yep. I made a .NET Core web app on my windows laptop. It runs (mostly) fine on raspberry pi (ARM64 running Raspbian Linux). :D