Building Extensible Windows Forms Applications
Another hot topic among Windows Forms programmers is extensibility:
- Add run-time functionality to your application by providing a plug-in mechanism
- Add Plugins to Your App 2: Search dynamically for plugins without Config Files
- The SharpDevelop add-in tree architecture
- Writing Plugin-Based Applications in .NET
- The MS-INC Plug-In Library
- The Razor Framework :: Part 1 :: Plugins/Extensibility
- Several nifty pieces on Lutz’s Reflector add-in model
- “Customizing the Microsoft .NET Framework Common Language Runtime,” by Steven Pratscher
- On Plug-ins and Extensible Architectures: Avoiding “plug-in hell” is from the Eclipse world, but I’m guessing it applies…
I know there are more pieces than just these, so send them along!