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.
- Host: GitHub
- URL: https://github.com/davidrogersdev/serverframework
- Owner: DavidRogersDev
- License: mit
- Created: 2020-04-06T04:53:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T20:12:16.000Z (over 2 years ago)
- Last Synced: 2025-03-31T07:51:13.214Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 271 KB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.