Browse by Tags

All Tags » Video (RSS)

Silverlight 2.0 Video Tutorials (Updated) by dwahlin

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...
Filed under: , , , , , , ,

New Video: Integrating Silverlight and ASP.NET AJAX by dwahlin

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...

Video: Working with ASP.NET AJAX UpdatePanel Properties by dwahlin

This video tutorial demonstrates the affect the UpdatePanel's UpdateMode and ChildrenAsTriggers properties have on updating a panel's content. The video starts out by discussing the UpdateMode property and shows why you may want to know about...
Filed under: , ,

Video: Calling Web Services Asynchronously with ASP.NET by dwahlin

In this video tutorial I walk through the fundamentals of calling Web Services asynchronously from an ASP.NET page using the .NET 2.0 event driven model exposed by Web Service proxy objects. There are several different options for calling Web Services...
Filed under: , ,

Video: Binding Data to ASP.NET 2.0 Server Controls by dwahlin

In my last blog entry I wrote about how to bind data to different ASP.NET 2.0 server controls using the SqlDataSource, XmlDataSource and ObjectDataSource. I also discussed how controls could be embedded in other controls such as the DetailsView using...
Filed under: , ,

Video: Creating an N-Layer ASP.NET Application (Updated) by dwahlin

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...

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

Windows Communication Foundation (WCF) 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...
Filed under: , ,

Video: Viewing Albums with WPF/E and ASP.NET AJAX (Updated) by dwahlin

-- Updated for ASP.NET AJAX Final Release and for the February WPF/E CTP. Live version now available -- So many technologies and so little time! It's hard to keep up with all of the great new technologies being released but over the holiday break...

Video: Creating Custom Events and Delegates with C# by dwahlin

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...
Filed under: , ,

Video: Edit XML Data with the XmlDocument Class by dwahlin

In this video tutorial I walk through how to use the XmlDocument class to edit XML. Click the link below to view the video. View Video
Filed under: , ,
More Posts Next page »