
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 week we launched the Rabostarterscommunity. This community is built with Telligent Community Server 2008 and SiteCore 5. For reporting we uses Harvest…
Update 20 may 2009: New easy solution Set the Connection > Application Settings property True. This will generate a connection string in your app.config.…
When I was trying to publish a database to my shared hosting provider I encountered some problems with backup and restoring my database. To restore a…
For Bitmap manipulation I wrote three extension methods. With this method you can resize, crop and save as jpg your image. Resize Method \ code:c \ public…
Get dataItem onItemDataBound don't forget to replace the bold parts with your objectname : \ code:c \ protected void MainPostListView\ ItemDataBound object…
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…