.NET Framework dependency

前端 未结 15 1509
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:37

    You can't run a .Net app without the .Net framework. The framework takes care of some of the more tedious background tasks so you couldn't run the app without the framework.

提交回复
热议问题