Hi,
What tools are required to develop a silverlight application.
Thanks, in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priya LingePosted Sep 20, 2011, 12:31 AM
To run Silverlight applications in a web browser, you need to have the Silverlight runtime installed on the client browser as a plug-in. This is a light-weight version of the .NET runtime.
However, to develop a Silverlight application, you need something more.
Silverlight SDK: This includes a set of tools required to compile and build Silverlight controls.
Microsoft offers two separate tools to develop Silverlight applications:
Microsoft Expression Studio
Microsoft Visual Studio
Please check below link for more information.
http://www.codekhan.com/2011/06/what-are-tools-required-to-develop.html
Hope this will help you.
Thanks.