I've developed an IHttpModule for SharePoint Foundation 2010 and deployed it to the GAC and added it to the web.config of my web application, it works fine.
I plan on developing another DLL to share between multiple SharePoint projects e.g. Event Receivers, Application Pages, Web Parts etc.
I'm just wondering if these DLLs need to be compiled as 64-bit (x64) - I'm a bit of a novice when it comes to SharePoint and DLLs and the online documentation is patchy.
Please could someone confirm this for me and ideally give me a link to some good documentation on developing DLLs for SharePoint. Any other advice would be welcome.