How can a newly added global.asax file make a mess of my WCF service
I have a silverlight app that uses WCF both by polling Duplex and “normal” async calls. everything was working fine, until I added a global.asax file.
I have a silverlight app that uses WCF both by polling Duplex and “normal” async calls. everything was working fine, until I added a global.asax file.
I want to get the list of network printers through silverlight. I have seen a few examples of using WMI, but they are not available in Silverlight, so, I was wondering if there are any alternatives to find network printers through silverlight or at least the installed printers…
I’m creating a silverlight for line of business application, and I’m using Forms Authentication.
What happens if a domain object in asp.net implements INotifyPropertyChanged and fires off the PropertyChanged event on the property setters?