Recent Posts

Estimation based on Use Case Metrics

less than 1 minute read

At my current project, we’ve started to initiate a workload estimation based on Use Case Metrics. Apparently several methods exists, but we chose the Gustav Karner methodology. I’m quite impressed with how environmental and technical risks are translated into a factor that can be applied on an in...

August 16, 2005

Asynchronous callbacks for web applications.

less than 1 minute read

One of the issues that web developers are often faced with these days is dynamic behaviour on web pages. Often, falling back on Javascript is the only viable option. However, this article explains how you can support asynchronous client script callbacks that execute code-behind code without the u...

August 12, 2005

Aborting a .NET Remoting call

less than 1 minute read

Today I ran into quite a frustrating .NET Remoting shortcoming. It seems to be impossible to abort a long-running .NET Remoting call. I’ve checked on Google to see if anybody came up with a proper solution, and I have even tried to gain access to the TCP Sink that is being used, but all failed. E...

August 10, 2005

Unit testing in .NET

less than 1 minute read

As a professional software developer, you may have heard of NUnit. Or even better, like me, you may have already used it in a couple of projects. One of the things NUnit is missing is a possibility to have more flexibility on the test environment or the conditions under which a test is running. T...

August 10, 2005

Alex Thissen is alive

less than 1 minute read

Four years ago I took a .NET training given bij Twice IT (http://www.twice.nl). Together with my best collegue Rinie Egas, we kept in contact. The last time we met him was at the Microsoft DevDays in The Hague. Since then I never heard anything anymore, until today. It seems he left Twice and is ...

August 8, 2005