Developing an extensible app?

  • Thread starter Thread starter James Edwards
  • Start date Start date
J

James Edwards

Has anyone had experience of developing a win-forms app where you want to
allow add-ins. Almost to the point of being like the management console in
windows? I'm sure I saw a link on MSDN about a year ago doing something
similar to this.

Cheers

James E
 
James Edwards said:
Has anyone had experience of developing a win-forms app where you want to
allow add-ins. Almost to the point of being like the management console in
windows? I'm sure I saw a link on MSDN about a year ago doing something
similar to this.

There are loads of examples of doing this on TheCodeProject, some good, some
not so good.

One of my faves is http://www.codeproject.com/csharp/reflection.asp as it
demonstrates using Interfaces and Reflection to do it in a very .NET-esque
way. There are however countless other examples which go into more detail.

AndyC
 
Back
Top