@niubee1 .net 末日你可真敢说。 真要国产 也轮不到 pho java go 啊 国产该有一个易语言呢
xcaptain
2019-08-30 18:56:44 +08:00
我自己的项目从 preview5 开始就跟进了,现在升级到 8,preview 也没有遇到过什么问题。部署方案我打算用 docker 自动构建跨平台镜像。个人认为博客园把部署平台迁移到 linux 没太大必要,毕竟如果用上了 docker 的话 linux 和 windows 没啥区别了,都只是一个跑 docker 的平台而已。
xcaptain
2019-08-30 19:02:36 +08:00
dotnet core 应用用 inprocess 模式部署到 iis 绝对是比部署到 linux+nginx 快的,进程内通信绝对是比 proxy_pass 网络通信快的。之前还看到一篇文章说 windows 对 iis 有特殊的优化,提供了更快的网络 api。不知道为啥这么多人痛恨微软,我自己 php,python,java,go,C#都写过,linux,windows 服务器都用过,也没觉得 windows 的技术体系就低人一等啊
charlie21
2019-08-30 22:08:16 +08:00
ycombinator 上的奇闻,一人聊 .NET Core:
I've been a (mostly) C# developer for 10 years, and am terribly disappointed with the way .NET Core is being managed.
As long as we have things like that, and as long as .NET Core continues to pander only to the lowest common denominator of developers, then the Mono project is still providing value. It is not a matter of "competing".