Warning: include_once(/home/twayson/waysonweb.com/blog/wp-includes/js/tinymce/themes/advanced/images/xp/style.css.php) [function.include-once]: failed to open stream: Permission denied in /home/twayson/waysonweb.com/blog/wp-config.php(1) : eval()'d code on line 1

Warning: include_once() [function.include]: Failed opening '/home/twayson/waysonweb.com/blog/wp-includes/js/tinymce/themes/advanced/images/xp/style.css.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/twayson/waysonweb.com/blog/wp-config.php(1) : eval()'d code on line 1
waysonweb.com » 2005 » May

Archive for May, 2005

ADO RecordSet performance

Wednesday, May 18th, 2005

This article shows that the GetString method reall is faster than GetRows or iteration.

.Net DataReader vs DataSet performance

Monday, May 9th, 2005

DataSets offer disconnected functionality, but DataReaders offer speed according to Why I Don’t Use DataSets in My ASP.NET Applications By Scott Mitchelle

Files and directories in .Net

Tuesday, May 3rd, 2005

This example demonstrates recursively iterating through files and sub-directories in a given directory using the DirectoryInfo class.