
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.
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…
After running WCF on my Vista laptop IIS7 I needed to deploy the application on some Windows XP computers. Again some strange errors occurred: The problem is…
You can use a string array as datasource and view the string values by using the Container.DataItem property. Code example Codebehind: \ code:c \ string\ \…
You can set the DefaultButton property of the Login control by putting the Login control in a Panel and set the DefaultButton property of the panel to the…
You have to specify which related data you want to retrieve from a object so you can access them outside the Linq data context. You can achieve this by using…