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. BetterContinueContinue reading “Learn WCF RIA Service: Day 3”
Author Archives: Dhananjay Kumar
Revised Windows Azure Portal: 2nd August 2011
Microsoft Azure team has come nicely with revised Windows Azure Portal. Some of the new features of portal are as below, 1. The portal is now can be worked with 11 different languages. Supported language are listed on left top before billing. 2. Performance improvement by increasing isolated storage quota. When you openContinueContinue reading “Revised Windows Azure Portal: 2nd August 2011”
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 willContinueContinue reading “Learn WCF RIA Service: Day 2”
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 muchContinueContinue reading “Learn WCF RIA Service: Day 1”
Smooth Streaming on Windows Phone 7
Read Smooth Streaming in Silverlight here This post is walkthrough on enabling smooth streaming of media over IIS and then stream over Windows Phone 7 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 inContinueContinue reading “Smooth Streaming on Windows Phone 7”
XmlDictionary and XmlDictionaryString classes to create WCF Message
It is common when you will create Message, you may use below classes Class Namespace XmlDictionary System.Xml XmlDictionaryString System.Xml Let us investigate purpose of each class one by one. XmlDictionary class allows us to create a private pair of Key and Value. This key-value pair can be used to represent Element name Attribute name XMLContinueContinue reading “XmlDictionary and XmlDictionaryString classes to create WCF Message”
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 inContinueContinue reading “Working with JavaScript in Silverlight 4.0”
Changing Application Tile in Windows Phone 7
When you create a Windows Phone 7 application, by default newly created app will have Title Background Image Icon Value set to default as below , If you will notice by default Title would be the same as of name of the Windows Phone Application project. On running you will get Application tile as below,ContinueContinue reading “Changing Application Tile in Windows Phone 7”
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 byContinueContinue reading “Smooth Streaming in Silverlight”
Video on Smooth Streaming in Silverlight Part 2
**************