Difference between Silverlight Runtime and Silverlight SDK
From: Basic Questions on Silverlight Technology
Silverlight Runtimeis a plug-in for browsers to support Silverlight enabled applications. If Silverlight runtime is not installed, browsers will not be able to run Silverlight elements in the browser. You can set up your Silverlight tags such a way that your browser will automatically prompt the user to download and install the Silverlight plug in when your application is launched in the browser.
Installing the run time is a one time operation on the client. Once installed, it will be automatically launched when any Silverlight application is loaded in the browser.
Silverlight SDKis a set of tools, documentation, samples and templates for the web developers to help them easily develop Silverlight enabled applications. The SDK is not really mandatory to develop Silverlight applications, however, SDK will make development much easier.
本文解释了Silverlight运行时与Silverlight SDK之间的主要区别。Silverlight运行时作为浏览器插件,支持Silverlight应用程序的运行;而Silverlight SDK则为开发者提供了开发工具、文档、示例和模板等资源,有助于简化Silverlight应用的开发过程。

被折叠的 条评论
为什么被折叠?



