UI project is to get simpler ways to use low level & very basic communication calls.

Why should I put tens of lines for just sending one bit to a remote host?

in C#                                                      in C++

using system.net;                                    #include <somenet.h> 

...........................................................................................................................................................

No more using...                                     No more #include....

Let's get uzing                                        Let's get inklude