CAB Architecture

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

We have been using CAB architecture for developing a win form application.
Being a small aplication of 2-3 flows and somewhat 5-10 screens, is it a good
choice to go for CAB. As it is very complex architecture to maintain.
Any suggestions?

Thanks
 
Hi,

We have been using CAB architecture for developing a win form application.
Being a small aplication of 2-3 flows and somewhat 5-10 screens, is it a good
choice to go for CAB. As it is very complex architecture to maintain.
Any suggestions?

Thanks

Hi Vikram,

Unless you plan on a module based solution, possibly adding modules to a solution in production you may not gain much from using CAB. My experience with CAB has been in a large company where one group of developers maintain the host, and each developing group develops their own module, which gets plugged into the common host at various releases, basically by dropping a dll and its config files into the right directory.
 
Back
Top