As promised I want to spend some words on how to use The Dummy Programmer Chat Client. I assume that you have correctly configured bothRead more…
Category: 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 inRead more…
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:Read more…
Capture screen using C#
In these days I needed to capture the screen in a Windows application I’m developing in C#. Looking on the Internet, I found several solutionsRead more…