.NET Framework dependency

前端 未结 15 1482
Happy的楠姐
Happy的楠姐 2020-12-19 13:43

When developing a desktop application in .NET, is it possible to not require the .NET Framework? Is developing software in .NET a preferred way to develop desktop applicati

15条回答
  •  轮回少年
    2020-12-19 14:38

    I think if you were able to do something like staticly link the .NET framework so you didn't have to develop it then you would be in breach of the EULA that microsoft supplies!

    It's the price we have to pay for having such a rich developer experience! It's worth it when you consider the difficulty of going back to MFC programming!

提交回复
热议问题