Difference between silverlight tools, silverlight SDK, silverlight toolkit, silverlight development tools - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T17:16:53Z http://stackoverflow.com/feeds/question/477672 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/477672/difference-between-silverlight-tools-silverlight-sdk-silverlight-toolkit-silve 3 Difference between silverlight tools, silverlight SDK, silverlight toolkit, silverlight development tools Edward Tanguay 2009-01-25T13:16:03Z 2009-01-25T14:44:42Z <p>I'm installing a programming environment for Silverlight and trying to straighten out what needs to be installed, feedback is appreciated:</p> <ol> <li><p>At <a href="http://silverlight.net/GetStarted" rel="nofollow">http://silverlight.net/GetStarted</a>, point number one allows you to install "<strong>Silverlight Tools</strong> for Visual Studio 2008 SP1". The book (Silverlight 2, Wiley) that I am reading seems to refer to this as the "<strong>Silverlight SDK</strong>".</p></li> <li><p>Also at <a href="http://silverlight.net/GetStarted" rel="nofollow">http://silverlight.net/GetStarted</a>, point number four allows you to install "<strong>Silverlight Toolkit</strong>" which my book refers to as "<strong>Silverlight Development Tools</strong>". </p></li> </ol> <p>So the way I understand it, there are only 2 things to install, the names just seem to not be consistent. Or are there really 3 or 4 different things to install?</p> http://stackoverflow.com/questions/477672/difference-between-silverlight-tools-silverlight-sdk-silverlight-toolkit-silve/477707#477707 3 Answer by Stefano Driussi for Difference between silverlight tools, silverlight SDK, silverlight toolkit, silverlight development tools Stefano Driussi 2009-01-25T13:51:43Z 2009-01-25T14:44:42Z <p>You're correct: - the first one refers to the actual SDK (along with documentation, Visual Studio templates and examples). You must install this one in order to develop a Silverlight 2 web application. - the second one is a collection of controls and classes already coded and ready to be used in any Silverlight 2 web application. This one is not required but you can find it very useful since it's a community project, constantly mantained and updated with new features.</p>