Frameworks vs. SDKs

前端 未结 8 845
无人及你
无人及你 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:24

    In one comparison, you could say:
    Library -> Framework -> SDK
    Framework consists of several Libraries, plus some tools (compilers, etc), and does not target a specific platform. For a platform, there might be several frameworks developed each serving a different purpose. SDK offers you frameworks and everything else you need for developing software for a specific platform.

提交回复
热议问题