I read this aricle How to load plugins in .NET?, and I really don\'t see the brilliance of Microsoft\'s System.Addin namespace. Why can\'t I just have a plugins folder in my
Look at Microsoft's Managed Extensibilty Framework; the code is open sourced so you could use it a basis to write your own, or you could just use MEF directly.