Archive for December, 2009
A Technology Quote
“The world doesn’t need another computer language. What is really needed right now, is a cross-compiler.” – Sohail Iqbal (21 October 2009)
// ch3ckmat3
Deploying Network Services behind Corporate Firewalls: Net.TCP Port Sharing in WCF
Just found a good feature of WCF, which seems quiet useful for distributed application developing/deployment practices. Through Net.TCP Port Sharing Service, Windows Communication Foundation (WCF) allows different processes to share the same TCP Ports. Now you can deploy your .Net based network services side-by-side with IIS on port 80 or 8080, the standard HTTP and HTTP Proxy ports you find open in many firewalls by default. No need to mess around with client’s network department on this one.
Read on at MSDN: Net.TCP Port Sharing, and don’t forget to read the related articles on enabling and configuring the Port Sharing Service.
//ch3ckmat3
