CLR Inside Out: Digging into IDisposable- June 20, 2007 My third MSDN magazine article, Digging into IDisposable, appeared in this month's issue in the CLR Inside Out Column. It's a bit of a departure from my usual security fare; this time looking at how to best handle writing class libraries that must manage resources. Also in this month's issue, Kenny Kerr provides a good introduction to the new CNG APIs available on Vista. Especially interesting is the code snippets he provides translating from CNG RSA keys to RSAParameters..http://blogs.msdn.com/shawnfa/archive/2007/06/20/clr-inside-out-digging-into-idisposable.a... |