https://github.com/centeredge/shawarma.csharp.example
Example of converting a C# MVC app from IHostedService to a Shawarma service
https://github.com/centeredge/shawarma.csharp.example
Last synced: about 1 year ago
JSON representation
Example of converting a C# MVC app from IHostedService to a Shawarma service
- Host: GitHub
- URL: https://github.com/centeredge/shawarma.csharp.example
- Owner: CenterEdge
- Created: 2019-09-30T22:09:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T20:42:57.000Z (over 3 years ago)
- Last Synced: 2025-02-15T23:41:56.335Z (over 1 year ago)
- Language: JavaScript
- Size: 895 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shawarma.CSharp.Example
Example of converting a C# .NET Core MVC application from using IHostedService to a Shawarma-based approach.
The IHostedService approach is in the "ihostedservice" branch, and the Shawarma appraoch is in the master branch.
```sh
git diff ihostedservice..master
```