Skip to content

Commit

Permalink
adding VB identifier (#1823)
Browse files Browse the repository at this point in the history
* adding VB identifier

* Apply suggestions from code review

Co-Authored-By: Youssef Victor <[email protected]>
  • Loading branch information
mairaw and Youssef1313 authored Dec 10, 2019
1 parent 68e5977 commit 81a9af8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mef/simple-calculator/vb/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ products:
- dotnet-core
- windows
page_type: sample
name: "MEF Sample: Simple Calculator"
name: "MEF Sample: Simple Calculator (Visual Basic)"
urlFragment: "simple-calculator-vb"
description: "A .NET Core console application that contains the example method from Simple Calculator MEF Application in Visual Basic."
---

# MEF Sample: Simple Calculator
# MEF Sample: Simple Calculator (Visual Basic)

The simplest way to see what Managed Extensibility Framework can do is to build a simple MEF application. In this example, you build a very simple calculator named SimpleCalculator. The goal of SimpleCalculator is to create a console application that accepts basic arithmetic commands, in the form "5+3" or "6-2", and returns the correct answers. Using MEF, you will be able to add new operators without changing the application code.

Expand All @@ -22,7 +22,7 @@ To download and run the sample, follow these steps:

1. Download and unzip the sample.

2. In Visual Studio (2019 or later):
2. In Visual Studio 2019 or later:

1. On the menu bar, choose **File** > **Open** > **Project/Solution**.

Expand All @@ -38,4 +38,4 @@ To download and run the sample, follow these steps:

## More information

- https://docs.microsoft.com/en-us/dotnet/framework/mef/
- https://docs.microsoft.com/dotnet/framework/mef/

0 comments on commit 81a9af8

Please sign in to comment.