|
|
-
|
|
In the previous article I attempted to explain What Silverlight is and how it is being used more and more to develop business applications. When web page with a Silverlight application runs on the browser it requests for XAP file. In this article I will try to explain what XAP file is and what it co......
|
|
-
|
|
In the previous article I attempted to explain What Silverlight is and how it is being used more and more to develop business applications. In this article I will try to explain Architecture of Silverlight in simpler manner. Silver light has borrowed lot of things from existing Microsoft technologie......
|
|
-
|
|
In this article I will explain how to find geographical coordinates: Latitude and Longitude of an address in Silverlight application. So that address can be displayed on the Bing Map. In last few articles I wrote about how to add multiple locations on the Bing map in Silverlight. In that we assumed......
|
|
-
|
|
I noticed a lot of people have misconceived notions of what Silverlight is and does. I will attempt to explain what Silverlight is and how it fits into the web spectrum. Many websites define Silverlight as: “Microsoft Silverlight is a web application framework that provides functionalities similar ......
|
|
-
|
|
In this article I will show how to add multiple pushpins on the Bing Map in Silverlight in c-sharp. In previous article we saw one of the ways to add multiple locations on the Bing Map in Silverlight by fetching data from SQL Server Database. But in that everything was done in xaml file. As a devel......
|
|
-
|
|
In my previous post I described how to add multiple pushpins on Bing Map by fetching data from XML data source.In this article I will step through the process to add multiple locations on the Bing Map by fetching the data from SQL Server Database. We cannot access SQL Server directly from Silverli......
|
|
-
|
|
In my previous post I described how to add multiple pushpins on Bing Map by fetching data from XML data source. In this post I will explain some basics of WCF Services to add multiple pushpins on Bing Map by fetching data from SQL Server Database. We cannot access SQL Server directly from Silverlig......
|
|
-
|
|
In my previous post I described how to add multiple locations on the Bing Map by fetching the data from a XML file. In this article I will describe how to resize the Pushpin and change the default color. I assume here that you have gone through my previous post “Bing Maps Binding XML Data Source”. ......
|
|
-
|
|
In my previous post I described how to create a simple Silver Light Application to show the Bing Map and add one location on the map.In this article I will step through the process to add multiple locations on the Bing Map by fetching the data from a XML file Recently I came across a requirement to......
|
|
-
|
|
For the majority of us, maps represent a useful tool which we often use in daily life when we are looking for a specific landmark, shopping centre or street name in an unfamiliar town or city. For business, map is a good marketing tool to attract the customers. Many Companies use Google Map to show......
|
|