
My AI Chief of Staff Used to Have Office Hours. Not Anymore.
My AI chief of staff had one flaw: he only worked when my laptop was open. Here's what I built instead.
How I actually use AI every day — systems, agents, and the honest failures in between.

My AI chief of staff had one flaw: he only worked when my laptop was open. Here's what I built instead.
Create a Visual Studio add in with contextmenu and selected text as input When working with a new way of storing settings in a database. I was frustrated how…
With the following code you can remove a line from a textfile web.config . If the string is within a line the line will be removed.
When using the Datapager with a ListView I had the following problem. When clicking a paging button for the first time nothing happens.But when I click a…
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…