What's the difference between SDK and Runtime in .NET Core?

前端 未结 11 1286
醉酒成梦
醉酒成梦 2021-01-30 19:24

I\'ve read many articles, including this one, yet I can\'t still figure out what\'s the difference, and they have not explained it either in simple terms or at all.

Can

11条回答
  •  不思量自难忘°
    2021-01-30 19:40

    Runtime is enough if we want to run just application on hardware, otherwise to develop and run we need SDK (which includes runtime and tooling).

提交回复
热议问题