(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .

Articles

Page  
  • 1
  • 2
  • 3
  • ...
  • 186
Next
Items View

  • 104 comments  /  posted by  Brian Noyes  on  Jun 11, 2010 (more than a year ago)

    Tweet This!This article is Part 1 of the series WCF RIA Services.

    Introduction

    In order to build serious business application in Silverlight (and other client technologies), you have to work with a lot of data. And that data is usually not resident on the client machine, it is usually distributed amongst many clients and is stored and operated on by back-end services. If you try to write this kind of application architecture yourself, you have to tackle a lot of technologies and write a lot of plumbing. In the end, most of what you are doing is pushing and pulling data from the client to the back end and invoking operations on the server from the Silverlight client application.



  • 76 comments  /  posted by  Brian Noyes  on  Sep 15, 2010 (more than a year ago)

    This article is Part 7 of the series WCF RIA Services.

    Introduction

    In this article, I’ll focus on the security capabilities of WCF RIA Services.

  • 70 comments  /  posted by  Emil Stoychev  on  Jun 19, 2008 (more than a year ago)

    This article is compatible with the latest version of Silverlight.


    Introduction

    In Silverlight there is a TextBlock control that is used to display simple text. However in many cases you need to display hyperlinks in the text. This article focuses on how to build such control and provides full source code for it.


    Overview

    In this article I take for granted that you have basic understandings how to build a custom control in Silverlight. I described the main flow in a previous post so go read it if you need to fill some gaps.

  • 65 comments  /  posted by  Brian Noyes  on  Jun 24, 2010 (more than a year ago)

    This article is Part 2 of the series WCF RIA Services.

    Overview

    In Part 1, I introduced the basics of WCF RIA Services and walked you through the “hello world” equivalent for WCF RIA Services.

  • 56 comments  /  posted by  Joel Neubeck  on  Dec 10, 2009 (more than a year ago)
    Tags:   webcam , joel-neubeck

    Introduction

    Since the first release of Silverlight, the community has been patiently waiting for a version of Silverlight which would allow us to capture video from a user’s webcam, as well as audio from their microphone. This past month at PDC 09, our wait was over with the release of Silverlight 4 Beta 1.

    In this article we will explore the ways in which Silverlight can interact with a webcam, as well as the powerful results one can produce by combining live video with pixel shaders, video brushes as well as WriteableBitmaps.

  • 56 comments  /  posted by  Doug Blackmore  on  Sep 10, 2008 (more than a year ago)
    Tweet This!

    Note: This article is submitted by Doug Blackmore for Silverlight: Write and Win contest.Thanks a lot, Doug! Hello All, Please drop a comment if you like it.

    It is time to vote now! Please, choose your favorite articles and enter your vote by going to contest page. Thank you!

    This article is compatible with the latest version of Silverlight.

    In this article I will show you how to implement custom ComboBox that includes templating, data binding, and auto complete functionality.

    View the Demo

    Download Source Code

    Getting Started

    The initial code for the combo box was obtained by reflecting (http://www.red-gate.com/products/reflector/) on the Silverlight ListBox control. This provided the initial xaml and C# for the dropdown portion of the combo box, so we renamed the controls from ListBoxItem to ComboBoxItem and ListBox to ComboBox.

  • 56 comments  /  posted by  Chris Anderson  on  Sep 28, 2008 (more than a year ago)

    Note: This article is submitted by Chris Anderson for Silverlight: Write and Win contest. Thanks a lot, Chris! Hello All, Please drop a comment if you like it.

    It is time to vote now! Please, choose your favorite articles and enter your vote by going to contest page. Thank you!

    This article is compatible with the latest version of Silverlight.


    Introduction

    Silverlight is one of the major new technologies from Microsoft and will potentially have a huge impact on the Microsoft development community. Developers are rapidly looking to Silverlight to solve major challenges and limitations as posed by existing technologies (such as Windows Forms and ASP.NET). WPF uptake has been lukewarm at best, however the similarities it has with Silverlight could very well give it the kick it needs.

  • 49 comments  /  posted by  Pencho Popadiyn  on  May 11, 2010 (more than a year ago)
    Tags:   ieditableobject , modal-dialogs , memento , mvvm , pencho-popadiyn

    This article is compatible with the latest version of Silverlight.


    1. Introduction

    I recently found myself in the following situation. My boss came to me and asked me: “Dude, we have a big Silverlight project, performing a great number of CRUD operations. We need to find a unified way of showing Modal Dialogs in a MVVM manner, without using any code in the View. The logic of showing dialogs must reside in the ViewModel, not in the code-behind. Also do you remember our previous WinForms projects? There are several pretty useful classes, such as BindingSource and DataRowView, implementing BeginEdit, EndEdit and CancelEdit functionality out of the box.

  • 47 comments  /  posted by  Brian Noyes  on  Jun 28, 2010 (more than a year ago)

    This article is Part 3 of the series WCF RIA Services.

    Overview

    In Part 2, I covered the query capabilities of WCF RIA Services in a little more depth.

  • 45 comments  /  posted by  Nikolay Raychev  on  Mar 19, 2009 (more than a year ago)
    Tags:   controls , savefiledialog , nikolay-raychev

    This article is compatible with the latest version of Silverlight.

    Introduction

    The SaveFileDialog is a new dialog control from Silverlight 3 which allows the user to save a file on the client machine.

    Overview

    To demonstrate the common use of the SaveFileDialog I’ll give an example:

    Source code

    When you click on the button a dialog window appears which allows you to save a file.


Page  
  • 1
  • 2
  • 3
  • ...
  • 186
Next