Do I have to pay a fee to develop or deploy a .NET application?

后端 未结 11 2105
傲寒
傲寒 2020-12-24 11:10

I have heard that .NET is not free and that I have to pay Microsoft if I develop a .NET application. Is this true? If so:

  1. What do I have to pay?

11条回答
  •  长发绾君心
    2020-12-24 11:54

    You have heard incorrectly.

    You can develop .NET apps for free. The compilers/SDK are free and can be downloaded from Microsoft. The framework/runtime is free for your users.

    The higher end versions of Visual Studio are not free, but Express versions are available for free.

提交回复
热议问题