문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top