「.NET 開発基盤部会 Wiki」は、「Open棟梁Project」,「OSSコンソーシアム .NET開発基盤部会」によって運営されています。
目次 †
概要 †
.NET CoreをLinux上にデプロイ
CentOS †
Ubuntu上でビルドして動かす。 †
Windows上でビルドしたものを動かす。 †
FDD †
SFD †
Ubuntu †
Ubuntu上でビルドして動かす。 †
Windows上でビルドしたものを動かす。 †
FDD †
SFD †
仕組み †
'*.dllファイルを動かしているように見えるのでWineなどを使用しているようにみえるが、
.NETの*.dllファイルは、ネイティブではなく中間言語なので、コレを使用して、
Linuxネイティブの実行イメージを再生させる仕組みで動作している模様。
- Comparing WINE and .NET Core is pretty much apples-and-oranges.
- WINE is an alternate implementation of a lot of the Windows DLLs,
so that Windows programs can (attempt) to run on Linux.
- .NET Core allows code to be compiled and run natively on Linux.
参考 †