You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
An opinionated backend architecture based on .NET Standard
I am using this set of class libraries in three projects now. Obeying the Rule of Three I am generalizing most of it now. You should be able to reference these libraries from .net4.6, .net core 1.0, Xamarin and UWP. The more abstract the library the lower the required .NET Standard gets.
Abstraction
.Net Standard
NuGet
Backend.Fx
1.3
Integration into your target environment made easy
Environment
.Net Standard
NuGet
Backend.Fx.AspNetCore
2.0
Backend.Fx.AspNetCore.Mvc
2.0
Backend.Fx.NetCore
1.3
What does "opinionated" mean?
You get vendor locked to a set of abstractions, like my DDD building blocks and some architecture patterns defined as interfaces
Less opinonated, but already provided as pluggable implementations of patterns