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

https://github.com/davidrogersdev/serverframework

A small collection of libraries, opinionated in nature, which cut down on the amount of set-up code you need to write when starting a new ASP.NET Core Web Application. Also includes some useful types and helpers to support the SOLID principles.
https://github.com/davidrogersdev/serverframework

Last synced: about 1 year ago
JSON representation

A small collection of libraries, opinionated in nature, which cut down on the amount of set-up code you need to write when starting a new ASP.NET Core Web Application. Also includes some useful types and helpers to support the SOLID principles.

Awesome Lists containing this project

README

          

# ServerFramework
A small collection of libraries, opinionated in nature, which cut down on the amount of set-up code you need to write when starting a new ASP.NET Core Web Application.

This repository will serve as an example application to underpin various articles which I intend to write about ASP.NET Core and some of the great libraries which you can use to build up a server-side framework to support your projects.