Azure-Samples / documentdb-dotnet-todo-app

This sample shows you how to use the Microsoft Azure DocumentDB service to store and access data from a ASP.NET MVC application hosted on Azure Websites.
MIT License
43 stars 73 forks source link

Merge pull request #1 from Azure-Samples/master #16

Closed SnehaGunda closed 5 years ago

SnehaGunda commented 5 years ago

Merge pull request #13 from SnehaGunda/master

acomsmpbot commented 5 years ago

No issues were found in this pull request.

acomsmpbot commented 5 years ago

No issues were found in this pull request.

SnehaGunda commented 5 years ago

Fixes https://github.com/MicrosoftDocs/azure-docs/issues/23792

acomsmpbot commented 5 years ago

No issues were found in this pull request.

SnehaGunda commented 5 years ago

@ThomasWeiss @markjbrown I made some updates for the code sample to create and perform other operations on partitioned containers. can you please review.

Addresses this Git issue: https://github.com/MicrosoftDocs/azure-docs/issues/23792

ThomasWeiss commented 5 years ago

@SnehaGunda This sample uses a pretty old version of the .NET SDK and I think we should expose the most up-to-date experience instead:

Let me know if you have questions or run into issues, thanks!

harshan007 commented 5 years ago

@SnehaGunda I would echo what @ThomasWeiss said w.r.t this:

I tried the sample afresh and when i install latest DocumentDB from NuGet, the sample doesn't work and i had to remove Documents.Client reference.

After this there is this issue of PartitionKey and i believe your commits should fix that.

SnehaGunda commented 5 years ago

@ThomasWeiss and @harshan007 Apologies for the long delay, I updated the package to the 2.2.3 version. When users download the sample and restore the Nuget packages, it should run successfully. I will now merge this PR.