screenshot

dotNet · SOA · Systems Integration · Cloud Computing · All Else

Archive for December, 2009

A Technology Quote

without comments

“The world doesn’t need another computer language. What is really needed right now, is a cross-compiler.” – Sohail Iqbal (21 October 2009)

// ch3ckmat3

Written by ch3ckmat3

December 18th, 2009 at 9:55 pm

Posted in General

Deploying Network Services behind Corporate Firewalls: Net.TCP Port Sharing in WCF

with one comment

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

Written by ch3ckmat3

December 12th, 2009 at 9:50 pm