https://github.com/sheryever/plugable-application-using-mef
Using MEF for plugable application
https://github.com/sheryever/plugable-application-using-mef
Last synced: 3 months ago
JSON representation
Using MEF for plugable application
- Host: GitHub
- URL: https://github.com/sheryever/plugable-application-using-mef
- Owner: sheryever
- Created: 2015-08-08T11:36:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T11:44:34.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T06:16:21.095Z (5 months ago)
- Language: C#
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plugable-application-using-mef
Using MEF (Managed Extensibility Framework) for plugable application## Example 1
-- not commited## Example 2
Example shows how to create a simple host application and multiple plug-in dll assemblies to create a simple Plug-in based Console Application using MEF