The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
57 views

netTcpRelayBinding WCF service hosted in Windows Service - Standard practices

I am writing netTcpRelayBinding WCF service hosted in Windows Service. I feel my code is naive due to lack of experience in windows service development. This get called from Windows-Azure. Could you ...
3
votes
2answers
232 views

Is this FTP download code useful?

I have a Windows-service and this service will connect to an ftp server and do download, upload, and rename operations. My service runs every 30 seconds, so the ftp server will be busy during these ...