
Your content layer is your context for agents
What I took away from facilitating a panel on the agentic shift with Contentful's Neha Khawas and APPLY's Brian Browning: a practical framework for agent-ready content, and where to actually start.
How I actually use AI every day — systems, agents, and the honest failures in between.

What I took away from facilitating a panel on the agentic shift with Contentful's Neha Khawas and APPLY's Brian Browning: a practical framework for agent-ready content, and where to actually start.
In this post I will add examples of String.Format or links to sites with good examples. Double \ code:c \ </p> <p> //&nbsp;just two decimal places<br />…
In an RSS feed I only had an UnixTime. For presentation I needed to convert this string to datetime. I did this with this code \ code:c \ DateTime…
Execute the next query to enable CLR. \ code:c \ // Turn advanced options on EXEC sp\configure 'show advanced options' , '1'; go reconfigure; go EXEC…
For a project I need to get the email addresses out of a string with all kinds of text in it. After a lot of trying I found the matchhandler method. It is…
I've search them all up for a 1000 times. Now I'm going to write them down as reference. This post will grow in the next few months. Remember do not forget…
I wrote an extension method for the string type. With this method you can check if an string is an Guid. The method returns a Bool. \ code:c \ public static…
In on of our project we use ASHX file to dynamicly generate stylesheets depending on the user. An problem occurred when the userdata was loaded from the…
When learning and working with Linq. I had the need of reference samples. When searching for an example of the select syntax I stumbled on the following site…
When using an Linq Datasource linq to sql for a datagrid Gridview, ListView, etc you don't always want all rows from a table. To exclute data you can use the…
To get more developers certified I started a MCTS learning course for the developers. Once in the two weeks all we had half a day to review two chapters,…