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
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.