A sample demonstrating how to invoke Google Cloud Datastore from C#.
-
Follow the instructions in the root README.
-
Enable APIs for your project. Click here to visit Cloud Platform Console and enable the Google Cloud Datastore API.
-
Open Datastore.sln with Microsoft Visual Studio version 2015 or later.
-
Build the Solution.
-
From the command line, run TaskList.exe to see a list of subcommands:
PS C:\...\TaskList\bin\Debug> .\tasklist Cloud Datastore Task List Usage: new <description> Adds a task with a description <description> done <task-id> Marks a task as done list Lists all tasks by creation time delete <task-id> Deletes a task >
- See CONTRIBUTING.md
- See LICENSE