Archive for the ‘Software Development’ Category

Newer Posts »

In Love With CSharp (C#)

Well it seems like I haven’t posted in a while (a day…) so I thought I would get writing something. I’m beginning to take a real shine to C# .NET lately. When I first heard about C# .NET, I dismissed it without even trying it, partly down to the fact that I would be cutting...

The wonderful Singleton class

Well it’s my first blog post on my brand spanking new site, and it’s going to be a Software Development related one. Recently, at work, I came across the need to create a single instance of a class, and to then restrict anymore instances of that class being created. I struggled to find the answer,...