If you are a programmer, or work in front of a pc all day, and have been doing it for a while, I’m sure you’ve either experienced RSI yourself, or else you know someone who has. RSI, or Repetitive Strain Injury, is not something to be taken lightly as it can become quite serious if [...]
In this article I am going to show you how to create a secure login screen for your ASP.NET website – the proper way. I have come across many examples which do not show the correct way of implementing this, so I decided to create my own example and clarify the facts a little.
The Web [...]
In this article – part two of creating a screen saver in C#, we are going to pick up from where we left off in part one, which I suggest you read before continuing with this article if you haven’t already done so.
So far (in part one) we have created a Settings class and a [...]
In this two-part article series I am going to show you how to create a Windows screen saver using C#.
A screen saver is not much more than a normal Windows Form with no border and some logic to display something on the form. For it to be a Windows screen saver the compiled application [...]
In this article I will be showing you how to create a client for our chat application. This is part two of the series, so if you haven’t read part one yet please do so before continuing with this article as it explains the infrastructure of the whole application. You can read part one here: [...]