An open API service indexing awesome lists of open source software.

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

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

![Downloads](https://img.shields.io/github/downloads/TohidEq/users-list-demo/total) ![Contributors](https://img.shields.io/github/contributors/TohidEq/users-list-demo?color=dark-green) ![Issues](https://img.shields.io/github/issues/TohidEq/users-list-demo)

## About The Project

![Screen Shot](screenshot.png)

* 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