PlugIn Architecture

  • Thread starter Thread starter CSharpNewBie
  • Start date Start date
C

CSharpNewBie

Hi

I am looking to create a Plugin Architecture. I looked at this extend or
enhance the User Interface (UI) article
http://www.codeproject.com/csharp/extensibleui.asp
and It looks good and I would like to know if any better way to do.
My requirements are
I have several screens and each screen will have grid with data and thinking
of putting each screen in a PlugIn(assembly) and loading it in a Container..

Any help or advice is appreciated.
 
CSharpNewBie said:
Hi

I am looking to create a Plugin Architecture. I looked at this extend
or enhance the User Interface (UI) article
http://www.codeproject.com/csharp/extensibleui.asp and It looks good
and I would like to know if any better way to do. My requirements are
I have several screens and each screen will have grid with data and
thinking of putting each screen in a PlugIn(assembly) and loading it
in a Container..

Check out #develop's application architecture. There's a free PDF
available from http://www.apress.com/free/index.html

Cheers,
 
Back
Top