Hello Experts! Looking to impliment WCF. I've tried for hours to get the self-host example to work. The service is running as a console app. When I run "netstat -a" I see that the machine is li...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23360548.html
Zones:
.NETDate Answered: 05/07/2008 Grade: A Views: 0
I need to manage a pc from a remote location.
* It is an xp machine that will run a WCF service 24/7.
* No monitor or keyboard when deployed.
* I will need for it to auto start on power up
...
http://www.experts-exchange.com/Software/System_Utilities/Remote_Access/VNC/Q_23736924.htm...
Hello all,
I have a class that implements DataContract
<DataContract()> Public Class PortInfo
Inherits IDBase
Private _name As String
<DataMember()> Public Property Name() As St...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23671...