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

https://github.com/ukho/ukho.adds.infrastructure


https://github.com/ukho/ukho.adds.infrastructure

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# ADDS Infrastructure Projects
This repository contains projects that create a number of NuGet packages that address fundamental or common code infrastructure needs in ADDS.

## UKHO.ADDS.Infrastructure.Pipelines
This NuGet package is an easy .Net pipeline solution that contains composable nodes for constructing simple and complex pipelines.

For further details, see the [Wiki](https://github.com/UKHO/UKHO.ADDS.Infrastructure/wiki/Pipelines)

## UKHO.ADDS.Infrastructure.Results
This NuGet package provides a simple, flexible, and high performance
implementation of the Result Pattern.

For further details, see the
[Wiki](https://github.com/UKHO/UKHO.ADDS.Infrastructure/wiki/Results)

## UKHO.ADDS.Infrastructure.Serialization
This NuGet package provides common best-practice approaches for working with serialization.

For further details, see the
[Wiki](https://github.com/UKHO/UKHO.ADDS.Infrastructure/wiki/Serialization)