DEV Community

[Comment from a deleted post]
Collapse
 
ondrejs profile image
Ondrej

Hey, thanks for the post.
I'm really interested in .NET (I think is is great framework (not only) for web development. But I'm really stuck in the situation, that I am only *BSD / Linux user. Do you have any tips for development on these platforms (I tried to do some stuff on my old Windows laptop with Visual Studio installed, but it was really unpleasant experience)? Thanks for any tip!

Collapse
 
cesarcodes profile image
Cesar Codes • Edited

Yeah, on non-windows platforms you're well off downloading Visual Studio Code and getting familiar with the .NET CLI. Just learn the basic commands like dotnet new, dotnet restore, dotnet build, dotnet publish, dotnet run. to start. Then, you can learn how to use the C# debugging in VS Code. One more thing, I am currently working on a high quality content YouTube channel in this very topic, if you're on YouTube, it would rock if you could subscribe to my channel so you can check out the content as I release it (very soon). Good luck bro let me know if you have any other questions.

Collapse
 
ondrejs profile image
Ondrej

Thanks a lot, this was very helpful! Also I'll subscribe.