https://github.com/frankhaugen/dotnet-chat-app
A prototype for a chat application in .net Core 3 using a flat-file system
https://github.com/frankhaugen/dotnet-chat-app
chat dependency-injection dotnetcore3 linq2db sqlite
Last synced: about 2 months ago
JSON representation
A prototype for a chat application in .net Core 3 using a flat-file system
- Host: GitHub
- URL: https://github.com/frankhaugen/dotnet-chat-app
- Owner: frankhaugen
- License: mit
- Created: 2019-07-06T18:57:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T21:51:12.000Z (almost 7 years ago)
- Last Synced: 2025-03-11T14:45:56.755Z (about 1 year ago)
- Topics: chat, dependency-injection, dotnetcore3, linq2db, sqlite
- Language: C#
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-chat-app
A prototype for a chat application in .net Core 3 using a flat-file system
## Methodologies
This application uses Dependency Injection to manage dependencies. Sqlite is the database of choice for this, as it gives flat-file capabilities, but still allows the use of Linq2db which is an incredible tool
## How-to
Just play around with the code, but as it stands now, there's no possibility of changing the location of the DB file