https://github.com/tohideq/users-list-demo
A simple C# project to learn Cassandra Database and File Class
https://github.com/tohideq/users-list-demo
cassandra csharp
Last synced: 3 months ago
JSON representation
A simple C# project to learn Cassandra Database and File Class
- Host: GitHub
- URL: https://github.com/tohideq/users-list-demo
- Owner: TohidEq
- Created: 2022-04-29T20:52:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T21:04:47.000Z (about 4 years ago)
- Last Synced: 2025-05-17T22:36:44.894Z (about 1 year ago)
- Topics: cassandra, csharp
- Language: C#
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
users list (demo)
A C# Console App for test Cassandra DB and File class
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
  
## About The Project

* Add user
* Delete a user
* Search user/users (by Username, First name, Last name, Age, Phone)
* Sort Users (by Username, First name, Last name, Age, Phone)
* Save Users to a custom file
* Load Users from custom file and put them to DB
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* cassandra
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
* If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/TohidEq/users-list-demo/issues/new) to discuss it, or directly create a pull request after you edit the *README.md* file with necessary changes.
* Please make sure you check your spelling and grammar.
* Create individual PR for each suggestion.
* Please also read through the [Code Of Conduct](https://github.com/TohidEq/users-list-demo/blob/main/CODE_OF_CONDUCT.md) before posting your first idea as well.
### Creating A Pull Request
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request