Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
what is silverlight how it can be linked with C#

thanks in advance
Posted
Comments
Rajesh Anuhya 1-Feb-12 8:52am    
Not clear
[no name] 1-Feb-12 8:54am    
brief description i need to use or how to start with silverlite

Silverlight: previously known as WPF/E (where E means Everywhere), Silverlight is a cut down cross-platform version of WPF and is a browser plugin that lets you run rich internet applications, including media, animation and games.Silverlight allows applications to be written in any .NET language. For example c# and VB.NET. Silverlight will run on most popular platforms unlike winforms.

Here's a nice beginners guide to get you started as well.
http://code.msdn.microsoft.com/silverlight/Beginners-Guide-to-5a030b89[^]
 
Share this answer
 
I see that the question you are really asking is how would you get started with Silverlight. Well, first of all you are going to need the Silverlight SDK and a version of Visual Studio you can write Silverlight applications in.

If you go to this[^] page, you can find the links you need to download the latest version of Silverlight and the SDK, as well as links to Visual Studio.

I would suggest that you read and watch the tutorials available on the Silverlight site to get a basic understanding. When you want to go further, there are numerous excellent tutorials here on Code Project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900