
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.
pragma warning disable 1591 pragma warning restore 1591
For dotNetSearch.net I needed to cache the RSS feed on the right . I did this with the .Net Cache namespace. In this examle I add the RSSFeed content as…
After installing and playing with the Asp.Net Charting control I decided to use it for a customer. When integrating the control to the project I got the…
When deploying a project to a internal test server I got the following error: The definition of the report 'Main Report' is invalid. An unexpected error…
For a project I needed to remove menu items to the pages in the folder 'Subscriberpages' when a the user is in the Role of 'Marketing' and…
This method return the integer weeknumber of a specific date. More info: http://msdn.microsoft.com/en…
This is a basic example of an console application with parameters used for a scheduled tasks. The application will be scheduled to run every day with the n…
When attaching to a process for debug Silverligh you need to remember that Silverlight is Client side code. So attach to IExplorer.exe, FireFox.exe or what…
When using a button, linkbutton or imagebutton with CommandArguments or CommandName you can use the OnCommand event instead of the OnClick event. Using the…
After finishing my MCTS: Sql Server 2005 I started learning for my last exam for becoming MCPD: Web applications. Yesterday I passed this exam with a score…