Frameworks vs. SDKs

前端 未结 8 768
无人及你
无人及你 2021-01-30 16:48

What is the difference between a framework and an SDK? Take, for example, the MS platform SDK and the .NET framework. Both have API\'s, both hide their inner workings, and bot

8条回答
  •  温柔的废话
    2021-01-30 17:46

    An SDK is expected to offer tools to program against a certain system resource or feature. A Framework not necessarily (although .NET offers a whole set of tools such as the compilers, etc - but these are mandatory for it to work anyways).

    So, you could develop a Framework consisting solely of libraries, but if you call it SDK you will be expected to offer something to support development.

提交回复
热议问题