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 2008TutorialVideo Tutorial
Part 2: Using Layout ManagementTutorialVideo Tutorial
Part 3: Using Networking to Retrieve Data and Populate a DataGridTutorialVideo Tutorial
Part 4: Using Style Elements to Better Encapsulate Look and FeelTutorialVideo Tutorial
Part 5: Using the ListBox and DataBinding to Display List DataTutorialVideo Tutorial
Part 6: Using User Controls to Implement Master/Details ScenariosTutorialVideo Tutorial
Part 7: Using Templates to Customize Control Look and FeelTutorialVideo Tutorial
Part 8: Creating a Digg Desktop Version of our Application using WPFTutorialVideo Tutorial


View other cool videos on Silverlight 2.0 and additional .NET technologies from the Mix 08 conference:

Joshua Allen's Mix 08 Blog


del.icio.us Tags: ,,,,
Posted on Saturday, March 8, 2008 at 10:12PM by Registered CommenterDan Wahlin in , , , , , , , | CommentsPost a Comment | EmailEmail | PrintPrint

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:

  • PowerPoint Slides Download

    Integrating Silverlight and ASP.NET AJAX (57 minutes)

    Click here to view in Windows Media Player (right-click and you can save the file)

     

    Posted on Sunday, January 20, 2008 at 11:48AM by Registered CommenterDan Wahlin in , , , , , | CommentsPost a Comment | EmailEmail | PrintPrint
  • Video: Creating an N-Layer ASP.NET Application

    In this video tutorial I walk through the fundamentals of creating an N-Layer ASP.NET application. What's "N-Layer" you ask? N-Layer can be interpreted many different ways, but I generally use the term to mean separating presentation, business and data code into individual layers. Doing this allows code to be re-used throughout an application and prevents unnecessary clutter in ASP.NET code-behind classes. This video covers creating presentation, business and data layers and also covers another layer I normally add to projects that I refer to as "Model". The model layer contains data entity classes that are used to pass data between the different layers.

    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.

     

    Posted on Monday, February 5, 2007 at 10:08PM by Registered CommenterDan Wahlin in , | Comments4 Comments | References2 References | EmailEmail | PrintPrint

    Video: Creating a Web Service with Windows Communication Foundation (WCF)

    My good buddy Lorin Thwaits invited me to give a WCF talk at the Vista launch event on Feb. 3rd for the Arizona .NET User Group. Thanks to everyone who attended...I had a lot of fun and met some great people. For those that didn't attend, the video below shows the code demo I ran through in the presentation. Here's a summation of what it's all about:

    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.

     

    Posted on Saturday, February 3, 2007 at 03:40PM by Registered CommenterDan Wahlin in , , | Comments7 Comments | EmailEmail | PrintPrint

    Video: Creating Custom Events and Delegates with C#

    It's no secret that events and delegates play a crucial role in the .NET framework. Without them it would be hard to handle user input or notify other objects when an action occurs. I get a lot of questions about events and delegates in classes I teach so I decided to put together a video that outlines the fundamentals of creating a custom class that exposes an event and a delegate. The video also demonstrates how to create a custom EventArgs class and how events can be consumed using C#. The code shown in the video can be downloaded here.

     

    Posted on Thursday, January 18, 2007 at 12:51AM by Registered CommenterDan Wahlin in , | Comments15 Comments | EmailEmail | PrintPrint