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

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

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
```