Reading data from a NetworkStream object in C#
Good morning folks! In this post I want to talk about a bug I discovered in my TDP.BaseServices library, which I remember you can download here. This bug prevented from properly deserializing objects I sent through the NetworkStream object. The problem was in the way I read data from a NetworkStream object. If you browse…
Read More “Reading data from a NetworkStream object in C#” »