tags:

views:

31

answers:

1

For our application, when the site gets installed, it creates a bunch of different fields, lists, content types, etc., etc. There are a lot of dependencies to manage there, and I'm wondering how others go about this, from an OOD perspective.

+1  A: 

We use feature stapling to do this kind of work. For more detail information (and reference application) checkout the Microsoft SharePoint Patterns and Practices.

http://www.codeplex.com/spg

JD