TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Silverlight
SilverLight
is programming model which is used for developing and distributing rich Internet applications (RIA) that use graphics, animations or video in the .NET framework. By Microsoft a new plug in is developed for delivering videos files .The
SilverLight
plug-in is both cross-browser and cross-platform.
SilverLight
allows the of Al the multimedia distribution are allowed by
SilverLight
which is part of an application with supporting high definition (HD) video at 720p resolution. By using Microsoft's new Dynamic Language Runtime (DLR)
SilverLight
also supports Python, Ruby, and JavaScript in a .NET environment, including the upcoming dynamic version of Visual Basic, VBx. Both the Python and Ruby. Microsoft's decision to new platform.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mamta M (12)
Neelesh Vishwakarma (10)
Bechir Bejaoui (10)
Diptimaya Patra (9)
Supreet Tare (6)
Shivprasad (4)
Vishnujeet Kumar (3)
Mahesh Chand (3)
Suresh M (3)
Mahak Gupta (3)
Raj Kumar (3)
Mahadesh Mahalingappa (3)
Aravind Bs (2)
Nipun Tomar (2)
Priya Linge (2)
Abhishek Kumar Ravi (2)
Rahul Bansal (2)
Aman (2)
Amit Tiwari (2)
Ashwani Tyagi (2)
Santhosh Kumar Jayaraman (1)
Nilesh Jadav (1)
Selva Ganapathy (1)
Ankur Gupta (1)
Mukesh Nayak (1)
Pravin More (1)
Saad Mahmood (1)
Sandeep Singh Shekhawat (1)
Julian (1)
Divesh Pal (1)
Shweta Lodha (1)
Pradeep Chandraker (1)
Kunal Chowdhury (1)
Karthikeyan Anbarasan (1)
Vikrant More (1)
Related resources for Silverlight
No resource found
A Simple WPF Application Implementing MVVM
6/20/2024 10:12:01 AM.
In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes W
Introduction To Silverlight in ASP.Net
6/4/2024 12:13:42 PM.
Silverlight revolutionizes web development, blending desktop-like UI with HTML and JavaScript. Create stunning web apps with multimedia using Visual Studio. Explore Silverlight's architecture and
Learn Simple MVVM and Command Bindings in 15 Mins
4/25/2024 8:11:17 AM.
MVVM, a pattern for WPF/Silverlight, separates Model, View, and ViewModel, simplifying UI development. Models represent entities, Views are UI designs, ViewModels manage data binding, and Binders conn
MVVM (Model View ViewModel) Introduction: Part 1
2/3/2021 4:35:12 AM.
In this article, I’ll talk about how to enhance WPF, Silverlight and Windows Phone application productivity, maintainability and testability with UI based Design Patterns.
21 Important FAQ questions for WPF and SilverLight
9/30/2020 8:50:29 AM.
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 o
How to Design RichTextBox in Silverlight 5
9/30/2020 2:52:47 AM.
In this article, I am going to explain how to design a RichTextBox in Silverlight.
Silverlight ListBox Control
9/30/2020 2:52:28 AM.
In this article, we will discuss the ListBox control in Silverlight and how to use it.
Why Should I Use Silverlight?
9/30/2020 2:29:22 AM.
Why do we use Silverlight? What would be the reason for Silverlight when there is ASP.NET, Windows apps and the latest WPF.
Graphics Path in Silverlight
9/30/2020 2:24:02 AM.
A graphics path is a set of connected lines, curves, and other simple graphics objects. This article demonstrates how to use a Path control in Silverlight using XAML and C#.
Cookie in Silverlight Through JavaScript
9/30/2020 2:06:49 AM.
In this process we follow, we will be accessing JavaScript's function from silverlight. This sometime becomes headache for most developers, but you should not worry, you are reading “my post.”
Working with DataGrid in Silverlight
9/29/2020 3:39:18 AM.
This article shows you how to work with a DataGrid control available in Silverlight 2.0. Article also demonstrates some formatting and data binding techniques.
File Upload in Silverlight
9/29/2020 2:33:40 AM.
This article describes how to upload files on the Web in a Silverlight application.
C# and XAML within a Silverlight 2 context - INotifyCollectionChanged implementation: Part V
9/29/2020 2:13:13 AM.
In this article I will demonstrate different techniques of how implement the INotifyCollectionChanged interface as a part of the article how does XAML interact with C#
Insert, Update and Delete in Silverlight DataGrid using ADO.NET
9/29/2020 1:34:21 AM.
In this article will show how to perform CRUD (Create, Retrieve, Update, Delete) operations in Silverlight 2 using ADO.NET Data Services.
Migrate Silverlight Phone 8.1 Apps To Windows 10
1/8/2020 2:23:50 AM.
In this article you will learn about migrating Silverlight Phone 8.1 apps to Windows 10.
Working With ListBox In Windows Phone (Send SMS, Email and Make a Call) : Part 3
12/30/2019 11:54:33 PM.
In this article we will discuss another example of working with a ListBox.
Show GIF Images in Windows Phone 7.1
12/30/2019 2:51:18 AM.
This article discusses how to load .gif extension images in Windows Phone 7.1.
Generic Data Access Layer for WCF : Part 5
9/26/2019 12:36:28 AM.
In this article, we will solve the runtime serialization issues we encountered in the previous article.
Generic DAL using WCF: Part 6
9/26/2019 12:35:11 AM.
In this article, I would just give a tip on how to improve on the Generic DAL which we just finished in this series.
Generic Data Access Layer for WCF : Part 4
9/25/2019 11:50:58 PM.
In this article, we will create a WCF Business Layer and its methods.
Easiest and Best Way to Use WCF OData Services and Silverlight Client
9/25/2019 5:23:25 AM.
The Open Data Protocol (OData) is an open protocol for sharing data, based on Representational State Transfer (REST). In this article, I would like to explain OData using WCF.
Session Management in WCF and Silverlight
9/23/2019 12:00:35 AM.
This article is about Session Management in WCF and Silverlight. This article will explain you the code and settings required in different files like web.config, service class, service interface etc.
Data Contract in WCF
9/10/2019 12:03:39 AM.
A data contract is a formal agreement between a service and a client that abstractly describes the data to be exchanged.
Your first animations using XAML and Silverlight- Double animation: Part II
12/26/2018 12:14:35 AM.
In the previous article Your first animations using xaml and silverlight - Color animation: Part I, we've exposed a technique of how to deal with color animation. In this article, I will do same t
URI Mappings in Silverlight Navigation Framework
12/19/2018 3:23:16 AM.
URI Mappings in Silverlight Navigation Framework. Navigation Framework comes with Silverlight 3 RIA Services. Using this framework we can easily navigate between User Controls in a Silverlight Applica
Sticky Notes in Silverlight
12/19/2018 3:18:08 AM.
Sticky Notes in Silverlight 3 and Blend 3. The main functionality of this Widget is to display a list of tasks to be done.
PopUp Control In Silverlight
12/19/2018 3:11:56 AM.
Using PopUp Control In Silverlight. Pop Up Control is a Visual Prompt Control provided in Silverlight.
InitParams in Silverlight
12/19/2018 1:18:34 AM.
Using InitParams in Silverlight. Here we will see to pass some parameters inside – for example a key and value pair then we can pass the key value pair from the aspx page.
Analog Clock Widget
12/19/2018 1:13:02 AM.
In this article, I will show you to create an Analog Clock Widget in Silverlight 3 and Expression Blend 3.
Print Document In Silverlight
10/17/2018 3:42:48 AM.
This article demonstrate the print document in Silverlight.
Image Viewer In WPF
10/5/2018 12:22:31 AM.
ImageViewer is an open source project written in WPF and C# that allows users to view images and manipulate them.
Duplexing in Silverlight
6/26/2017 2:11:14 AM.
The process of duplexing in Silverlight. In this article, I will explain how to create a duplex WCF service that can communicate with a Silverlight client.
Azure Mobile Engagement - Windows Phone 8.1 Silverlight
12/3/2015 12:36:51 PM.
In this article you will learn Azure Mobile Engagement in Windows Phone 8.1 Silverlight.
Create User Control in Silverlight
7/10/2015 5:40:31 AM.
The purpose of a user control is to provide the ability to reuse common user interface functionality across our web applications.
Analog Clock Using .NET Silverlight
4/29/2015 4:40:03 PM.
Creating Analog Clock completely from Code Behind using .NET Silverlight.
Grouped LongListSelector in Windows Phone 8 Silverlight
12/21/2014 8:19:15 PM.
This article explains how to create a LongListSelector with grouping in a very simple and easy manner.
What's New In Prism 5.0?
10/30/2014 5:50:27 PM.
In this article you will learn what is new in Prism 5.0.
Blend 3 Sketch Flow New Features - Part I
9/19/2014 2:01:26 AM.
New Features of Blend 3 + SketchFlow. This is a series of articles.
Expression Blend 3 With Sketch Flow
9/19/2014 2:00:21 AM.
In this article We will talk about Blend 3 with Sketch Flow, as this is the RC release from Microsoft. Expression Blend 3 + SketchFlow
LINQ FAQ Part3
9/19/2014 1:34:12 AM.
This is the third series in my LINQ FAQ series. In this series we will cover LINQ FAQ’s related to concurrency handling, compiled queries, CRUD implementation and mapping simple .NET classes with XML file configuration. I love to write articles in FAQ format for the only purpose that they are to the point and you can get to know more by reading less.
Paint Application in Silverlight 3 - Part II
9/19/2014 1:13:55 AM.
In this article we will continue from our last article Paint Application in Silverlight 3 - Part 1. In our previous article we designed the whole Silverlight Application. Now we will continue.
Paint Application In Silverlight 3 - Part I
9/19/2014 1:06:43 AM.
Creating a Paint Application using Silverlight 3 and Blend 3
SilverLight FAQ's - Part 3
9/18/2014 6:42:55 AM.
This article discusses 12 FAQ’s which revolve around bindings, layouts, consuming WCF services and how to connect to database through SilverLight.
Silverlight FAQ part 2 (Animations and Transformations)
9/18/2014 6:36:05 AM.
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.
Working with Silverlight Toolkit: Part II
9/5/2014 2:03:28 AM.
The Silverlight Toolkit provides a variety of rich controls to supplement the existing Silverlight controls. This article describes how to add the Toolkit controls to your Toolbox and make use of the AutoCompleteBox control.
Creating and using Storyboards in Blend+Silverlight – Part II
9/5/2014 2:00:50 AM.
This article will show you briefly how to work with keyframes.
Creating and using Storyboards in Blend+Silverlight - Part I
9/5/2014 1:59:49 AM.
In the first part of this article series, you will explore how to create storyboards and use them to create simple animations.
C# and XAML within a Silverlight 2 context? - Binding Modes: Part VIII
9/4/2014 7:35:45 AM.
In this article I will expose the different binding modes.
C# and XAML within a Silverlight 2 context - Data conversion: Part VII
9/4/2014 7:30:40 AM.
In this article I will show how to implement a customized converter as a part of the article how does XAML interact within C# code.
C# and XAML within a Silverlight 2 context - Data Validation: Part VI
9/4/2014 7:28:13 AM.
In this article, I will demonstrate how to implement a validation logic as a part of the article how XAML
C# and XAML within a Silverlight 2 context - INotifyPropertyChanged implementation: Part IV
9/4/2014 7:13:52 AM.
In this article, I will expose the implementation technique of the INotifiedPropertyChanged interface as a part of the article How does XAML interact with the C# code
C# and XAML within a Silverlight 2 context? - Binding process: Part III
9/4/2014 7:10:56 AM.
In this article I will continue with the Binding process and I will demonstrate binding technique but from the C# code behind this once.
XAML and C# within a Silverlight 2 context - Binding process: Part II
9/4/2014 7:08:36 AM.
In this article, I will show different techniques to interact with a given XAML UI with a C# code behind object.
Graphics in Silverlight 5 - Part V
9/4/2014 6:50:19 AM.
In this fifth part of this series, we shall continue exploring 3-D graphics in Silverlight 5.
Graphics in Silverlight 5: Part IV
9/4/2014 6:47:12 AM.
In the fourth part of this series, we shall explore the Path element.
Graphics in Silverlight 5: Part III
9/4/2014 6:44:27 AM.
In the third part of this series, we shall continue exploring other Shape elements. We begin with the Polygon.
Graphics in Silverlight 5 - Part II
9/4/2014 6:41:43 AM.
This article continues forward from Part I and explores further controls to create graphics in Silverlight.
Graphics in Silverlight 5: Part I
9/4/2014 6:38:03 AM.
This article is the first in a series describing the built-in support in Silverlight 5 for graphics. This article will introduce the Ellipse element.
Using Data in Silverlight 2 Applications - II
9/4/2014 6:35:14 AM.
In this article you will learn how to consume the WCF created earlier and access data in the Silverlight 2 application.
Using Data in Silverlight 2 Applications - I
9/4/2014 6:33:06 AM.
In this Article you will learn how to create a data connection, a LINQtoSQL class and a WCF service.
Working with the Silverlight Toolkit - Part III
9/4/2014 6:07:52 AM.
This is the third part of the Toolkit series and describes the ViewBox control.
Working with the Silverlight Toolkit: Part I
9/4/2014 5:48:20 AM.
This article introduces you to the Silverlight Toolkit.
Your first Animation using XAML and Silverlight - Point Animation class: Part III
9/4/2014 1:51:29 AM.
This article is third part of the series of articles about animation using XAML and Silverlight.
Your first Animations Using XAML and Silverlight - Color Animation: Part I
9/4/2014 1:47:15 AM.
In this article, I will give a trick of how to deal with ColorAnimation class within VS2008 and Silverlight context using both xaml and C# 4.0, afterward, and in the two subsequent articles, we’ll focus on the DoubleAnimation and PointAnimation.
Geo Location Service in Windows Phone 8
8/26/2014 2:33:46 PM.
This article describes how to create a Geo Location Service in Windows Phone.
Windows Phone 8 Storage
6/16/2014 6:24:37 PM.
In this part, we will learn about Windows Phone files and folders storage.
Custom Progress Bar/ Busy Indicator in Silverlight
6/15/2014 11:04:48 PM.
The Silverlight toolkit comes with Busy Indicator control, but some time you may need to develop custom Busy Indicator for your application. Here are the steps to create Busy Indicator using Silverlight StoryBoard.
Writing Your First Windows Phone 8 App
5/19/2014 3:30:39 PM.
In this chapter we will develop a Silverlight Windows Phone 8 application using the Visual Studio 2012 IDE.
Fixing Win32 Unhandled Exception in Silverlight Web App
5/3/2014 12:12:09 PM.
This article describes diagnosing and fixing a Win32 Unhandled Exception in a Silverlight Web App.
Silverlight CRUD Operations Using WCF Service
5/2/2014 1:31:49 PM.
This articles demonstrates how to use Silverlight CRUD operations using a WCF service. We will use a Data Grid data control.
Add Silverlight Into a Web Page
3/14/2014 1:39:42 PM.
This article explains how to add Silverlight into a web page using HTML.
Getting Started With Silverlight
3/13/2014 3:51:37 PM.
In this article I will show how to work with Silverlight.
How to Implement the AutoComplete TextBox in Silverlight Application
3/10/2014 3:56:09 PM.
In this article we will implement an AutoComplete TextBox in Silverlight Applications using C#.
How To Launch Search Task and Email Compose Task in Windows Phone
3/3/2014 4:00:29 PM.
Here we will build a demo application to implement Search and Email Compose tasks.
DataTemplate In XAML (WPF, Windows Phone, Windows 8 and Silverlight)
12/30/2013 1:38:10 AM.
In this article I‘ll try to explain DataTemplate in XAML (WPF, Windows Phone, Silverlight or Windows 8) with some cool examples.
Windows Phone - Layout’s Demonstration in Silverlight
10/4/2013 5:21:46 AM.
We are in App Development; either it is Android, Windows Phone or Apple iPhone. In every platform, we have layout definition. Since are planning to develop for different sized screen. In this post, we are targeting Windows Phone Development.
Configuring Silverlight RIA Services App to Use ASP.Net Web APIs
8/21/2013 10:14:32 PM.
In today’s article we will see how to configure an existing Silverlight Ria Services Enabled app to use Web APIs.
Creating Silverlight Application to Consume the WCF Service
8/7/2013 4:02:06 PM.
This article shows how to create a Silverlight application to consume a WCF Service.
Silverlight Consuming WCF REST Service
8/7/2013 12:09:58 PM.
In this article we will see how to consume a WCF REST service in Silverlight client applications.
Adding Slider Control in LightSwitch 2012
7/27/2013 7:05:20 PM.
In this article we will see how to add a Slider Control to our application in LightSwitch 2012 using visual Studio 2012.
Data Binding in XAML (WPF, Silverlight, Windows Phone or Win8 App) Part 1
7/7/2013 12:10:19 AM.
In this article I will cover XAML (WPF, Silverlight, WP or Win8 App) Data Binding and the importance of the {Binding} key word in XAML.
XAML Developer Must Care About Your Registered Events
6/18/2013 12:21:30 PM.
Memory leakage in applications are very common and in an effort to save time a developer does not care about it. There are various possibilities for memory leakage and one of them is the events registered in applications that a developer unknowingly forgets to handle.
Things to Keep in Mind While Working With Telerik Test Studio VS Plugin
6/5/2013 4:52:47 PM.
Telerik Test Studio is the most advanced Test Automation tool available out there for Silverlight Applications.
How to Localize a Silverlight Client Screen:Part 2
5/20/2013 10:41:23 PM.
This article describes how to localize the Silverlight client screen.
The Background Worker in Silverlight
5/11/2013 4:13:58 PM.
So here comes background worker in the picture. As the name itself suggests, background worker means...background worker. It is actually a thread with completed event.
Implementing INotifyPropertyChanged in Silverlight
5/3/2013 10:21:43 AM.
Are you using binding in xaml? Is it MVVM? So believe me, this post is for you. Just give it a five minute read, you will admire it.
Unable to See the Model Classes While Adding a New Domain Service
5/1/2013 6:07:36 PM.
Ever came across a situation where you want to add a new domain service class to your RIA Service solution & you don’t see the class names from your model?
Isolated Storage in Silverlight
5/1/2013 5:56:35 PM.
One can store files, images, maybe even videos sometimes in Isolated Storage. Want to learn how? Read on!
Creating a Beautiful Splash Screen For Silverlight Applications
4/26/2013 5:53:00 AM.
This article adds on top of many other great articles and blog posts on how to create simple Silverlight Splash Screens and helps you design a more complex splash screen with Story Boards & Floating Text Blocks.
Custom Authentication in Silverlight
4/24/2013 5:09:34 PM.
This post will let customize authentication in Silverlight, from beginning, to the end.
Saving Silverlight Application's User Settings in DB
4/24/2013 4:42:22 PM.
This blog helps you save a user's settings in the Database for a #Silverlight Application.
Submitting Only Selected Entities in Silverlight
4/20/2013 8:58:28 PM.
This article will show you how you can submit changes of only selected entities, instead of all, when calling submitchanges() from the DomainContext in Silverlight.
Reading XML in Silverlight
4/17/2013 5:08:04 PM.
This post will tell you the easy way to read xml in silverlight.
Creating XML in Silverlight
4/15/2013 9:30:35 AM.
This article shows how to create XML in Silverlight, in a rather simple way.
Getting Geo-location of User in Silverlight
4/10/2013 2:34:45 PM.
In this article you will Get Geo-location of User through silverlight application.
How to Specify a Target Version For Windows Phone
4/3/2013 2:54:18 PM.
This article shows how to specify a target version for Windows Phone.
Configuring IIS to Run Silverlight Services
3/10/2013 4:23:46 PM.
Here you will learn how to configure IIS to run Silverlight services.
Working With ListBox In Windows Phone 7
2/17/2013 9:49:13 AM.
In this article we discuss how to show images and data in the ListBox in WP7.
Working With ListBox In Windows Phone (Edit Data In the ListBox) : Part 2
2/17/2013 9:47:44 AM.
In this article we will discuss another example of working with a ListBox.
Windows Phone 7.1 Imaging
2/1/2013 1:23:09 PM.
This article demonstrates how to load .jpg images in Silverlight windows phone 7.1. Windows phone 7 supports only jpg and png images.