Info
Version: | 2.1.8 |
Author(s): | @ideaflare |
Last Update: | Tuesday, February 23, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://ideaflare.github.io/embark |
NuGet Url: | https://www.nuget.org/packages/Embark |
Install
Install-Package Embark
dotnet add package Embark
paket add Embark
Embark Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The same 35kb dll is used for:
- Saving data to text file(s) locally
- Optionally hosting and connecting to a HTTP Embark server
- Optional runtime-only persistence for unit testing/mocks
- Doesn't force any ID or [Attribute] conventions you that you must use
- Still, optional convention based interaction is avaliable.
- Flexible constructor injection for custom behaviour of data storage and/or serialization.
Examples & source @ http://ideaflare.github.io/embark
Feedback, suggestions & pull requests welcome!.