Category: Development
Q
Do I need Visual Studio for the development process?
A
Yes and no. Strictly speaking, you don't need Visual Studio. All you need is a C# compiler, which comes bundled with the .NET SDK. Nevertheless, Visual Studio can be a great help when you're debugging problems.
