https://github.com/openactive/dataset-site-template-example-dotnet
Dataset Site Template rendering example in C#
https://github.com/openactive/dataset-site-template-example-dotnet
dataset-publication dot-net
Last synced: 2 months ago
JSON representation
Dataset Site Template rendering example in C#
- Host: GitHub
- URL: https://github.com/openactive/dataset-site-template-example-dotnet
- Owner: openactive
- License: mit
- Created: 2019-04-26T00:27:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:03:37.000Z (over 3 years ago)
- Last Synced: 2025-10-11T13:17:20.728Z (9 months ago)
- Topics: dataset-publication, dot-net
- Language: C#
- Size: 15.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dataset Site Template rendering example in C#
This simple console app demonstrates the render steps outlined [here](https://github.com/openactive/dataset-site-template) using [OpenActive.NET](https://www.nuget.org/packages/OpenActive.NET/).
The main logic of this app lives in [Program.cs](https://github.com/openactive/dataset-site-template-example-dotnet/blob/master/DatasetSiteTemplateExample/Program.cs), so jumping right in there will tell you all you need to know.