Silverlight Articles (103) - Page 7

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

103 records found.
 
G_arora
Lets Start devlopment using Silverlight2 
Last updated on: 09 Sep 2009 08:04:09 AM by G_arora | Views: 5509 | Category: Silverlight |
From my last article on Silverlight we have seen that the Silverlight is meant for both Developer and Designers at bit differently from each-other. A Developer needs following: • Set up an IDE • An Editor to create an XAML and managed code • Moreover, SDK A designer needs to install some designer tools and a development environment which work with XAML
Goldytech
Creating Image Reflection in Silverlight 2.0 
Last updated on: 05 Aug 2009 08:07:32 AM by Goldytech | Views: 7928 | Category: Silverlight |
Silverlight 2.0 provides robust features to enable developers to create rich and funky user interfaces. In this post I will share with you some basics of XAML Transforms. Using these techniques we shall create a simple image mirroring or image reflection solution.
Questpond
SilverLight FAQ's - Part 3 
Last updated on: 23 Jun 2009 03:21:55 AM by Questpond | Views: 8762 | Category: Silverlight |
This article discusses 12 FAQ’s which revolve around bindings, layouts, consuming WCF services and how to connect to database through silver light.
Questpond
7 simple steps to connect SQL Server using WCF from SilverLight 
Last updated on: 21 Jun 2009 10:36:32 PM by Questpond | Views: 13695 | Category: Silverlight |
Votes: 1 | Rating: 1 out of 5
In this article we will look how we can do database operations using SilverLight. We will first try to understand why we cannot call ADO.NET directly from a silverlight application and then we will browse through 7 steps which we need to follow to do database operation from silverlight.
Questpond
4 Simple steps to consume WCF service using Silverlight 
Last updated on: 17 Jun 2009 03:34:31 AM by Questpond | Views: 12220 | Category: Silverlight |
This article will talk about 4 simple steps which will assist you to consume WCF service in a Silverlight application. It also had a simple sample source code which demonstrates all the 4 steps practically.
Questpond
One way, Two way and One time bindings using SilverLight 
Last updated on: 14 Jun 2009 10:59:00 PM by Questpond | Views: 9846 | Category: Silverlight |
This article will talk about three ways of binding object properties with SilverLight user interfaces.  We will first go through the fundamentals of the 3 bindings and then take up a small sample which will demonstrate how the binding works. We have also attached the source for the same.
Questpond
3 ways of applying layouts using SilverLight 
Last updated on: 09 Jun 2009 10:05:27 PM by Questpond | Views: 7954 | Category: Silverlight |
Must be this article is very basic. But I have seen many silver light developers struggling to layout controls and objects in silver light. In section we will quickly walk through 3 different methods of layout for silverlight. In this article we will go through each of these layout implementation and do a simple sample for the same.
  • Questpond
    SilverLight FAQ part 2 (Animations and Transformations) 
    Last updated on: 31 May 2009 10:19:56 PM by Questpond | Views: 9505 | Category: Silverlight |
    This FAQ is completed dedicated to animations and transformations using SilverLight. The tutorial starts with animation basics like timelines and storyboard. Later the article moves ahead to talk about different animations supported and we finally end the tutorial with a simple rectangle animation.
    Questpond
    21 Important FAQ questions for WPF and SilverLight 
    Last updated on: 24 Mar 2009 03:38:32 AM by Questpond | Views: 14877 | Category: Silverlight |
    This article talks about 21 important FAQ from the perspective of WPF and Silver light. Both of these technologies are connected to a certain extent. This article not only explains the theory aspect of these technologies but also shows small samples for each of them.
    SheoNarayan
    How to consume a WCF Service in Silverlight? 
    Last updated on: 06 Mar 2009 05:49:16 AM by SheoNarayan | Views: 41516 | Category: Silverlight |
    Votes: 1 | Rating: 1 out of 5
    This article explains how to create WCF Service and consume WCF Services in Silverlight. To explain this, I have taken a simple example in which I will use Northwind database.
    SheoNarayan
    Giving custom look and feel to the ListBox control in Silverlight 
    Last updated on: 15 Jan 2009 12:39:54 PM by SheoNarayan | Views: 21678 | Category: Silverlight |
    This article describes how to give a customize look and feel of the ListBox control in Silverlight. It also explains how to get the selected item value in code behind.
    SheoNarayan
    Consuming ASP.NET Web Service in Silverlight 
    Last updated on: 13 Jan 2009 07:46:31 PM by SheoNarayan | Views: 45225 | Category: Silverlight |
    Votes: 1 | Rating: 5 out of 5
    This article describes how to consume ASP.NET web service in Silverlight in easy to follow steps.
    SheoNarayan
    How to work with multiple xaml file in a single Silverlight application 
    Last updated on: 05 Jan 2009 01:40:52 AM by SheoNarayan | Views: 45864 | Category: Silverlight |
    Votes: 1 | Rating: 5 out of 5
    In this article, I shall try to explain how to work with multiple .xaml file in a single Silverlight application.