Question

I want to write an application in .Net that has to be shipped with USB drive by the manufacturer. Rightnow application targetted to run only in windows. But will have to support other opeating system in future. Is that app needs to be shipped as portable application? What is required in order to run a .net app as portable app in USB drive? If .Net is not a good option, what are other platform that helps to implement this?

Was it helpful?

Solution

Do deploy .net applications without .net you have to use tools like Xenocode: http://www.xenocode.com

To run it on others platforms, have a look at the Mono Project: http://www.mono-project.com

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top