Here are my session descriptions (the code camp site doesn't seem to show me the appropriate link to add this officially right now - i'll try again later).
Disassembling .Net
Have you ever used ILDasm? Did you understand the information and why it was displayed the way it was? Ever wonder what some of the stuff meant? If so, you will probably find this session interesting and maybe even useful.
This will be an in depth look at disassembling a .Net assembly and making sense of its raw contents using mostly ILDasm and a hex editor.
This talk has three sections: in depth look at a .Net assembly's file format (and metadata structure), the IL code included in an assembly and a brief look into some options if you are shipping .Net code (obfuscation).
Reflector and Friends: An overview of Lutz Roeder's .Net Reflector and its add-ins
Do you use Reflector on a daily basis? How about it's addins? Ever wonder how other people use it or want some tips on other things you can do with it? If so, you will probably find this session of some use and maybe even have something to add.
This will be an introduction and overview of Lutz Roeder's .Net Reflector tool and some of the addins the community has developed for it.
There are two sections to this talk: an introduction and overview of the tools and (hopefully) an open discussion of more tips and tricks of the way people use them.