Skip to content

The Dummy Programmer

Stories of daily programming

  • Home
  • The Dummy Programmer Robot
    • Overview
    • Version history & downloads
    • Tutorials
      • TDP Robot – The basics
      • A simple SQL Server backup solution
      • A simple SQL Server backup solution – A next step
  • My other dummy projects
  • Games
    • Space Y: An Asteroids clone
  • Services
    • What’s my user agent
    • What’s my IP address
  • About
  • Toggle search form

Category: Sockets

Reading data from a NetworkStream object in C#

Good morning folks! In this post I want to talk about a bug I discovered in my TDP.BaseServices library, which I remember you can download here. This bug prevented from properly deserializing objects I sent through the NetworkStream object. The problem was in the way I read data from a NetworkStream object. If you browse…

Read More “Reading data from a NetworkStream object in C#” »

C#

A chat program built in C# with .NET socket library

In the last months I worked on a chat program built in C# using the .NET socket library. The result is what is described in the post you are reading. Before moving on, let me say that this program is not perfect. There is ample room for improvement in many areas, like security, exception handling,…

Read More “A chat program built in C# with .NET socket library” »

C#

Push notifications library with C# and .NET Framework

Good morning folks! A few days have passed since our last contact… And here I am talking about a topic that I find very interesting: push notifications. I know that there are existing libraries that already do this job and that probably cover your needs (for example you could look at SignalR from Microsoft). But…

Read More “Push notifications library with C# and .NET Framework” »

C#

Copyright © 2023 The Dummy Programmer | Privacy Policy | Terms of use |

Powered by PressBook Masonry Dark