C# MS-Queue – Visual C# Kicks

The MS-Queue is a Windows component that offers an interesting mechanism to facilitate the exchange of data between software applications in the same computer or network (i.e. different sessions). The MS-Queue works as a FIFO queue at the operating system level. The data exchanged through the queue can be anything: text, images, serialized objects, etc.

Related Posts