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…
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…
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…
If you need to query all People from Person table with FirstName start with A, you can easily query like below, What if you want to list all the people from person table with first name start with A and…
Have you ever thought, what if your table name 1. Is exactly as of SQL Server keyword 2. Is having space in between like Student Fav Actor If you go ahead and query against table Student Fav Actor like below,…
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…
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…
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…
**************
******************************************* *************************************************************
DataAccess [Download slides from clicking DataAccess link] On 2nd July 2011, I presented on “New Ways of Accessing Data “. It was great presenting first time in front of Kolkata audience. Session details are as follows Topic New Ways of…