如何利用mono把.net windows service程序迁移到linux上
发布网友
发布时间:2022-05-19 18:36
我来回答
共3个回答
懂视网
时间:2022-05-19 22:58
唉,最近只知道埋头写程序,消息实在是不灵通啊,今天偶然发一个开源项目,Mono,一个旨在让.net程序在linux,unix,mac os,solaris等平台的软件,爽啊,期待....
What is Mono?
Mono provides the necessary software to develop and run .NET client and server applications on Linux, Solaris, Mac OS X, Windows, and Unix. Sponsored by Novell (http://www.novell.com), the Mono open source project has an active and enthusiastic contributing community and is positioned to become the leading choice for development of Linux applications.
网址:http://www.mono-project.com/Main_Page
热心网友
时间:2022-05-19 20:06
不行的。linux缺少windows的服务管理器(用vc写过windows service的都知道。)。 mono只是 提供了一种可以在非windows平台下运行。net可能; 但是并不意味着你可以把windows下的所有程序部署到该平台下。
热心网友
时间:2022-05-19 21:24
不行的。linux缺少windows的服务管理器(用vc写过windows service的都知道。)。
mono只是 提供了一种可以在非windows平台下运行,但是并不意味着你可以把windows下的所有程序部署到该平台下。