This course will teach about three different types of data transfers - TCP, UDP, web sockets - which is actually TCP. This course is all about practical knowledge that you need to use these, code examples and assignments, no unnecessary theory. The courses is divided into section for each particular sockets, therefore you can learn one specific socket type at a time.
Once you are done with this course, you will be able to build real-time applications, messaging applications, games and a lot more.
--source code included
Objectives
Build communication architecture using TCP in C#
Build communication architecture using UDP in C#
Build communication architecture using WebSocket in C#