I\'m building a web application that is primarily ASP.NET MVC / Javascript. The application needs to be able to prin开发者_StackOverflowt certain content to a label printer and other content to a stan
I recently had an application fail on section 2.7.2 The details are around the location data information not being disaplayed.
OK I am totally confused and hopefully I am missing something here totally obvious. I am consuming a WCF service of mine (which is stable and working in ASP.NET) hosted in a Windows Service which uses
I already know that calls to WCF services via Silverlight are async.I also know that many people try to find ways to make them sync calls for a variety of silly reasons (blocking UI thread for example
I\'m writing a little engine to download text from some .php files, I\'ve done this engine in Visual c# and I haven\'t got problems.
I\'m working on a simple financial application using MVVM & LinqToSql. I\'m trying to find out the best way to structure my data. Here\'s what I have (simplified):
I have a Silverlight app that\'s using Bing Maps.I need to show ~10,000 markers across Earth\'s surface.These markers are simple Path instances, most of which are the same shape, although they have di
For a project requirement, I want to make available editing of an excel file through browser. The only possible ways that I could think of was by embedding the excel file either in Flash or Silverligh
What is the speciality of Dependency proper开发者_Go百科ty in Silverlight. I searched many sites but i won’t get a clear cut idea about this. Can any one let me know in what contextthis dependency pr
public class Navigator : PhoneApplicationPage { private static Navigator _instance; private static object _lock = new object();