HighTechTalks DotNet Forums  

Refining code TRICKS: ISDBNULL() slower than IS DBNULL

Dotnet Framework (Performance) microsoft.public.dotnet.framework.performance


Discuss Refining code TRICKS: ISDBNULL() slower than IS DBNULL in the Dotnet Framework (Performance) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Refining code TRICKS: ISDBNULL() slower than IS DBNULL - 10-27-2005 , 09:04 PM






I have been playing with code. Guess what?
I found the following (trival?):

isdbnull()
is slower than
is System.Convert.DBNull

similarly

isnothing()
is slower than
is Nothing

Any comments??
Actually I have found much more curiosities. (Let me know if your
experience is different.)

Let's continue this thread sharing your little optimization if you have
some to suggest!!

-Pamela


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.