Browse by Tags

All Tags » Security » Rants » Plug-In Framework (RSS)

Multi-Threaded applications and Abort, careful not to kill your statics...

Okay, so I'm working through the plug-in interface and testing all the various possibilities for when static constructors are going to be run. I wind up finding some of the answers to my questions posted in another blog entry http://weblogs.asp.net/justin_rogers...

Static Constructors and Plug-In Security...

After reading the CLI spec, there are some things about static initializers (type initializers) that appear fairly odd. I started reading this portion of the spec after Peter Torr referenced it in his post ( http://weblogs.asp.net/ptorr/archive/2004/01...
More Posts