Silver Light and XAML

List of Articles in Silver Light and XAML

WebGet and HttpWebRequest class in SilverLight

This article will discuss about, different way of consuming HTTP enabled service (like REST).This article, will explain about WebGet and HttpWebRequestRead more..
By: Dhananjay Kumar   |    On:  4/21/2010 10:14:25 AM   |    Article

Introducing COM Automation in Silverlight 4

In April 2010 Silverlight 4 was released to the world with one of its great features ever, COM-automation support, that allows you to create cutting-edge applications that do everything you can imagine.Read more..
By: Geming Leader   |    On:  3/27/2011 11:58:32 AM   |    Article

Examples of COM Automation in Silverlight 4

In the previous lesson we talked about COM automation support introduced in Silverlight 4 and we said that COM automation is available only for Silverlight OOB (Out-of-Browser) applications that have Elevated Trust, and that’s one of the security restrictions imposed by Silverlight. Today, we’re going to talk about COM automation in more details and give few Silverlight examples that make use of this great feature.Read more..
By: Geming Leader   |    On:  3/31/2011 6:19:11 AM   |    Article

Creating Hello World application with Silverlight 3.0 with Visual Studio 2010

Silvelight is latest buzz in Microsoft.NET Technologies. Silverlight enable us to create rich user interface for the web based applicationRead more..
By: jalpesh   |    On:  5/16/2010 1:54:33 AM   |    Article

Data Aggregation Using Presentation Model in RIA and Silverlight 4

My earlier post was about the basic CRUD operations on entities with relation .We had discussed about creating simple association and querying as well as Invoking CRUD operation onto them.As i have mentioned there ,here in this article we will have an in-depth look into Presentation Model and its mode of handling related multiple entities.Read more..
By: Manas Patnaik   |    On:  3/10/2011 11:37:12 AM   |    Article

Performance tips for RIA Service with Silverlight 4

Performance is a vital part for any application possibly more important for web based app.With wizard based approach of RIA service generally we tends to comprise all entities, exposing to the client and also allowing the DomainService to go for everything from the database. Not only this approach takes a toll on security, but also it loads the middle tier unreasonably. So this post is about few tips using which we can improve the performance. Well mostly we will cover the Pagination, LimitingRead more..
By: Manas Patnaik   |    On:  4/10/2011 5:43:58 AM   |    Article

Implement master pages in Silverlight

This article will demonstrate how to build a traditional master page style application in Silverlight.Read more..
By: MIB426   |    On:  2/16/2010 3:02:12 AM   |    Article

Silverlight 3 Out of Browser Feature

Silverlight 3 Out of Browser FeatureRead more..
By: Paru   |    On:  2/16/2010 2:59:41 AM   |    Article

Controlling and viewing the ScrollBar positions in Silverlight DataGrid

If you take a look at the Silverlight DataGrid you'll see that you can't control scrolling by default. This could be a hurdle if you're working with data driven applications. What if you want to preserve the scroll position after you reload the DataGridRead more..
By: Sandrino   |    On:  9/14/2010 4:45:42 AM   |    Article

Controlling and Viewing the ScrollBar In Silverlight DataGrid

If you take a look at the Silverlight DataGrid you'll see that you can't control scrolling by default. This could be a hurdle if you're working with data driven applications. What if you want to preserve the scroll position after you reload the DataGridRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Rich Text Box in Silver Light 4.0

In this article, I am going to show how to work with Rich Text box in Silverlight 4.0.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Element to Element Binding in Silver Light 3.0

In this article I am going to discuss new feature of Silverlight 3.0 called Element to Element Binding. I will show three samples to understand Element to Element Binding.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Binding XML File to Data Grid in Silverlight

In this article, I have tried to demonstrate this with simple steps. What all we are going to do is Download content of XML file as string using WebClient class,Parse XML file using LINQ to XML and Bind parsed result as item source of Data Grid.Read more..
By: Dhananjay Kumar   |    On:  4/28/2011 9:00:08 AM   |    Article

Performing CRUD on Relational Data (Multiple table) using Entity Framework ,RIA in Silverlight 4

About Relational/Hierarchical data and CRUD operation against them using RIA.So its time to add some more functionality to the SOI application .Read more..
By: Manas Patnaik   |    On:  3/12/2011 1:23:52 AM   |    Article

Debugging XAML Binding with Silverlight 5

For any data driven application with declarative data binding, with in XAML ,this brand new feature is the significant in many ways.Personally I remember most of the time i used to skip XAML way of binding as it lacked debugging feature.Now with Silverlight 5 my previous approach will surely take a back seat and will allow me to consider both ways equally.Read more..
By: Manas Patnaik   |    On:  4/15/2011 9:51:22 AM   |    Article

MVVM Basics and Data Manipulation in Silverlight 4.0 application

How do we create Silverlight application that follows MVVM Web Application Pattern and Performing CRUD operations in Silverlight Data Grid?Read more..
By: Chinna Srihari   |    On:  6/17/2010 12:50:10 AM   |    Article

Simple DataBind in Silverlight

ADO.Net Classes is Absent in Silverlight That why some time Developer get confused How Retrieve Data in Silvrelight Application? Silverlight Provide ServiceModel Class You Thought this Class You can Call Web servicesRead more..
By: usamawahabkhan   |    On:  6/11/2010 11:17:52 AM   |    Article

DataBinding in Treeview with Drag and Drop Features in Silverlight

In this article, i will show you how to implement databinding to treeview with drag and drop features in silverlight.Read more..
By: usamawahabkhan   |    On:  11/27/2010 12:37:03 AM   |    Article

Animating States of Button In Blend 3

In this article I will be discussing about different States of a Control, States represent MouseOver, MousePressed, etc. I will be creating a custom Button and we will see how we can change the animation of different states.Read more..
By: dpatra   |    On:  4/4/2010 1:03:26 AM   |    Article

How to use Wrap Panel In Silverlight

In this article we will explore Wrap Panel in Silverlight 3. We will see how the Wrap Panel is useful.Read more..
By: dpatra   |    On:  4/13/2010 10:53:38 AM   |    Article

File Upload from Silverlight using WCF

This article will explain, How to upload a file from SilverLight client to server location using WCF.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

File Upload in Silverlight using WCF

This article will explain, How to upload a file from Silver Light client to server location using WCF.Read more..
By: Dhananjay Kumar   |    On:  10/2/2010 9:15:29 AM   |    Article

introduction of Behavior in silverliught 3.0

This article will give a basic introduction of behavior feature in SILVERLIGHT3.0. I will also walkthrough to create a custom behavior.Read more..
By: Dhananjay Kumar   |    On:  4/5/2010 9:54:43 AM   |    Article

Reading files asynchronously using WebClient in Silverlight

In this article, i will explain how to download or read file asynchronously using WebClient class in Silverlight.The WebClient class is a has many methods,events and properties to support download files in different ways.Read more..
By: Dhananjay Kumar   |    On:  4/16/2011 11:15:36 AM   |    Article

What is purpose of the XAP file in Silverlight

When you start learning Silverlight and create your first Silverlight application, one thing you will notice XAP file along with HTML and ASPX files. First time after running your Silverlight application you can see XAP file in client bin folder. Before running of Silverlight application, you will not find XAP file in client bin folder.Read more..
By: Dhananjay Kumar   |    On:  4/19/2011 10:03:54 AM   |    Article

ADO.NET Data Model and ADO.NET Data Service In Silverlight 3

In this article we would see how we can use ADO.NET Entity Data Model as the ORM in Silverlight 3 Application, and ADO.NET Data Service to fetch the data.Read more..
By: dpatra   |    On:  4/20/2010 9:26:33 AM   |    Article

RIA Services in Silverlight 4 Using VS 2010

we will see how we can filter a Textbox on Keyboard inputs. We will see how we can block Numeric input from Keyboard.Read more..
By: dpatra   |    On:  5/16/2010 6:07:52 AM   |    Article

Introduction to Microsoft Silverlight

In this article we’ll have a brief introduction to Microsoft Silverlight, see how it fits with other technologies today, and watch it in action. Get ready!Read more..
By: Geming Leader   |    On:  5/5/2011 10:47:27 AM   |    Article

What’s New in Silverlight 5-Part I

Step by step in Silverlight 5, lots of demos and samples available.Read more..
By: Geming Leader   |    On:  5/8/2011 3:44:33 PM   |    Article

What’s New in Silverlight 5–XAML Changes-Part II

In this article, we’ll have a brief discussion of the new XAML features of Silverlight 5.Read more..
By: Geming Leader   |    On:  5/8/2011 3:51:56 PM   |    Article

What’s New in Silverlight 5? – Control and Text Improvements

In this article, we’ll have a brief discussion of the new features of controls and text in Silverlight 5.Read more..
By: Geming Leader   |    On:  5/11/2011 1:14:36 PM   |    Article

What’s New in Silverlight 5? – Graphics Changes

In this article, we’ll have a brief discussion of the new features in graphics stack in Silverlight 5.Read more..
By: Geming Leader   |    On:  5/17/2011 10:15:28 AM   |    Article

What’s New in Silverlight 5? – Media Changes

In this article, we’ll have a brief discussion of the new features in media stack in Silverlight 5.Read more..
By: Geming Leader   |    On:  5/17/2011 4:42:19 PM   |    Article

What’s New in Silverlight 5? – Elevated-Trust Changes

In this article, we’ll have a brief discussion of the new features in elevated-trust applications in Silverlight 5.Read more..
By: Geming Leader   |    On:  5/18/2011 12:07:50 PM   |    Article

What’s New in Silverlight 5? – Performance and Other Improvements

In this article, we’ll have a brief discussion of the performance, networking, and other improvements in Silverlight 5.Read more..
By: Geming Leader   |    On:  5/18/2011 1:13:26 PM   |    Article

New Features in Silverlight 5 beta

There is lots of new features in silver light 5 beta.Read more..
By: RRaveen   |    On:  12/4/2010 8:55:07 AM   |    Article

New Features in Silverlight Beta 4

Now Microsoft release Silverlight Beta 4 New and Very Useful Features. Silverlight 3.0 was have Some major problems Like Assessing Com Object Silverlight didn't Provide`s Printing Support Developer have to us Browser Print supportRead more..
By: usamawahabkhan   |    On:  5/25/2010 9:04:30 AM   |    Article

Sliverlight 5 Beta Released with Many Imporvements And New Features

The Silverlight is rocking in web development from when it is introduced to the software world.Today is another Sliverlight version 5 released with lots of new features and improvement.Read more..
By: usamawahabkhan   |    On:  4/22/2011 9:41:49 AM   |    Article

Radio Button in Silver Light 3.0 Data Grid

Radio Button in Silver Light 3.0 Data GridRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

SortDescription In DataGrid In Silverlight 3

In this article we will see how can we sort one or more DataGrid Colums using SortDescription method.Read more..
By: dpatra   |    On:  3/28/2010 2:30:07 AM   |    Article

Datagrid TemplateColumn Sorting In Silverlight 3

In this article we will see how we can sort different column in DataGrid Custom Coulmns including TemplateColumn.Read more..
By: dpatra   |    On:  4/17/2010 10:41:35 PM   |    Article

How to Display RowCount on Column Header DataGrid in SilverLight

In this article I will explain how to display RowCount on Column Header in DataGrid in SilverLight. It’s a cool idea to get no of rows in DataGrid and display header in SilverLight.Read more..
By: usamawahabkhan   |    On:  1/18/2011 9:41:23 AM   |    Article

File Handling in Isolated Storage in Silver Light

File Handling in Isolated Storage in Silver LightRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:55 AM   |    Article

How to create Custom Panel in Silverlight

In this article,I have go through with how to create Custom Panel in SilverlightRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

A Silverlight Twitter Client for Windows 7 Mobile Part-01

In this article I will show how to make a basic twitter client for Windows 7 mobile. This is part 1 of the series. In this part, I will show only how to read statues of given user. In further parts, I will show Tweet, Re tweet and Direct Message functionalities.Read more..
By: Dhananjay Kumar   |    On:  3/26/2010 12:03:58 PM   |    Article

Silverlight Navigation Application in Silverlight 3 RIA Services

Silverlight Navigation Application in Silverlight 3 RIA ServicesRead more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Analog Clock Widget In Silverlight 3

Analog Clock Widget In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Business Application in Silverlight 3 RIA Services

Business Application in Silverlight 3 RIA ServicesRead more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Silverlight Navigation Application in Silverlight 3 RIA Services

Silverlight Navigation Application in Silverlight 3 RIA ServicesRead more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

RSS Feed Widget in XAML using Expression Blend 3

RSS Feed Widget in XAML using Expression Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Sticky Note Widget in Expression Blend 3

Sticky Note Widget in Expression Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Row Detail In DataGrid In Silverlight 3 Application

Row Detail In DataGrid In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Scrollable Stack Panel In Silverlight 3 Using Blend 3

Scrollable Stack Panel In Silverlight 3 Using Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

ScrollIntoView In DataGrid In Silverlight 3 Application

ScrollIntoView In DataGrid In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Selecting Tree View Nodes In Silverlight 3 Application

Selecting Tree View Nodes In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Page Transition In Silverlight 3 Navigation Application

Page Transition In Silverlight 3 Navigation ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Multi Grouping In DataGrid In Silverlight 3 Application

Multi Grouping In DataGrid In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Pie Chart In Silverlight 3 Application

Pie Chart In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Plane Projection In Silverlight 3 Application

Plane Projection In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Radio Button Groping In Silverlight 3

Radio Button Groping In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Radio Button Groping In Silverlight 3

Radio Button Groping In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Resource Dictionary In Silverlight 3 Using Blend 3

Resource Dictionary In Silverlight 3 Using Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Expanding and Collapsing Tree View In Silverlight 3

Expanding and Collapsing Tree View In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Font Embedding In Silverlight 3 Application

Font Embedding In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Generating Tree View Nodes From XML File In Silverlight 3 Application

Generating Tree View Nodes From XML File In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Grid Splitter In Silverlight 3 Application

Grid Splitter In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Grouping In DataGrid In Silverlight 3 Application

Grouping In DataGrid In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Implementing MVVM Pattern In Silverlight 3 Application

Implementing MVVM Pattern In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Drag and Drop In Silverlight 3 Application

Drag and Drop In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Tree View In Silverlight 3 Application

Tree View In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Element To Element Binding In Silverlight 3 Using Blend 3

Element To Element Binding In Silverlight 3 Using Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Animating with Easing Function In Blend 3

Animating with Easing Function In Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Auto Complete In DataGrid Cell Editing In Silverlight 3 Application

Auto Complete In DataGrid Cell Editing In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Domain Up Down Control In Silverlight 3 Application

Domain Up Down Control In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Data Annotations In Silverlight 3 Application

Data Annotations In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Customizing Child Window In Silverlight 3

Customizing Child Window In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Customizing Check Box Control In Silverlight 3 Using Blend 3

Customizing Check Box Control In Silverlight 3 Using Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Calendar Control In Silverlight 3 Application

Calendar Control In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Data Form and Data Grid In Silverlight 3 Application

Data Form and Data Grid In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Data Validation In DataGrid In Silverlight 3 Application

Data Validation In DataGrid In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Point Animation In Silverlight 3

Point Animation In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

First SketchFlow Application In Blend 3/Silverlight 3 Part I

First SketchFlow Application In Blend 3/Silverlight 3 Part IRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Splash Screen In Silverlight 3 Application

Splash Screen In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Customizing Calendar Control In Silverlight 3 Using Blend 3 – Part I

Customizing Calendar Control In Silverlight 3 Using Blend 3 – Part IRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Data Validation In Silverlight 3 Application

Data Validation In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Data Input Controls In Silverlight 3 Application

Data Input Controls In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:01 AM   |    Article

Making a Button Control Template

Making a Button Control TemplateRead more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Creating Designer Buttons In Blend 3

Creating Designer Buttons In Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Disable Context Menu In Silverlight 3 Application

Disable Context Menu In Silverlight 3 ApplicationRead more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Double Animation In Silverlight 3

Double Animation In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Glassy Buttons In Silverlight 3

Glassy Buttons In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Grid Panel In Silverlight 3 Using Blend 3

Grid Panel In Silverlight 3 Using Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

URI Mapping in Silverlight Navigation Framework

URI Mapping in Silverlight Navigation FrameworkRead more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Vista like Calendar Widget in XAML using Expression Blend 3

Vista like Calendar Widget in XAML using Expression Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Color Animation In Silverlight 3

Color Animation In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Customizing TextBox Control In Silverlight 3 Using Blend 3

Customizing TextBox Control In Silverlight 3 Using Blend 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Customizing Slider Control In Silverlight 3

Customizing Slider Control In Silverlight 3Read more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Blend 3 with Sketch Flow Features Part I

Blend 3 with Sketch Flow Features Part IRead more..
By: dpatra   |    On:  2/16/2010 12:33:00 AM   |    Article

Using Video Markers in Silverlight

Learn how to use video markers in Silverlight; to set captions/subtitles for a video.Read more..
By: Geming Leader   |    On:  5/24/2011 3:57:32 PM   |    Article

Silverlight Datagrid Paging

Silverlight Datagrid PagingRead more..
By: opencv   |    On:  2/16/2010 12:26:53 AM   |    Article

How to add Controls Dynamically to Silverlight

Article teach about how to add Controls dynamically to silver light pageRead more..
By: kirtan007   |    On:  9/21/2010 9:47:43 AM   |    Article

Grid Layout in Silverlight

Grid Layout in SilverlightRead more..
By: lokeshbasana   |    On:  2/16/2010 12:31:19 AM   |    Article

Pop Search Form Control in Silverlight

Implementation of a custom Pop Search Form Control in SilverlightRead more..
By: MIB426   |    On:  2/16/2010 3:02:12 AM   |    Article

One way, Two way and One time bindings using SilverLight

One way, Two way and One time bindings using SilverLightRead more..
By: questpond   |    On:  2/16/2010 12:02:28 AM   |    Article

Working with Radio Button control and Image in Silver Light 3.0

In this article, I will explain about how to work with Radio Button control of Silverlight. I will also explain how to rotate image in silverlight.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

AutoCompleteBox in Silverlight 4.0

In this article, i will explain AutoCompleteBox control is part of Silverlight 4.0 SDK. It allows us to have a Google style text box.Read more..
By: Dhananjay Kumar   |    On:  3/22/2011 9:40:02 AM   |    Article

The Silverlight 3 Navigation Framework

With the beta release of Silverlight 3 allows us to easily implement navigation between the newly introduced Page controls in a Silverlight application, interacts with the Browser History journal and provides us with Uri mapping. To learn more about these features read on the articleRead more..
By: Paru   |    On:  2/16/2010 2:59:41 AM   |    Article

Step by Step Installing Silver Light 4.0 beta

In this tutorial , I will give step by step pictorial representation of installing Silverlight 4.0 Beta.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Silver Light 4.0 feature-Right click Mouse events-Context Menu

This article will give an introduction of mouse right click events on Silverlight controls. Silverlight 4.0 introduces context menu for all the controls.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Silver Light 4.0 feature - Mouse wheel event

Silver Light 4.0 feature No-02 Mouse wheel eventRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

How to use Static Resource In Silverlight 3

Static Resource is nothing but a Resource which is defined and cannot be changed but can be used multiple times.Read more..
By: dpatra   |    On:  4/5/2010 8:44:36 AM   |    Article

Text Selection In TextBox In Silverlight 3 Application

In this article we will see some of the properties related to Text Selection in TextBox Control in Silverlight 3.Read more..
By: dpatra   |    On:  4/6/2010 9:29:52 AM   |    Article

Introduction to Silver Light 3.0 Navigation

In this article , I will show how to work with Silverlight Navigation framework.Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Site Navigation Basics in Silverlight 4

In any application there will be many pages and user controls to display the content to the users. Also content will be displayed based on the some variable values, which may be passed from one page another page by using session and query string parameters. So, question comes here is how does Silverlight navigation works? How do we pass query string parameters from one page to another page?Read more..
By: Chinna Srihari   |    On:  6/17/2010 12:56:56 AM   |    Article

Silver Light 4.0 Feature No-1 Printing Support

Silver Light 4.0 Feature No-1 Printing SupportRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Progress Bar control in Silver Light 3.0

Progress Bar control in Silver Light 3.0Read more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:57 AM   |    Article

Tilt an image on mouse move in Silverlight 3 (3D Animation)

Tilt an image on mouse move in Silverlight 3 (3D Animation)Read more..
By: Paru   |    On:  2/16/2010 2:59:41 AM   |    Article

How use styles In Silverlight 3 Application

In this article we will see how can we write simple styles for any control and use it effectively.Read more..
By: dpatra   |    On:  4/5/2010 10:13:33 AM   |    Article

Introduction of Themes For Silverlight 3 Navigation Application

We experienced styles in each and every control level. Now in Application Level we have some themes too.Read more..
By: dpatra   |    On:  4/7/2010 7:57:09 AM   |    Article

How to use themes In Silverlight 3 Application

Themes are nothing but some predefined styles for each and every control. For example you want a Blue Theme for your Silverlight Application that is for all of your controls inside the application.Read more..
By: dpatra   |    On:  4/8/2010 10:52:12 AM   |    Article

Tile Brush In Silverlight 3 Application In Blend 3

Every time you could have imagined for any background image for your application and for some controls. In Silverlight 2 and Silverlight 3 Beta it was not so easy to put Images as Background and do some Tiling. Using Tile Brush in Silverlight 3 we will be able to use images as background. In this article we will see how can we achieve that.Read more..
By: dpatra   |    On:  4/8/2010 11:30:32 AM   |    Article

How to use styles in Silverlight

in this article, i will describe,How to use styles in SilverlightRead more..
By: shakthee   |    On:  2/16/2010 1:05:04 AM   |    Article

How To Change the Scroll Bar Color in Silverlight

The color of the silverlight scroll bar was looking very ugly in one of my projects and it needs to be changed. Am so sure that the regular, default pale scroll bars suck most of the time. When the situation demands color tweaking for the scroll bar: Few simple steps and a few minutes of time, it’s done.Read more..
By: Srikanth Chganti   |    On:  12/15/2010 8:25:24 AM   |    Article

Tree Map Control In Silverlight 3 Application

The TreeMap is a control which displays hierarchical data as a collection of nested rectangles whose area (and other properties) are proportional to selected metrics within that data. TreeMap control comes with Silverlight 3 Toolkit.Read more..
By: dpatra   |    On:  4/9/2010 8:39:31 AM   |    Article

How to make image in gray mode in silverlight 3.0

This article will show,how to make an Image Gray in SILVERLIGHT 3.0. This is a very basic article showing,how to make an image gray in SILVERLIGHT.Read more..
By: Dhananjay Kumar   |    On:  4/9/2010 10:38:26 AM   |    Article

Silverlight WebPart in Share Point2010 using Client object model

In this article we will walkthrough to create Silverlight WebPart and deploy to SharePoint 2010 sites. We will fetching list items using client object model and bind to the Silverlight datagrid.Read more..
By: Dhananjay Kumar   |    On:  1/10/2011 11:20:28 AM   |    Article

How to Send Email in Silverlight

In this article, i have describe how to send email in silverlightRead more..
By: usamawahabkhan   |    On:  6/10/2010 9:40:10 AM   |    Article

How to Create 3D Cube in Sliverlight with Visual Studio 2010

In this article I will show, how to create projection (rotating) 3D Cube in Silverlight with Visual Studio 2010. The Silverlight is great technologies to create graphics, 3D motions and objects.Read more..
By: usamawahabkhan   |    On:  1/5/2011 9:09:21 AM   |    Article

Validation Summary In Silverlight 3

In this article we will see how we can do custom error messages if required.Read more..
By: dpatra   |    On:  4/17/2010 10:21:14 AM   |    Article
^ Scroll to Top