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.
The following RegularExporessionValidator checks if the text input is correct format for a user name.
You can change the password of a MembershipUser object in C with the ChangePassword method. The only problem of this method is that it needs the old password…
When surfing the internet I start reading about Microsoft Tag Beta of course . With Microsoft Tag you can create links with a image pattern. The image…
I always have problems implementing the Asp.Net dropdown control. Here are some simple tips to make your life with dropdown controls easier. Adding an…
Informatie: http://www.sitepoint.com/article/amazon web services asp net/ http://www.awszone.com/scratchpads/aws/ecs.us/ItemLookup.aws
While playing with IIS 7 I accidentally destroyed my IIS XML settings file. To fix this problem I copied the .XML from a colleague PC to mine. After this my…
http://forum.fluorinefx.com/viewtopic.php?f=17&t=151&p=536&hilit=iis7 p536
I got the following errors when trying to run WCF on Vista: The remote server returned an unexpected response: 404 Not Found. HTTP Error 404.2 Not Found…
For a customer I needed to do a review their database MSSQL 2000 database . For this I wanted to create some database diagrams. When I tried to create a…
I was using some web services that returned there values in an XmlElement. I needed to convert this XmlElement to something that I can use with LINQ. I…