Tag Archives: Plugin Manager

Even more on the generic plugin manager

I’ve written previously about writing your own generic plugin manager/framework. I believe that this is a worthwhile exercise for the beginning programmer, because it firstly teaches you a lot about reflection, and secondly teaches you the advantages that proper use … Continue reading

Posted in C#, Coding | Tagged , , | 2 Comments

More on the generic plugin manager

Update: I’ve written some more about what I’ve learned whilst working on my plugin manager here: http://temporalcohesion.co.uk/2010/03/17/even-more-on-the-generic-plugin-manager/ A few months ago I wrote about writing a generic plugin loader/manager in C#, where I offered links to several articles and referenced … Continue reading

Posted in C#, Coding | Tagged | 2 Comments

Writing a generic plugin manager in C#

Update: I have written another post on this subject with some code examples here: http://temporalcohesion.co.uk/2009/11/02/more-on-the-generic-plugin-manager/ Update 2: There is another follow on post here: http://temporalcohesion.co.uk/2010/03/17/even-more-on-the-generic-plugin-manager/ where I talk about what I’ve learned. One of my current long term hobby project … Continue reading

Posted in C#, Coding | Tagged , | 4 Comments