Recently I gave two presentations on Microsoft BizTalk RFID, the new module for interfacing with RFID modules. First was on Tech-Ed Israel 2008 in and you can download the presentation here and also view a recording of the lecture (Note: it's in Hebrew) Second was on Israel .Net Architect Users Group. It is was very similar to the Tech-Ed one but without the introduction to RFID I gave at the Tech-Ed and more emphasis on the new BizTalk module. You can download it here . .
I have been working recently with Microsoft RFID and been writing various event handlers. I'm using Damir Dobric event handler project template to create my projects. When I want to have a few handlers in the same project currently created a copy of the existing handler file and then edit it to become the new handler. After a few time I have decided to add a Visual Studio item template for adding event handler classes to an existing project. I have another post about my thoughts when to use Visual...