C# FAQ: What software is needed to develop CSharp applications
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:FAQs |
| edit |
[edit]
What software is needed to develop C# applications?
The following software can be used to develop C# applications:
- The Microsoft .NET System Development Kit (SDK) is free and contains the C# command-line compiler (
csc.exe).
- Visual Studio has a complete Integrated Development Environment (IDE) for C# development. Visual Studio Express is the free community version.
- Linux developers can use open source Mono.
[edit]