Related Content from Around Faves
framework
-
This should clear the way for a Review Board 1.0.
1 FaverViewed: 3 TimesQuoted: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- akinas - Sep 06 200710 FaversViewed: 15 Times
- riz - Mar 22 20081 FaverViewed: 9 Times
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

