
MCP: the live data layer your AI system is missing
None of that information was in the vault. No file listed Saturday's schedule. Charles didn't remember it. He looked.
How I actually use AI every day — systems, agents, and the honest failures in between.

None of that information was in the vault. No file listed Saturday's schedule. Charles didn't remember it. He looked.
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…
The following RegularExporessionValidator checks if the text input is correct format for a user name.