.NET Framework dependency

前端 未结 15 1508
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

    Yes, you can construct an application built in dot NET without using the framework. You can use a program like ESS dotNET FuZe to incorporate any dll, including framework dll's into the application. The resulting EXE does not need a framework anymore.

    Please goto this link: http://essaver.net/fuze.html to take a look at FuZe.

提交回复
热议问题