UDP-Reciever

This is the simplest possible UDP server that I could come up with. It onyl serves the purpose of illustrating the bare basic steps to receive a bunch of characters via UDP. It compiles into a C# .Net console application

I hope that other beginners (like myself) find it helpful.