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
- Host: GitHub
- URL: https://github.com/smartive/smartive-core
- Owner: smartive
- License: mit
- Archived: true
- Created: 2019-02-12T10:24:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:53:07.000Z (over 3 years ago)
- Last Synced: 2025-04-05T18:12:35.572Z (10 months ago)
- Topics: dotnet, dotnet-core, entityframeworkcore, library
- Language: C#
- Size: 264 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.
[](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`.