Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clifftech123/countrydatadotnetdemo
This repository contains a demo on how to use the CountryData.NET Standard package. This example is implemented with Blazor and .NET Core.
https://github.com/clifftech123/countrydatadotnetdemo
Last synced: about 8 hours ago
JSON representation
This repository contains a demo on how to use the CountryData.NET Standard package. This example is implemented with Blazor and .NET Core.
- Host: GitHub
- URL: https://github.com/clifftech123/countrydatadotnetdemo
- Owner: Clifftech123
- Created: 2024-10-10T22:42:17.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2024-10-27T21:03:57.000Z (11 days ago)
- Last Synced: 2024-10-28T00:38:07.061Z (11 days ago)
- Language: C#
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CountryData.NET Package Demo
This repository contains a demo on how to use the CountryData.NET Standard package. This example is implemented with Blazor and .NET Core.
## Technologies Used
- .NET Core
- Blazor## Getting Started
To get started with this demo:
1. Clone the repository:
```bash
git clone https://github.com/Clifftech123/CountryDataDotnetDemo.git
```2. Navigate to the project directory:
```bash
cd CountryDataDotnetDemo.net
```3. Build the project:
```bash
dotnet build
```4. Run the project:
```bash
dotnet run
```Learn how to use the package with your project [Here](https://github.com/frankodoom/CountryData.Net)