Skip to content

frankhaugen/Frank.DataStorage

Repository files navigation

Frank.DataStorage

A set of nugets to allow for abstraction of whatever data you are storing and help you to keep your code clean and testable.


GitHub License NuGet NuGet

GitHub contributors GitHub Release Date - Published_At GitHub last commit GitHub commit activity GitHub pull requests GitHub issues GitHub closed issues


Installation

NuGet

dotnet add package Frank.DataStorage

Concepts

IRepository

This is the main interface that you will use to interact with your data. It is a generic interface that takes a type parameter that is the type of the data you are storing. This interface has a number of methods that you can use to interact with your data.