# Sunday, November 21, 2004
How to configure log4net to save entries into the database
Sunday, November 21, 2004 4:05:01 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [2]  | 
# Friday, November 19, 2004
How to make an ASP.Net page expire
Friday, November 19, 2004 2:40:51 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  | 
# Thursday, November 18, 2004
First part in a series on developing a filter control to demonstrate UI Abstraction and Component Based Development
Thursday, November 18, 2004 5:14:36 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  | 
# Wednesday, November 17, 2004
How to break on an error in ASP.Net
Wednesday, November 17, 2004 3:29:26 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [3]  | 
# Thursday, November 11, 2004
I start a "new" project in a little over a week.
Thursday, November 11, 2004 5:13:29 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [3]  | 
Changing the look of thinks client side dynamically...
Thursday, November 11, 2004 5:05:03 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  | 
# Wednesday, November 10, 2004
What I plan on writing about..
Wednesday, November 10, 2004 4:58:13 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  | 
How to search all those assemblies and find just what you need...
Wednesday, November 10, 2004 4:47:53 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  | 
# Tuesday, November 09, 2004
CodeLib from fish
Tuesday, November 09, 2004 5:34:42 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  | 
# Monday, November 08, 2004
Allows you to capture the click, dblclick, etc to make a normal form control read only.
Monday, November 08, 2004 4:47:19 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  | 
How to dynamically change the EntType of an HTML form...
Monday, November 08, 2004 4:40:15 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [2]  | 
Monday, November 08, 2004 12:48:09 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [2]  | 
# Saturday, November 06, 2004
Who am I?
Saturday, November 06, 2004 5:32:25 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [2]  | 
When you can't create a SQL diagram, use this to print usable field information
Saturday, November 06, 2004 4:45:22 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  | 
How to add client-side javascript to individual listItems in a RadioButtonList
Saturday, November 06, 2004 5:31:28 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [1]  | 
# Friday, November 05, 2004
Why no posts?
Friday, November 05, 2004 5:17:14 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  | 
# Saturday, October 23, 2004
A cool addin for getting source code onto the web...
Saturday, October 23, 2004 5:31:16 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [1]  | 
See what 15 minutes can do..
Saturday, October 23, 2004 4:37:20 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [3]  | 
# Friday, October 22, 2004
RSS isn't working...
Friday, October 22, 2004 6:41:03 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [2]  | 
# Thursday, October 21, 2004
How to grab a random record which is very useful for testing...
Thursday, October 21, 2004 6:58:16 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [2]  | 
I wrote automated tests. Why does it still crash?
Thursday, October 21, 2004 6:51:54 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0]  | 
# Wednesday, October 20, 2004

Note: For visitors of your site, this entry is only displayed for users with the preselected language English/English (en)

A debate over a hot topic...

Wednesday, October 20, 2004 5:09:24 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [3]  | 
# Tuesday, October 19, 2004

DBA Must Haves (IMHO)

First, a little about myself. I have been working with databases since SQL Server 6, and a little back when it was Sybase. Here are two procs I use so much, I have to link them here.

First, there's Narayana Vyas Kondreddi's sp_generete_inserts. It's a great utility/sproc for extracting data from existing tables. I have used it from everything from migrating data to making impromptu backups to text files, all the way to bailing out some hapless developers who run against production and wipe out data they should not be touching. Here's where you can get it:

http://vyaskn.tripod.com/code/generate_inserts.txt

Next, there's sp_findsp. Not the prettiest thing, but if I want to find out where a string (such as a table or proc) is used, I can run this baby and it will return to me a list where I can start looking. It's also very useful to me when I start a new project to do some “mining“ to see what's going on. Here's where this one can be found:

http://databasejournal.com/features/mssql/article.php/1458871

These two follow me everywhere I go!

 

Tuesday, October 19, 2004 3:07:53 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [1]  | 

Note: For visitors of your site, this entry is only displayed for users with the preselected language English/English (en)

Want a good tip?

Tuesday, October 19, 2004 2:55:14 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [3]  | 

Note: For visitors of your site, this entry is only displayed for users with the preselected language English/English (en)

Welcome to the new DotNetTechnologies web site!

Tuesday, October 19, 2004 4:11:43 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [1]  |