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

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

    When you install SDK you also get runtime in that. Check this below, this is what gets installed when we install SDK.

    The following were installed at C:\Program Files\dotnet • .NET Core SDK 2.2.100 • .NET Core Runtime 2.2.0 • ASP.NET Core Runtime 2.2.0

提交回复
热议问题