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

https://github.com/smartive/smartive-core

.net core library for your everyday work. contains helpers, additions and useful extensions
https://github.com/smartive/smartive-core

dotnet dotnet-core entityframeworkcore library

Last synced: 10 months ago
JSON representation

.net core library for your everyday work. contains helpers, additions and useful extensions

Awesome Lists containing this project

README

          

## smartive - core

A small but useful .net core library with some helpers / additions / extensions for your everyday work with
.net core.

[![nuget](https://img.shields.io/nuget/v/Smartive.Core.svg)](https://www.nuget.org/packages?q=smartive.core)

### Libs

All libraries are bundled in the `Smartive.Core` library. All parts can be installed on their own
with the corresponding nuget packages.

### Smartive.Core.Database

Contains various helpers and repository files for entity framework core.
There is a repository pattern that adds some functionality to fast prototype repositories
with default crud operations.

### Smartive.Core.Wpf

Extensions for wpf applications (like xamarin forms).
Contains a base view model that implements `INotifyPropertyChanged`.