I was wondering if there is a way to run an application made in visual studio C # without installing the .NET platform on the client side.
One thought occurred to me, maybe it’s crazy, that is, the application that we make depends on the library files that we use in it, for example, System.Windows.Forms, etc. etc. etc. when ever we use some kind of additional dll file, it gets a copy in the place where the installation is set short, and not the whole work with whole points, can we just specify the dependencies and export them?
source
share