azure-cosmos-dotnet-v2/samples
dependabot[bot] 26172c65be
Bump System.Text.RegularExpressions in /samples/MultiModel
Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1.

---
updated-dependencies:
- dependency-name: System.Text.RegularExpressions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 21:11:48 +00: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 Bump System.Text.RegularExpressions in /samples/MultiModel 2021-08-04 21:11:48 +00: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 1.17 package version 2017-08-24 13:09:42 +03:00
code-samples Update Readme.md 2020-08-07 14:59:42 -07: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 1.17 package version 2017-08-24 13:09:42 +03:00
xamarin Merge pull request #837 from Azure/dependabot/nuget/samples/xamarin/UserItems/xamarin.forms/Droid/System.Net.Security-4.0.1 2021-04-18 05:58:00 -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.