Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to learn Silverlight fast?

Tags:

c#

silverlight

I need to make Silverlight application. I'm going to need server side, which I'm going to make with C#. What could be best way to learn to make simple application with Silverlight + C#? Here are few questions that I need to know... Btw. I have Visual Studio 2008 Pro and MS Expression Studio 3.

1) How can I make objects in silverlight? 2) How can I program actions/user inetractions? 3) How can I connect to server side with silverlight?

like image 424
newbie Avatar asked Oct 06 '09 19:10

newbie


1 Answers

As a starting point, have a look at the many resources available on http://silverlight.net, e.g videos, quickstarts and so on.

Also check out the reference documentation in MSDN, it also has a getting started section.

like image 114
M4N Avatar answered Oct 05 '22 23:10

M4N