Skip to content

Commit 81a9af8

Browse files
mairawYoussef1313
andauthored
adding VB identifier (#1823)
* adding VB identifier * Apply suggestions from code review Co-Authored-By: Youssef Victor <31348972+Youssef1313@users.noreply.github.com>
1 parent 68e5977 commit 81a9af8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mef/simple-calculator/vb/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ products:
55
- dotnet-core
66
- windows
77
page_type: sample
8-
name: "MEF Sample: Simple Calculator"
8+
name: "MEF Sample: Simple Calculator (Visual Basic)"
99
urlFragment: "simple-calculator-vb"
1010
description: "A .NET Core console application that contains the example method from Simple Calculator MEF Application in Visual Basic."
1111
---
1212

13-
# MEF Sample: Simple Calculator
13+
# MEF Sample: Simple Calculator (Visual Basic)
1414

1515
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.
1616

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

2323
1. Download and unzip the sample.
2424

25-
2. In Visual Studio (2019 or later):
25+
2. In Visual Studio 2019 or later:
2626

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

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

3939
## More information
4040

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

0 commit comments

Comments
 (0)