https://github.com/zuyatna/wiredbraincoffee-storageapp
Write C# code that works with any data storage
https://github.com/zuyatna/wiredbraincoffee-storageapp
console generic visual-studio
Last synced: 8 months ago
JSON representation
Write C# code that works with any data storage
- Host: GitHub
- URL: https://github.com/zuyatna/wiredbraincoffee-storageapp
- Owner: zuyatna
- Created: 2021-08-12T05:17:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T07:00:50.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T11:45:21.257Z (over 1 year ago)
- Topics: console, generic, visual-studio
- Language: C#
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learning C# generic using .NET 5.0 with Visual Studio 2019
## The purpose of application
Wired Brain Coffee Company is a company that runs several coffee shops around the world.
They want a .NET console application to load and save employees and organizations that visit their coffee shops.
This application will be a prototype for their developers and it should show how to write C# code that will work with any data storage.