(X) Hide this SilverlightShow next training events: Getting started with the Silverlight 5 Beta - a free 1 hour webinar on May 11th, by Michael Crump. Join at 10 am PST.
XNA for Windows Phone 7 - a 3 day training by MCC Peter Kuhn. June 1-3, 9 am - 1.30 pm PST. Sign up early-bird for $199.
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 10 results for Deborah Kurata.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  May 05, 2011 (1 week ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    In this post, Deborah Kurata demonstrates how to use a resource file with the validation attributes used by Silverlight and WCF RIA Services.

    Source: Deborah's Developer MindScape

    Use a resource file any time you want better management of your strings, especially if you plan to localize your application.


  • 0 comments  /  posted by  Silverlight Show  on  May 03, 2011 (1 week ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    In this post, Deborah Kurata discusses single property validation.

    Source: Deborah's Developer MindScape

    When you identify the validation scenarios for your application, you will find that some only require basic single property validation. Examples:
    • Ensure that a first name is entered.
    • Ensure that the first name is not longer than 20 characters
    • Ensure that the age is between 16 and 120.
    • Ensure that the email address is valid.
  • Silverlight MVVM, WCF RIA Services Simple Sample Application

    0 comments  /  posted by  Silverlight Show  on  May 03, 2011 (1 week ago)
    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter

    Deborah Kurata has a simple Silverlight MVVM, WCF RIA Services sample application that is used to demonstrate validation techniques.

    Source: Deborah's Developer MindScape

    The sample application is provided in this separate post so it can be readily used with any of the presented validation techniques.

    NOTE: This post defines a sample application that is used in the validation scenarios presented in this prior post.
  • 0 comments  /  posted by  Silverlight Show  on  Mar 06, 2011 (2 months ago)
    Tags: Charting , Deborah Kurata

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterIn a prior post, Deborah Kurata set the ground work for displaying a chart. In this post, she covers how to format the tick marks on the axes.

    Source: Deborah's Developer MindScape

    The tick marks on the charts may not look like much, but they can be helpful to clarifying the meaning of your charts.

    By default, the tick marks are small little black lines on each axis that identify the axis "ticks".
  • 0 comments  /  posted by  Silverlight Show  on  Feb 24, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDeborah Kurata has two blog posts discussing Silverlight chartings - the first one is about setting colors, while the second is on setting the ToolTip:

    • Silverlight Charting: Setting Colors 
    • Silverlight Charting: Setting the Tooltip 
      When working with charts, by default the built-in styling sets the chart colors. But there may be times that you want to control the colors. This post covers a technique for manually setting the chart colors.

  • 0 comments  /  posted by  Silverlight Show  on  Feb 15, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7)
resources on TwitterDeborah Kurata has published the second part of his MVVM Commanding article.

    Source: Deborah's Developer MindScape

    This prior post introduced commanding in Silverlight for use with MVVM. However, the built-in Silverlight commanding only works for controls that inherit from ButtonBase, such as Button and HyperlinkButton. This post provides information on implementing commanding for other Silverlight controls.

  • 0 comments  /  posted by  Silverlight Show  on  Feb 09, 2011 (3 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDeborah Kurata describes in details a ViewModelBase class which provides a starting point for building your View/Model base class.

    Source: Deborah's Developer MindScape

    As you start to add more Views and associated View/Models to your Silverlight line of business (LOB) application, you will notice that the classes include some common and repeated code. Building a simple base class for your View/Models provides a single place for that common code.

  • 1 comments  /  posted by  Silverlight Show  on  Jan 24, 2011 (3 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDeborah Kurata has published two good tutorials on his blog:

    • Populating a DataGrid in a Silverlight Application 
    • Populating a DataGrid in a Silverlight Application using MVVM
      One of the common requirements of a line of business application is to present data. This post demonstrates the basics of how to populate a DataGrid from a business object. This post is a "stepping stone" to the ultimate goal of populating the DataGrid using MVVM, which is a later post in this series.
  • 0 comments  /  posted by  Silverlight Show  on  Jan 17, 2011 (3 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDeborah Kurata has started a new series of posts that will build a Silverlight Line of Business (LOB) application.

    Source: Deborah's Developer MindScape

    One of the goals for these posts is to find the right level of sample code that is complex enough to be useful, yet simple enough to understand and short enough to paste relevant code. So this example tries to keep the code as simple as possible and yet accomplish the application's requirements.

  • 0 comments  /  posted by  Silverlight Show  on  Jul 23, 2010 (9 months ago)
    In this post, Deborah Kurata demonstrates how to use Silverlight and WCF RIA Services to access your server-side business objects to build a line of business application.

    This particular example is as absolutely simple as possible to help you get up and running with these technologies. To meet this goal, this first post covers only how to retrieve data. Later posts will cover update operations.