Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/marcwittke/Backend.Fx
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwittke committed Sep 19, 2017
2 parents 71c12b4 + d37de86 commit fd18369
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Backend.Fx
## An opinionated backend architecture based on .NET Standard 1.3
I am using this class library in three projects now. Obeying the Rule of Three I am generalizing most of it now. Targetting .NET Standard 1.3 allows you to reference these libraries from .net4.6, .net core 1.0, Xamarin and UWP
I am using this set of class libraries in three projects now. Obeying the Rule of Three I am generalizing most of it now. Targetting .NET Standard 1.3 allows you to reference these libraries from .net4.6, .net core 1.0, Xamarin and UWP

Library | NuGet
--- | ---
Backend.Fx | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.svg)](https://www.nuget.org/packages/Backend.Fx)
Backend.Fx.Bootstrapping | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.Bootstrapping.svg)](https://www.nuget.org/packages/Backend.Fx.Bootstrapping)
Backend.Fx.EfCorePersistence | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.EfCorePersistence.svg)](https://www.nuget.org/packages/Backend.Fx.EfCorePersistence)
Backend.Fx.NLogLogging | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.NLogLogging.svg)](https://www.nuget.org/packages/Backend.Fx.NLogLogging)
Backend.Fx.Testing | [![NuGet](https://img.shields.io/nuget/v/Backend.Fx.Testing.svg)](https://www.nuget.org/packages/Backend.Fx.Testing)


## What does "opinionated" mean?
You are getting pretty much vendor locked using this architecture. Although, in my opinion those vendors are well chosen:
Expand Down

0 comments on commit fd18369

Please sign in to comment.