Tagged Questions
1
vote
2answers
149 views
Start with remoting or with WCF
I'm just starting with distributed application development. I need to create (all by myself) an enterprise application for document management. That application will run on an intranet (within the ...
1
vote
2answers
734 views
Finding the time taken to send messages with WCF net.tcp
I’m writing a prototype WCF enabled distributed app, to try and find out any issues I’ll have upgrading my existing “sending xml over tcp to communicate” apps I’ve got. I’m using Callback Contracts ...