
How I promoted my AI from chatbot to chief of staff
I gave my AI a name, a memory, and a set of rules. Here's what I built, and why it stopped feeling like a tool.
How I actually use AI every day — systems, agents, and the honest failures in between.

I gave my AI a name, a memory, and a set of rules. Here's what I built, and why it stopped feeling like a tool.
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…
Add meta data dynamically to your page by adding a HtmlMeta control to your Header. In this example I dynamically add a keyword string to the page. You can…
In this post I will give an example how to cast a GenericList to Dictionary. This example will use the following Blogger class. The example will cast a…