azure-cosmos-dotnet-v2/samples
Matias Quaranta 6447e499d8
Merge pull request #896 from Azure/dependabot/nuget/samples/xamarin/UserItems/xamarin.forms/Droid/System.Security.Cryptography.X509Certificates-4.1.2
Bump System.Security.Cryptography.X509Certificates from 4.1.0 to 4.1.2 in /samples/xamarin/UserItems/xamarin.forms/Droid
2022-04-12 16:53:15 -07:00
..
ChangeFeedMigrationTool Fix missing await when doing upsert in DocumentFeedObserver.ProcessChangesAsync. 2018-01-11 12:30:10 -08:00
ChangeFeedProcessor Increment version.subminor. (#423) 2018-01-25 10:39:42 -08:00
MigrateDatabase fixes 2017-10-24 00:46:05 -07:00
Mongo/CreateDBThroughput updating Program.CS 2018-09-18 10:46:18 -07:00
MultiMaster Added Multi-Master sample 2018-10-17 14:36:24 -07:00
MultiModel Removing graph operations 2018-06-21 11:20:58 -07:00
Patterns Bug fix in GetSensorReadingsForTimeRangeAsync 2019-01-10 00:40:28 -08:00
Spatial/NearestNeighbor 1.17 package version 2017-08-24 13:09:42 +03:00
TokenProvider Add TokenProvider sample 2018-08-22 11:26:39 -07:00
clientside-transactions/DocDBClientBulk Bump Microsoft.Data.OData 2022-03-15 16:55:56 +00:00
code-samples Switch query samples to use async calls 2022-02-07 14:54:51 -08:00
documentdb-benchmark migrate 2017-10-23 20:46:27 -07:00
partition-stats 1.17 package version 2017-08-24 13:09:42 +03:00
request-units Updating Demo - ChangeFeed-AutomaticVehicleLocationSystem 2018-08-06 17:55:50 -07:00
rest-from-.net 1.17 package version 2017-08-24 13:09:42 +03:00
searchable-todo Bump bootstrap in /samples/searchable-todo/src/searchabletodo 2022-03-15 19:15:57 +00:00
xamarin Merge pull request #896 from Azure/dependabot/nuget/samples/xamarin/UserItems/xamarin.forms/Droid/System.Security.Cryptography.X509Certificates-4.1.2 2022-04-12 16:53:15 -07:00
Readme.md updated readme's with pointers to multi-master samples (#624) 2018-10-18 12:15:24 -07:00

Readme.md

This contains a variety of sample code snippets and applications built using Azure DocumentDB and the .NET SDK.

  • code-samples/ - the source code for the samples published at Azure DocumentDB .NET Code Samples. These samples demonstrate how to use every method and operation of the .NET SDK.

  • Multi-Master Samples/ - the source code for the multi-master samples MultiMaster

  • searchabletodo/ - a sample ASP.NET MVC web application that demonstrates how to

    • build an ASP.NET MVC web application with DocumentDB
    • link this application to Azure Search.