lyndon_h wrote:
Is there any documentation on how to integrate c# modules with this newer version of DNN? A quick google search revealed nothing.
thanks
Heh, I may not know much about databases, but I know a lot about DNN. In fact, I build custom modules with c# all day long. That's the beauty of .NET. You could write modules in Pascal if you wanted to. And yes, LLBLGen works perfectly fine with DNN, though if everyone starts doing that we'll have to agree to keep our references to LLBLGen up to date to prevent versioning conflicts.
There is a module developers guide that explains things pretty well. To make life just a bit easier, I would also suggest downloading "My Modules" from this page: http://blogs.speerio.net/peerio/PermaLink,guid,97eed021-cef7-4f4b-873a-45c599687c16.aspx
That should get you started. Let me know if you have any questions related to c# modules, though it's almost identical to developing a module in vb.net
OH AND ONE MORE THING. Since it's easiest to create a new module as a class library instead of a web project, you might want to look at this too: http://www.peterprovost.org/archive/2003/08/15/734.aspx. Basically, the modifications explained here allow you to add Web-based project items to a class-based project.