8000 GitHub - blakar/MefSimpleCalculator: Sample that demonstrates how to use MEF (Managed Extensibility Framework)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

blakar/MefSimpleCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MefSampleCalculator

===================

Sample MEF (Managed Extensibility Framework) example

To compile and run this project, you will need to specify the path to the Extensions folder.

  1. Open the main code file (Program.cs).
  2. Copy over extension DLLs to Extensions folder

To test this project, perform the following steps:

  1. Run the project. A command window appears.
  2. Type addition or subtraction commands. 1+1 1-2
  3. Try to type multiplication or division commands. 1*2 1/2 The following message is displayed. Operation not found!

References

About

Sample that demonstrates how to use MEF (Managed Extensibility Framework)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0