Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeevanjames/contentprovider

Extensible framework to provide content from various sources to a .NET application
https://github.com/jeevanjames/contentprovider

Last synced: about 22 hours ago
JSON representation

Extensible framework to provide content from various sources to a .NET application

Awesome Lists containing this project

README

        

# Content Provider
The Content Provider framework provides a seamless way to manage large string and binary resources in your application.

[![Build status](https://ci.appveyor.com/api/projects/status/v5yyr0kpm7m4jdim?svg=true)](https://ci.appveyor.com/project/JeevanJames/contentprovider) [![Test status](https://img.shields.io/appveyor/tests/JeevanJames/contentprovider.svg)](https://ci.appveyor.com/project/JeevanJames/contentprovider/build/tests)

## NuGet packages

Name | Links | Description
-----|---------|------------
ContentProvider | [![NuGet Version](https://img.shields.io/nuget/v/ContentProvider.svg?style=flat)](https://www.nuget.org/packages/ContentProvider/) [![NuGet Downloads](https://img.shields.io/nuget/dt/ContentProvider.svg)](https://www.nuget.org/packages/ContentProvider/) | Core package.
ContentProvider.Extensions | [![NuGet Version](https://img.shields.io/nuget/v/ContentProvider.Extensions.svg?style=flat)](https://www.nuget.org/packages/ContentProvider.Extensions/) [![NuGet Downloads](https://img.shields.io/nuget/dt/ContentProvider.Extensions.svg)](https://www.nuget.org/packages/ContentProvider.Extensions/) | Additional support for `Microsoft.Extensions.*` packages.
ContentProvider.Formats.Json | [![NuGet Version](https://img.shields.io/nuget/v/ContentProvider.Formats.Json.svg?style=flat)](https://www.nuget.org/packages/ContentProvider.Formats.Json/) [![NuGet Downloads](https://img.shields.io/nuget/dt/ContentProvider.Formats.Json.svg)](https://www.nuget.org/packages/ContentProvider.Formats.Json/) | Extensions to support JSON data.