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

https://github.com/penge/csharp-web-api-examples

Example Web API projects in C#
https://github.com/penge/csharp-web-api-examples

aspnet-core csharp example tutorial web-api

Last synced: 10 months ago
JSON representation

Example Web API projects in C#

Awesome Lists containing this project

README

          

# Example Web API projects in C#

| Project | Used storage | README |
| ------------- | ------------- | ------------- |
| TodoApi | in-memory | [here](TodoApi/README.md) |
| BooksApi | MongoDB | [here](BooksApi/README.md) |
| StudentsApi | PostgreSQL | [here](StudentsApi/README.md) |