Hi,
For the plugin Project I tend to use the namespace of:
MyCompany.Crm.MySolution.Plugins
Then each plugin would have a class name of the entity that it is associated with, with methods for each step that is registered (I tend to try to have a single plugin class per entity rather than lots of plugin classes that are each associated with an individual
plugin step).
It's good practice to avoid having lots of namespaces with very few classes in each.
I think the main point is to be consistent, but it really depends on the size of your solution/project.
hth
Scott Durow
Blog www.develop1.net
Follow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"