Skip Navigation LinksHome / Articles / Learn / Videos

Videos

+
Page 
Items Resolution

  • 0 comments  /  posted by  András Velvárt  on  Mar 05, 2010 (5 days ago)

    Introduction

    In the first part of the series, I introduced the application, and created the “ugly duckling” version, where the end user could already browse the and watch the videos. In this part, I am going to add some bling to the app – namely the Intro animation, the ability to skip it, and to replay it. The Intro animation itself is not created with Silverlight, so I will just use it as a video. This part takes heavy use of Visual States, Behaviors and Easings.

    Visual States

    The application builds on Sample Data for displaying the videos’ metadata, and it uses Visual States to differentiate between the states of the application.

    Share


  • 3 comments  /  posted by  András Velvárt  on  Feb 11, 2010 (3 weeks ago)

    Introduction

    As I promised earlier on Silverlight Show, this screencast series will show how to create the showcase application shown on www.response.hu (you may want to read the interview to get some background information on the project). The screencast series shows a real life example of how designers can add value to a project, and how a developer can support this effort by creating small, reusable behaviors that allow the designer to tweak things to shape the end result to be exactly as he wanted it.

    Share
  • 2 comments  /  posted by  Ilia Iordanov  on  Feb 04, 2009 (more than a year ago)

    This is the 8 video by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    In Episode 8, we continue working with the AutoCompleteBox control that we implemented in Episode 7. This time, we fetch a long list of country names as XML from a third-party Web service, cache the file on the client using isolated storage, and harness LINQ to XML to retrieve the country names. One of the considerations is checking Silverlight's access to the remote data.
    Share
  • 1 comments  /  posted by  Ilia Iordanov  on  Feb 02, 2009 (more than a year ago)

    This is the seventh of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    Episode 7 of my series on creating a Silverlight 2 data form concentrates on adding visual appeal.
    You implement rounded borders, gradient effects, and import professional styles from the Silverlight Control Toolkit. You also learn how to use the AutoCompleteBox control to prompt users for data input.
     
    Make sure you've worked through Episode 1, Episode 2, Episode 3, Episode 4, Episode 5 and Episode 6 first.
    Share
  • 2 comments  /  posted by  Ilia Iordanov  on  Jan 29, 2009 (more than a year ago)

    This is the sixth of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    In this episode, you build a XAML form that acts like a popup, modal window. The form validates user input with WCF callbacks to ensure that the customer ID is unique. By the end of the episode, you're able to add a customer to the NorthWind database using Silverlight, VB, ADO.NET Data Services and the Entity Framework. Here's a reminder: this series is sequential.
    Share
  • 0 comments  /  posted by  Ilia Iordanov  on  Jan 27, 2009 (more than a year ago)

    This is the fifth of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    Episode 5: "D" is for Delete probes data associations, properties and links in the Entity Framework. It takes you step by step through the code to delete a customer, the customer's orders, and the order details. I hope you find it worthwhile.
     
    Make sure you've worked through Episode 1, Episode 2, Episode 3, and Episode 4 first.

    Sometimes the video might not be available because of some internal problems of the Silverlight streaming services. Please excuse us for the inconvience, we hope that this problem will be fixed very soon.

    Share
  • 2 comments  /  posted by  Ilia Iordanov  on  Jan 26, 2009 (more than a year ago)

    Check the fourth of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    Episode 4, 'U is for Update' takes you through validating user input, handling button clicks, saving data changes back to the database, and canceling changes. The screencast shows how to use the PropertyChanged event with more examples of wedging your own code into generated partial classes..


    Note: The previous episodes are prerequisites: Episode 1, Episode 2Episode 3

    Sometimes the video might not be available because of some internal problems of the Silverlight streaming services. Please excuse us for the inconvience, we hope that this problem will be fixed very soon.


     
    Share
  • 3 comments  /  posted by  Ilia Iordanov  on  Jan 22, 2009 (more than a year ago)

    Check out the third of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    In Episode 3 of my series on creating a Silverlight 2 Data Form, we display the details of the selected item and explore the DataContext property. I spend some time on the interesting and flexible ObservableCollection objects and configure automatic UI updating by implementing INotifyPropertyChanged.


    Note: The previous episodes are prerequisites: Episode 1, Episode 2

    Sometimes the video might not be available because of some internal problems of the Silverlight streaming services. Please excuse us for the inconvience, we hope that this problem will be fixed very soon.

    Share
  • 1 comments  /  posted by  Ilia Iordanov  on  Jan 22, 2009 (more than a year ago)

    Check out the second of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    This episode covers adding a service reference, putting a ListBox on the page, fetching data with asynchronous calls, and displaying the Northwind companies.
     

    Note: The first episode is a prerequisite: Episode 1

    Sometimes the video might not be available because of some internal problems of the Silverlight streaming services. Please excuse us for the inconvience, we hope that this problem will be fixed very soon.

    Share
  • 9 comments  /  posted by  Ilia Iordanov  on  Jan 22, 2009 (more than a year ago)

    Check out the first of 8 videos by Ken Cox about the development of CRUD application using Silverlight and Visual Basic.NET.

    The tasks shown include: Creating the Silverlight project, adding the database, setting up the ADO.NET Entity data model, and implementing an ADO.NET data service.
     

    The demo is a small, but realistic example of how to create a CRUD (Create, Read, Update, Delete) application against the familiar Northwind database. It uses the latest stuff from Microsoft including Windows Communication Foundation, ADO.NET Data Services (Astoria), and the Entity Framework. 

    Sometimes the video might not be available because of some internal problems of the Silverlight streaming services. Please excuse us for the inconvience, we hope that this problem will be fixed very soon.

    Share

Page