As I discussed in my previous blogs I am developing a small tool for transferring files between computers in LAN. I decided to use WCF as my main technology in this application. During my developing I discovered that a data member whose type is a generic list, was changed when WCF service is exposed to… Continue reading WCF – Generic List is converted to Array