Где искать: по сайтам Запорожской области, статьи, видео ролики
пример: покупка автомобиля в Запорожье
Here is a short tutorial on how to use C# / .NET Core in VS Code. Basically you need two things:
1. The .NET Core SDK that you can download from this page: https://dotnet.microsoft.com/download
2. An extension for VS Code for C# which is powered by OmniSharp and that you can download directly in VS Code from the Extensions tab.
After that you can write, build, debug and start C# / .NET Core programs in VS Code.
I also show you how to use debugging for C# in VS Code by pressing the F5 key or the button Start Debugging in the Menu or Toolbar.