Thanks Scott,
I'm already using that as a guide, along with the Christoc template. I'm also looking at the Client Centric examples as a base. Those are good examples, but you and Chris Hammond have slightly different topologies for both the file systems and name spaces. When I look at other core modules and examples I see more differences. I would like to have a matrix put together that shows put your models here, and use this namespace, and your utilities here, and use that namespace, and your UI elements, etc, and import these name spaces and use those name spaces. A cookbook that takes you past the fairly simple examples that are available. When I look at more complicated modules, like Events, there's yet another topology, so without knowing WHY they are put together that way it's difficult to know which model to follow.
Ideally I'd like to use the templates to completely refactor other modules I have to the "new" standards. Some are kinda messy, since I was learning how to so something while I did it and a redo would make cleaner and more maintainable code. Get a nice clean structure, UI, and DAL, and use that as a base to pull the rest of the code forward.