Entries in Video (5)
Silverlight 2.0 Video Tutorials
Silverlight 2.0 provides a new and exciting framework for building rich applications using C#, VB.NET or other languages that are capable of running on multiple operating systems and in multiple browsers. Scott Guthrie recently posted a great set of tutorials on Silverlight 2.0 that are an excellent resource for getting started building Silverlight 2.0 applications.
Scott recently approved converting the tutorials into video so I've been busy the past few days putting together video tutorials that cover Silverlight 2.0 and the Digg.com application Scott wrote about. Links to the written tutorials and video tutorials are shown below.
Silverlight 2.0 Video Tutorials
| Part 1: Creating "Hello World" with Silverlight 2 and VS 2008 | Tutorial | Video Tutorial |
| Part 2: Using Layout Management | Tutorial | Video Tutorial |
| Part 3: Using Networking to Retrieve Data and Populate a DataGrid | Tutorial | Video Tutorial |
| Part 4: Using Style Elements to Better Encapsulate Look and Feel | Tutorial | Video Tutorial |
| Part 5: Using the ListBox and DataBinding to Display List Data | Tutorial | Video Tutorial |
| Part 6: Using User Controls to Implement Master/Details Scenarios | Tutorial | Video Tutorial |
| Part 7: Using Templates to Customize Control Look and Feel | Tutorial | Video Tutorial |
| Part 8: Creating a Digg Desktop Version of our Application using WPF | Tutorial | Video Tutorial |
View other cool videos on Silverlight 2.0 and additional .NET technologies from the Mix 08 conference:
New Video: Integrating Silverlight and ASP.NET AJAX
I gave a talk at Desert Code Camp toward the end of 2007 that discussed how Microsoft's Silverlight product could be integrated with ASP.NET AJAX to dynamically display albums obtained from an Amazon.com Web Service. It's taken awhile to get the video posted, but it's now available. The audio in the room wasn't great since no microphone was used so you may need to crank it up a bit.
Slides and code shown in the video can be downloaded below:
Integrating Silverlight and ASP.NET AJAX (57 minutes)
Click here to view in Windows Media Player (right-click and you can save the file)
Video: Creating an N-Layer ASP.NET Application
If you're currently embedding all of your code directly in ASP.NET pages, this video will help get you started on the road to recovery. I'm kidding of course, but if you want to build more re-useable and maintainable applications you'll want to segregate your code into different layers at a minimum. Other types of architectures can certainly be applied as well. The code shown in the video can be downloaded here.
Video: Creating a Web Service with Windows Communication Foundation (WCF)
Windows Communication Foundation (WCF - part of .NET 3.0) provides a robust framework that allows Web Services and .NET Remoting applications to be built and consumed using a consistent object model. In this video tutorial I walk through the fundamentals of creating a WCF service exposed through HTTP and IIS. Topics covered include defining a data contract using XSD schemas, generating data entity code using svcutil.exe, creating a service interface, implementing a service interface and consuming a service through a client-side proxy. The code shown in the video can be downloaded here.
Video: Creating Custom Events and Delegates with C#
