Archives
-
C# World Of Warcraft Armory Library 0.1
Since I started playing World of Warcraft again, I've taken a bit more of a developer approach to it this time, and after founding a little casual guild, I decided to create a site for it.
-
Modified MVC AccountController for Preview 5
I just downloaded the ASP.NET MVC Preview 5 bits from Codeplex and started on my first experiment.
-
WoW - Multiboxing 101 - Introduction
When looking back at my World of Warcraft experience, I came to the conclusion that when added up, I've been playing this game for over 3 years already. I've even participated in the very first beta ;)
-
Exam 70-536 - Searching, Modifying, and Encoding Text
Chapter three finished, Searching, Modifying, and Encoding Text.
-
Exam 70-536 - Input/Output
Finished another chapter in my book, Input/Output, which deals with the following:
-
Exam 70-536 - Framework Fundamentals
The book I'm reading to prepare myself is Microsoft.NET Framework 2.0 Application Development Foundation.
-
Starting Exam 70-536 Study
Taking a little break right now, got a bit of a burn out, lack of sleep might have something to do with it :)
-
Design Patterns - Proxy Pattern
Welcome back for another episode in the pattern series! This will also be the last article about Design Patterns, since I've finished reading the Head First Design Patterns book :)
-
Design Patterns - State Pattern
It's been a while again, but it's time for another pattern. Today we'll look at the State Pattern.
-
Design Patterns - Composite Pattern
It's been a little while again. I blame myself for installing World Of Warcraft again, too addictive.
-
Design Patterns - Iterator Pattern
Time for the next part in our series, the Iterator Pattern.
-
Design Patterns - Template Method Pattern
Time for yet another pattern, the Template Method Pattern. Have a look at all the other patterns in the series as well.
-
Wanted: Friends!
Today I'm going to tell you a little story about me. I think of myself as your typical description of a geek.
-
Design Patterns - Facade Pattern
Time for another, simple, design pattern. The Facade Pattern.
-
Design Patterns - Adapter Pattern
We've seen quite a few patterns so far, and I'm glad so many people like them.
-
Design Patterns - Command Pattern
What's a lonely geek to do late in the evening? Write about the Command Pattern of course...
-
Design Patterns - Generic Singleton Pattern
A little follow up from yesterday's Singleton Pattern, where I asked for some help on how you would approach a generic singleton.
-
Design Patterns - Singleton Pattern
Today we'll have a look at a well known pattern, the Singleton Pattern. Most people have already heard about this one.
-
Design Patterns - Abstract Factory Pattern
Time to continue from yesterday's Factory Method Pattern by exploring the Abstract Factory Pattern.
-
Design Patterns - Factory Method Pattern
I present you with the next pattern in our series, the Factory Method! It took a while to get it out due to a stay in the hospital. (All is fine now :p)
-
Design Patterns - Decorator Pattern
Following up on the Observer/Event Pattern, it’s time for the third pattern, the Decorator Pattern.
-
Design Patterns - Observer/Event Pattern
Yesterday I described the Observer Pattern and mentioned that the .NET CLR provides this functionality through events and delegates.
-
Design Patterns - Observer Pattern
Yesterday we saw the Strategy Pattern. Today I want to talk about the Observer Pattern.
-
Design Patterns - Strategy Pattern
The first pattern I want to talk about is the Strategy pattern, which always reminds me about the Command & Conquer games so I’ll simply use it as an example :)