Skip to content

LisaLeib/azure-search-dotnet-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topic services platforms languages name description products urlFragment
sample
azure-search
dotnet
csharp
Azure Search C# samples
Find C# samples for Azure Search in this repository.
azure
azure-search
dotnet-csharp-samples

Azure Search .NET Samples

This repository contains C# sample code used in Azure Search quickstarts, tutorials, and examples. All samples run on the shared (free) Azure Search service.

Quickstart

This .NET Core console app uses the Azure Search .NET SDK to create an index, load it with documents, and execute a few queries. The index is modeled on a subset of the Hotels dataset, reduced for readability and comprehension. Index definition and documents are included in the code.

Create your first app

This MVC sample is a collection of projects that demonstrate a user experience using fictitious hotels data. The first project creates a basic search page. Additional projects build on the first, adding results handling, and typeahead. The index is pre-built and hosted so that you can focus on the application itself.

Multiple data sources

This .NET Core console app uses Azure Search indexers and the .NET SDK to import data from Azure Cosmos DB and Azure Blob storage, combing data from two sources into one Azure Search index.

About

Azure Search .NET sample code

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 54.6%
  • HTML 37.1%
  • CSS 7.6%
  • JavaScript 0.7%