Chaos in WPF

22. February 2009

feigenbaum I’ve been reading about math lately. Mostly chaos theory and nonlinear dynamics. I still don’t get why they don’t teach stuff like this in school, I might have even found math fun if they had done so, part of the fun of these areas of mathematics are the cool graphics they produce. Everyone knows the Mandelbrot set, but in this post I want to focus more on chaos theory. And to make it interesting for my usual readers lets draw some pictures with WPFMore...

I can’t go to bed right now

12. February 2009

Someone is wrong on the internet.

In the past few episodes of the stackoverflow podcast Joel Spolsky and Jeff Atwood already talked about SOLID principles and TDD saying they don’t really care for it, they both seem to have been succesful without it. They also admitted neither of them had any real experience with this style of programming. This is why I find it really surprising Jeff even took the trouble of writing another blog post about this voicing his opinions about a set of principles he clearly has never practiced.

More...

Just say no to Namespace Providers

4. February 2009

I'm lazy and Visual Studio is big, huge even. These two facts combined cause me to ignore 80% of the features Visual Studio offers me, I'm just too lazy to look for them. Most of the time I just use VS as a glorified text-editor. Some people would tell me that this is a good thing, usually these are the people who tried TDD with MSTest. And to be honest things have gotten better since I use Resharper, it's far more discoverable than Visual Studio is. But sometimes I still find hidden features that solve things that have irritated me for a long time.

More...

More about dependency injection

1. February 2009

In a previous post I talked about problems caused by singletons and how to solve them using dependency injection. I mainly talked about constructor injection. In a reaction to that post Roy Tang voiced his concerns about scaling contructor injection. In real life applications you often have a lot of dependencies, passing them through constructors can become a problem in real life solutions where you’ve got objects with lots of dependencies. Usually when manual IoC does not scale anymore I use an IoC container. But this might not always be an option. In this post I want to talk about a few ways to get around this problem.

More...

Powered by BlogEngine.NET 1.5.0.7
Theme adapted from BlogEngine.NET standard theme by Mads Kristensen

Mendelt Siebenga

Mendelt Siebenga with coffeeMendelt Siebenga works as a C# programmer. In his spare time he's been known to pick up Python, Lisp and even a soldering iron from time to time.

You can also find me here

My book-pick