I am working on a line of business application for our company and I came across Prism. I have never worked with it before but the concepts it talks about sound a lot like what I did for the last project in Winforms. I had a ShellForm and then multiple User Controls.
Anyway, assuming I am not seriously misunderstanding what Prism is I would like to know how a Ribbon Control would fit into it. Is it it's own Module
with a Region
on the Shell.xaml
or is it embedded in the Shell.xaml
? It seems to me like it would be the second one but then again, I don't know what I am talking about yet or I wouldn't be asking.
Also, I don't suppose anyone else has used a Ribbon Control in an Enterprise Prism application before and could offer any tips or "watch-outs" about walking this path.