https://github.com/googlecloudplatform/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
https://github.com/googlecloudplatform/dotnet-docs-samples
samples
Last synced: 9 months ago
JSON representation
.NET code samples used on https://cloud.google.com
- Host: GitHub
- URL: https://github.com/googlecloudplatform/dotnet-docs-samples
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2015-10-01T18:29:55.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T16:34:25.000Z (9 months ago)
- Last Synced: 2025-05-05T17:56:08.689Z (9 months ago)
- Topics: samples
- Language: C#
- Homepage: https://cloud.google.com/dotnet
- Size: 33.3 MB
- Stars: 770
- Watchers: 151
- Forks: 1,203
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Google Cloud Platform .NET Docs Samples
A collection of samples that demonstrate how to call some
Google Cloud services from C#.
The [APIs and .NET Libraries page](https://cloud.google.com/dotnet/docs/apis)
lists all the _Cloud_ APIs you can call from .NET.
The samples in this repo cover only _some_ of the total APIs that you can call from .NET.
## Google Cloud Samples
You can also browse these samples, and more in [Google Cloud Samples](https://cloud.google.com/docs/samples).
## Build and Run
To build and run a sample, open the solution file (.sln) with Visual
Studio 2017 or later and build it.
But no sample will work until you
1. **Follow the set-up instructions in [the documentation](https://cloud.google.com/dotnet/docs/setup).**
6. **Download or clone this repo** with
```sh
git clone https://github.com/GoogleCloudPlatform/dotnet-docs-samples
```
Browse the directories, find a solution (.sln) file, open it with
[Visual Studio 2017](https://www.visualstudio.com/) or later, and run it!
## Contributing changes
* See [CONTRIBUTING.md](CONTRIBUTING.md)
## Licensing
* See [LICENSE](LICENSE)
## Testing
* See [TESTING.md](TESTING.md)