
The vault: why the foundation matters before the AI does
I failed at GTD three times. The problem wasn't discipline. It was maintenance. Here's what changed when I stopped being the one doing it.
How I actually use AI every day — systems, agents, and the honest failures in between.

I failed at GTD three times. The problem wasn't discipline. It was maintenance. Here's what changed when I stopped being the one doing it.
I disabled the comments because of the huge amounts of spam I'm receiving. So if you have any questions you can contact me trough linked in. Sorry for the…
In this example I will show how to create a Unit Test with TypeMock. First I have created some basic dummy classes for the example With the following Unit…
With the following code you can format a DateTime within a Databind.
For Evident Interactive I was Lead developer on the hu.nl project. With a team of 5 professionals we built 23 websites in 5 months. All the websites were…

For this example I will use the default asp.net Membership tables. Let say: I need to return all users with their roles comma separated in one query. After a…
With common table expressions you can save the results to a temporary result set and use this results set for other queries.
When deploying a Silverlight application we ran into problems a WCF web service, to find out what the problem was I wanted to invoke the method. Microsoft…
While working with Umbraco and Sitecore I learned some Xsl tricks. The following example shows how to show the first 10 items in a HTML list.
A lot of times I need to check a statement within my LINQ query and I wish there was a possibility of a IF statement within LINQ. The following code is the…
In this example I will generate a XML site map that complies with the sitemap protocol XML schema. This example will give the following output: To keep the…