看了很多新闻,说到 .net 开源,但是我想用linux 跑asp.net ,有可能么?
看到github 上微软托管的项目
https://github.com/dotnet/coreclr
https://github.com/dotnet/corefx
https://github.com/aspnet/home
http://www.dotnetfoundation.org/projects
根本不知道这些东西开源了又怎么样?能在linux 下跑么?
网上找了好久也没相关资料
看了很多新闻,说到 .net 开源,但是我想用linux 跑asp.net ,有可能么?
看到github 上微软托管的项目
https://github.com/dotnet/coreclr
https://github.com/dotnet/corefx
https://github.com/aspnet/home
http://www.dotnetfoundation.org/projects
根本不知道这些东西开源了又怎么样?能在linux 下跑么?
网上找了好久也没相关资料
代表能跨平台进行编译、运行、开发了。
具体是CoreCLR+类库+dnvm虚拟机+dnx进行运行和debug。
以前只能用mono,现在你爱用啥用啥好了,但是还是不怎么好用。