Segments and Slices
ArraySegment What the hell do I need that? That was my first thought as I once again tried to implement a TCP communication by using System.Net.Sockets in C#. Because I never used this type, I started to find out the difference between IList<ArraySegment<byte>…