Silververlight

This category contains 58 posts

Video on How to solve cross domain problem in Silverlight?

  If you find my posts useful you may like to follow me on twitter http://twitter.com/debug_mode or may like Facebook page of my blog http://www.facebook.com/DebugMode.Net If you want to see post on a particular topic please do write on FB page or tweet me about that, I would love to help you.

Debugging WCF Service from Silverlight: The Breakpoint will not currently be hit at WCF Service error

Assumption Binding configuration at WCF has debugging enabled Cross domain problem has been take care of since WCF and Service is running on different servers. Visual studio is running in administrator credentials or credentials having enough permission to debug on server. While working today I came across a requirement to debug WCF Service from Silverlight … Continue reading »

Fetching selected value from List Box in Silverlight

Let us say you have a list box as below. You have a requirement that on click of button fetch value of the same row button belongs to. For example if you are clicking second cross, you should able to fetch value Pinal, SqlServer , 500 from the list box. In above list box There … Continue reading »

Creating Deep Zoom Images through c# code

In this quick post, I will show you the creation of deep zoom images from Image in Azure BLOB. You may come with a requirement where you need to create deep zoom images using code. If you need deep zoom images for Pivot Viewer you can very much create it using several tools available. However … Continue reading »

Upload Image from Silverlight to Azure BLOB using WCF

Working with Azure Blob is very common task you must be doing. Sometime you may come with requirement to upload an image from Silverlight client to Azure BLOB. In this post I am trying to help you in achieving this. In this post I will show you below three stuffs. Uploading Image to Azure BOLB … Continue reading »

Silverlight 5 Multi Column and Linked Text

If you are designer of text and love to play around text formatting’s, then you would love to use Multi Columns and Link text in Rich Text Box. This feature gives your ability to display overflowed content in next box or column rather than using scroll bar to read through all the content. While working … Continue reading »

Charts in Windows Phone 7

Today morning I got a call from SQL Server Guru  Pinal Dave and conversation was as below.       So, I started working on this. I decided to go ahead with hard coded data as below,   And function returning data is,       To add chart control on XAML, I added namespace … Continue reading »

Nested ListBox binding in Silverlight and Windows Phone 7

While creating an application I came across a requirement when I had to put a listbox inside a list box and then I had bind that nested listbox dynamically. For example say, entity class called Roles as below, And you are using Role class in another entity class called Subscription as property We need to … Continue reading »

Learn WCF RIA Service: Day 5

Learn WCF RIA Service: Day 1 Learn WCF RIA Service: Day 2 Learn WCF RIA Service: Day 3 Learn WCF RIA Service: Day 4 Using the Silverlight Business Application Template Till Day 4, we have discussed various primary but important aspect of WCF RIA Service and Domain Service class. Today we will learn creating of … Continue reading »

Learn WCF RIA Service: Day 4

Learn WCF RIA Service: Day 1 Learn WCF RIA Service: Day 2 Learn WCF RIA Service: Day 3 Adding Custom Query in Domain Service Class On Day 3 we went deep in generated Domain Class. Now we do have an understanding on what all methods are there in the Domain Service Class. First question we … Continue reading »

Learn WCF RIA Service: Day 3

Learn WCF RIA Service: Day 1 Learn WCF RIA Service: Day 2 Overview of Domain Service Class On day 2 we ran through creating our first line of business application using RIA services. We did not look deeper much into generated classes. Today we will take a step back and examine Domain Service class. Better … Continue reading »

Learn WCF RIA Service: Day 2

Learn WCF RIA Service: Day 1 Building a simple line of business Application using RIA Services Last day we had enough of theory on RIA Services. Today let us get our hand dirty and launch visual studio. We will keep it simple and easy in flow since it is our first exercise. Essentially we will … Continue reading »

Learn WCF RIA Service: Day 1

Why WCF RIA Service ? It is said that, “If you want to have better understanding on a technology; first find why you need that technology? “ And to adhering above saying, we will start our journey of WCF RIA learning with a discussion on “Why WCF RIA Service? “ Most developers are very much … Continue reading »

Working with JavaScript in Silverlight 4.0

In this post I will show you calling of Javascript function from Silverlight. It is very simple and straight forward. Assume you have a JavaScript function on aspx page as below, SilverlightTestPage.aspx You want to call this Javascript function on page load of the Silverlight page then you will have to add namespace And in … Continue reading »

Smooth Streaming in Silverlight

This post is walkthrough on enabling smooth streaming of media over IIS and then stream over Silverlight client. There are very good documentation available on IIS official site to have a better understanding of smooth streaming. So I am not touching theoretical concept behind smooth streaming in this post. However I have shown steps by … Continue reading »

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,380 other followers

Tweets

Categories

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2012