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

前端 未结 11 1311
醉酒成梦
醉酒成梦 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

    I'm not inventing anything here. Just copy-pasting the definitions from https://www.microsoft.com/net/download

    The software development kit (SDK) includes everything you need to build and run .NET Core applications, using command line tools and any editor (including Visual Studio).

    The runtime includes just the resources required to run existing .NET Core applications. The runtime is included in the SDK.

提交回复
热议问题