tazem | Shared With: Everyone - Jan 24 2008 | Download, .net, microsoft, Framework, msdn, dotNET
tazem | Shared With: Everyone - Feb 03 2007 | MSDN, Microsoft Express, Programming, ! Website Development
tazem | Shared With: Everyone - Feb 03 2007 | MSDN, Microsoft Express, Programming, ! Website Development
tazem | Shared With: Everyone - Feb 03 2007 | MSDN, Microsoft Express, Programming, ! Website Development
tazem | Shared With: Everyone - Feb 03 2007 | MSDN, Microsoft Express, Programming, ! Website Development
Related Content from Around Faves
msdn
-
It's good practice to avoid making database or remote calls in a static constructor. If the call throws, the type will fail to initialize, and you're out of luck for the duration of the application lifetime. We've been hit by this a few times.
2 FaversViewed: 4 TimesQuoted: A TypeInitializationException can be a fatal error in an application since it renders a type useless. You should plan to catch any exceptions inside of a type constructor if there is any possibility of recovering from the error, and you should allow an application to terminate if the error cannot be reconciled.
- mike - Jun 15 20075 FaversViewed: 5 Times
- kingtaj - Jul 18 20062 FaversViewed: 4 Times
programming
-
Really good explanation of why V8 is such a fast implementation of JavaScript:
- Fast Property Access using dynamically created hidden classes.
1 FaverViewed: 10 Times
- Inline property access optimization
- Direct conversion to machine code (no byte codes)
- Efficient Garbage Collection - ravedid - Apr 07 20071 FaverViewed: 39 Times
- dodon21 - Nov 28 20071 FaverViewed: 20 Times
