Silverlight 2 Development Workshop Code

image

I’m in Las Vegas this week at the DevConnections conference (I know….rough…but someone had to do it).  I just wrapped up the Silverlight 2 development workshop and promised that I’d post the code samples (see the link below).  Thanks to everyone that attended….I had a lot of fun and met a lot of great people building (or starting to build) Silverlight 2 applications. 

Silverlight 2 Code Samples

If you missed the workshop but are interested in Silverlight 2 development come visit me in Phoenix at Interface Technical Training.  We just started offering Silverlight 2 programming classes with the first one running in December.

Published Monday, November 10, 2008 4:43 PM by dwahlin
Filed under: , ,

Comments

# 2008 November 11 - Links for today « My (almost) Daily Links

Pingback from  2008 November 11 - Links for today « My (almost) Daily Links

# re: Silverlight 2 Development Workshop Code

Tuesday, November 11, 2008 9:23 AM by Michael McGuire

Hey Dan,

Looking at the training schedule (interfacett.com/schedule) I don't see Silverlight anywhere.  Did the class fill up or something?

# re: Silverlight 2 Development Workshop Code

Tuesday, November 11, 2008 10:17 AM by Michael McGuire

Hey Dan!

Hmm, first comment didn't seem to post (maybe it has to be approved?)

I looked at Interface's schedule and don't see any mention of Silverlight.  Is the class already full or is it too new to be appearing?

# DevConnections 2008 - Monday, Nov. 10, 2008 « CJ Wang’s Blog

Pingback from  DevConnections 2008 - Monday, Nov. 10, 2008 « CJ Wang’s Blog

# re: Silverlight 2 Development Workshop Code

Tuesday, November 11, 2008 7:22 PM by Ryan Morgan

Dan,

thanks for the great presentation yesterday. You mentioned a link to the physics engine for animation. Could you post that here?

Thanks,

Ryan

# re: Silverlight 2 Development Workshop Code

Tuesday, November 11, 2008 10:23 PM by Kevin Davis

Thanks for the great presentation Dan!  It was great seeing again.  Hope to see you again at the Hawaii .NET User's Group!

Aloha,

Kev

# Silverlight Cream for November 11, 2008 - 2 -- #425

Tuesday, November 11, 2008 10:54 PM by Community Blogs

In this issue: Matthew Casperson, Mehdi Slaoui Andaloussi, Tim Heuer, Dan Wahlin, Dave Britton, Jordan

# Silverlight News for November 12, 2008

Wednesday, November 12, 2008 4:38 AM by Silverlight News for November 12, 2008

Pingback from  Silverlight News for November 12, 2008

# re: Silverlight 2 Development Workshop Code

Thursday, November 13, 2008 11:16 AM by dwahlin

Kevin:

Great to see you again.  Thanks for attending the workshop.  I'll hopefully be able to make it out your way again in the future.  Keep in touch.

# re: Silverlight 2 Development Workshop Code

Thursday, November 13, 2008 11:19 AM by dwahlin

Michael,

It looks like they haven't posted the outline yet for the Silverlight 2 course at Interface Technical Training but it's definitely running in December if you're interested.  The workshop was actually based on the class (but without the lab exercises) plus there's some extra stuff in the class.  If you're interested you can get more details by calling 1-800-264-9029.

# re: Silverlight 2 Development Workshop Code

Monday, December 01, 2008 5:50 PM by John Leach

I had a question during the session regarding changing text in a control template for a button.  It appeared that I had an answer by accessing the Content.  It turns out I did not communicate my requirement.  The template I need includes three text blocks. I need to change the text in each of these text blocks each time I use the template throughout the application.  I cannot find a way to access the text property of each of these text boxes.  Since I am new to Silverlight and program in VB I would appreciate an example.  I have looked at videos and blogs and have not found anything like what I am trying to do.  Your assistance will be appreciated.