File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/cognitive-services/Bing-Web-Search/quickstarts Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service : cognitive-services
9
9
ms.subservice : bing-web-search
10
10
ms.topic : quickstart
11
- ms.date : 05/22 /2020
11
+ ms.date : 10/19 /2020
12
12
ms.author : aahi
13
13
ms.custom : " seodec2018, devx-track-csharp"
14
14
# Customer intent: As a new developer, I want to make my first call to the Bing Web Search API and receive a response using C#.
@@ -25,14 +25,14 @@ This example program in this quickstart uses only .NET Core classes.
25
25
Here are a few things that you'll need before running this quickstart:
26
26
27
27
* Windows: [ Visual Studio 2017 or later] ( https://www.visualstudio.com/downloads/ )
28
- * Linux/macOS: [ Mono ] ( https://www.mono-project .com/ )
29
- * A subscription key
28
+ * Linux/macOS: [ Visual Studio Code ] ( https://code.visualstudio .com/ ) and [ .NET Core ] ( https://dotnet.microsoft.com/download )
29
+ * [ A free Azure subscription ] ( https://azure.microsoft.com/free/dotnet )
30
30
31
31
[ !INCLUDE [ bing-web-search-quickstart-signup] ( ../../../../includes/bing-web-search-quickstart-signup.md )]
32
32
33
33
## Create a project and declare dependencies
34
34
35
- Create a new project in Visual Studio or Mono . Use the following code to import the required namespaces and types:
35
+ Create a console project in Visual Studio or VS Code . Use the following code to import the required namespaces and types:
36
36
37
37
``` csharp
38
38
using System ;
You can’t perform that action at this time.
0 commit comments