Can c# compiled app run on machine where .net is not installed?

前端 未结 5 828
遇见更好的自我
遇见更好的自我 2021-01-19 10:49

I want to develop a small utility for windows and I prefer doing that in c# because it is easier (I\'m a java developer).

The utility will be available for download

5条回答
  •  温柔的废话
    2021-01-19 11:32

    No, it will need the .Net framework installed. Note though that you will need only the redistributable version, not the SDK.

提交回复
热议问题