tags:

views:

596

answers:

6

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?

+9  A: 

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.

M4N
+1 - that's just what I was going to say
ChrisF
And if you're really in a hurry, then you should download the videos and play them in a video player with 1.5x speed :-)
M4N
+2  A: 

Here is a great set that walks you through creating an entire app by Scott Guthrie. I think the below link to a set of articles gives a great overview of how to use xaml, binding, layout, etc in Silverlight. A great place to start because it gives you a feeling for what you can do in a somewhat practical application and you should be able to get through them rather quickly.

Silverlight End To End Tutorial

Wil P
+5  A: 

I would try this: Getting Started with Silverlight Dev by Tim Heuer

mstrickland
+1 for Tim's blog generally and this series in particular
Gordon Mackie JoanMiro
+2  A: 

Silverlight book from Manning: "Hello! Silverlight". Hello! Silverlight is a fast-paced, entertaining introduction to Silverlight. Authors Bill Reiss and Dave Campbell guide you hands-on from your first Hello World example through the techniques you'll use to add life to your web applications.

You can download it as PDF at manning.com: http://manning.com/reiss/

xamlgeek
+2  A: 

I would go to Brad Abrams Blog and follow his 16 some part tutorial. By the time you are done with that you will have a pretty good grasp on interacting with a server.

Brad Abrams

johnnywhoop