Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: quickstart
ms.date: 07/15/2020
ms.author: scottwhi
ms.author: v-grvanpelt
---

# Quickstart: Use a Bing Web Search .NET client library

The Bing Web Search client library makes it easy to integrate Bing Web Search into your C# application. In this quickstart, you'll learn how to instantiate a client, send a request, and print the response.

Want to see the code right now? Samples for the [Bing Search client libraries for .NET](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/BingSearchv7) are available on GitHub.
Want to see the code right now? Samples for the [Bing Search client libraries for .NET](https://github.com/microsoft/bing-search-sdk-for-net/tree/main/samples/BingSearchSamples/BingWebSearch) are available on GitHub.

## Prerequisites

Expand Down Expand Up @@ -423,4 +423,4 @@ When you're done with this project, make sure to remove your subscription key fr
## Next steps

> [!div class="nextstepaction"]
> [Cognitive Services .NET SDK samples](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/)
> [Bing Web Search .NET SDK samples](https://github.com/microsoft/bing-search-sdk-for-net/tree/main/samples/BingSearchSamples/BingWebSearch)
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: quickstart
ms.date: 07/15/2020
ms.author: scottwhi
ms.author: v-grvanpelt
---

# Quickstart: Use a Bing Web Search Java client library


The Bing Web Search client library makes it easy to integrate Bing Web Search into your Java application. In this quickstart, you'll learn how to send a request, receive a JSON response, and filter and parse the results.

Want to see the code right now? Samples for the [Bing Search client libraries for Java](https://github.com/Azure-Samples/cognitive-services-java-sdk-samples/tree/master/Search) are available on GitHub.
Want to see the code right now? Samples for the [Bing Search client libraries for Java](https://github.com/microsoft/bing-search-sdk-for-java/tree/main/samples/sdk/WebSearchSample) are available on GitHub.

## Prerequisites

Expand Down Expand Up @@ -292,5 +292,5 @@ When you're done with this project, make sure to remove your subscription key fr
## Next steps

> [!div class="nextstepaction"]
> [Cognitive Services Java SDK samples](https://github.com/Azure-Samples/cognitive-services-java-sdk-samples/tree/master/Search/BingWebSearch)
> [Bing Web Search Java SDK samples](https://github.com/microsoft/bing-search-sdk-for-java/tree/main/samples/sdk/WebSearchSample)

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: quickstart
ms.date: 07/15/2020
ms.author: scottwhi
ms.author: v-grvanpelt
---

# Quickstart: Use a Bing Web Search JavaScript client library
Expand Down Expand Up @@ -102,4 +102,4 @@ When you're done with this project, make sure to remove your subscription key fr
## Next steps

> [!div class="nextstepaction"]
> [Cognitive Services Node.js SDK samples](https://github.com/Azure-Samples/cognitive-services-node-sdk-samples)
> [Bing Search Node.js SDK samples](https://github.com/Azure-Samples/cognitive-services-node-sdk-samples)
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: quickstart
ms.date: 07/15/2020
ms.author: scottwhi
ms.author: v-grvanpelt
---

# Quickstart: Use a Bing Web Search Python client library

The Bing Web Search client library makes it easy to integrate Bing Web Search into your Python application. In this quickstart, you'll learn how to send a request, receive a JSON response, and filter and parse the results.

Want to see the code right now? Samples for the [Bing Search client libraries for Python](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples/tree/master/samples/search) are available on GitHub.
Want to see the code right now? Samples for the [Bing Search client libraries for Python](https://github.com/microsoft/bing-search-sdk-for-python/blob/main/samples/sdk/web_search_samples.py) are available on GitHub.

## Prerequisites

Expand Down Expand Up @@ -317,4 +317,4 @@ When you're done with this project, make sure to remove your subscription key fr
## Next steps

> [!div class="nextstepaction"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is removing this ! intentional? what's the motive?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need clarification on that feedback; I don't recall removing it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must've been removed by mistake then, please double check and add it back if necessary.

> [Cognitive Services Python SDK samples](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples)
> [Bing Web Search Python SDK samples](https://github.com/microsoft/bing-search-sdk-for-python/blob/main/samples/sdk/web_search_samples.py)
8 changes: 4 additions & 4 deletions bing-docs/bing-web-search/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: sample
ms.date: 07/15/2020
ms.author: scottwhi
ms.author: v-grvanpelt
---

# Bing Web Search samples
Expand Down Expand Up @@ -37,10 +37,10 @@ Here's a list of SDK samples by language. The list is subject to change. For the

|Language|Sample
|-|-
|<a href="https://github.com/microsoft/bing-search-dotnet-samples/tree/main/rest" target="_blank">C#</a>|<a href="https://github.com/microsoft/bing-search-dotnet-samples/blob/main/rest/BingWebSearchV7.cs" target="_blank">Bing Web Search</a>
|<a href="https://github.com/Azure-Samples/cognitive-services-java-sdk-samples" target="_blank">Java</a>|<a href="https://github.com/microsoft/bing-search-java-samples/blob/main/rest/BingWebSearchV7.java" target="_blank">Bing Web Search</a>
|<a href="https://github.com/microsoft/bing-search-sdk-for-net/tree/main/samples/BingSearchSamples/BingWebSearch" target="_blank">C#</a>|<a href="https://github.com/microsoft/bing-search-dotnet-samples/blob/main/rest/BingWebSearchV7.cs" target="_blank">Bing Web Search</a>
|<a href="https://github.com/microsoft/bing-search-sdk-for-java/blob/main/samples/sdk/WebSearchSample/BingWebSearchSample.java" target="_blank">Java</a>|<a href="https://github.com/microsoft/bing-search-java-samples/blob/main/rest/BingWebSearchV7.java" target="_blank">Bing Web Search</a>
|<a href="https://github.com/Azure-Samples/cognitive-services-node-sdk-samples" target="_blank">Node.js</a>|<a href="https://github.com/microsoft/bing-search-nodejs-samples/blob/main/rest/BingWebSearchV7.js" target="_blank">Bing Web Search</a>
|<a href="https://github.com/Azure-Samples/cognitive-services-python-sdk-samples" target="_blank">Python</a>|<a href="https://github.com/microsoft/bing-search-python-samples/blob/main/rest/BingWebSearchV7.py" target="_blank">Bing Web Search</a>
|<a href="https://github.com/microsoft/bing-search-sdk-for-python/blob/main/samples/sdk/web_search_samples.py" target="_blank">Python</a>|<a href="https://github.com/microsoft/bing-search-python-samples/blob/main/rest/BingWebSearchV7.py" target="_blank">Bing Web Search</a>


## Next steps
Expand Down