I have a question about WCF service which give the client the ability to mess up with Computer files (copy/paste/delete...etc).
service should accept only 1 client at a time, it shouldn t accept a client while another client is already connected, so what configuration does this job?
I m using NetTcpBinding.
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?