MefSampleCalculator
===================
Sample MEF (Managed Extensibility Framework) example
To compile and run this project, you will need to specify the path to the Extensions folder.
- Open the main code file (Program.cs).
- Copy over extension DLLs to Extensions folder
To test this project, perform the following steps:
- Run the project. A command window appears.
- Type addition or subtraction commands. 1+1 1-2
- Try to type multiplication or division commands. 1*2 1/2 The following message is displayed. Operation not found!