Utilities for organizations MVVM
Include Files:
Command.cs
NotifyChanger.cs
ObservableStack.cs
Using Command Class:
public Command AllCommand{get;set;}
...
AllCommand = Command.Register(On_AllCommand);
...
private void On_AllCommand(object obj){}
Using NotifyChanger Class:
public...
More information
Provides strong types and repository access for mongo DB and Azure Cosmos DB, which is both weak typed.
You can have all the sources with examples from here:
https://github.com/rammicz/MongoRepo
An install-and-go package for SQLite. You will only need to install this package, add some models and DataAccess-classes and your SQLite-database is created!