Epsiloner.Wpf.Core 1.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Epsiloner.Wpf.Core --version 1.0.1
NuGet\Install-Package Epsiloner.Wpf.Core -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Epsiloner.Wpf.Core" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Epsiloner.Wpf.Core --version 1.0.1
#r "nuget: Epsiloner.Wpf.Core, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Epsiloner.Wpf.Core as a Cake Addin
#addin nuget:?package=Epsiloner.Wpf.Core&version=1.0.1

// Install Epsiloner.Wpf.Core as a Cake Tool
#tool nuget:?package=Epsiloner.Wpf.Core&version=1.0.1

WPF related things

Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Epsiloner.Wpf.Core:

Package Downloads
Epsiloner.OptionsModule The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Options module for client side application that can have separate sections and these sections can be user specific or global. Can be saved to file and be loaded from file.

Epsiloner.Wpf.Keyboard The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides manager for keybinding where key gesture can be configured by user.

Epsiloner.Wpf.Navigation The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Epsiloner.Wpf.Navigation is a framework similar to Prism for building loosely coupled, maintainable, testable XAML application in WPF with objects as parameters. Provides a design pattern that are helpful in writing well-structured and maintainable applications. It allows to have each page in separate project with dynamic registration of each page and ability to correctly navigate to each page by defining classes (that implements INavigationTarget) with corresponding parameters. For example, Epsiloner.Wpf.Navigation allows you to use an abstraction for navigation that is unit testable, but that layers on top of the platform concepts and APIs for navigation so that you can fully leverage what the platform itself has to offer, but done in the MVVM way. Epsiloner.Wpf.Navigation is designed to perform navigation from any place, but most useful to use from ViewModels. Epsiloner.Wpf.Navigation is a fully open source project. I appreciate any input from outside - ideas / wishes / bugs / bug fixes / etc..

Epsiloner.Wpf.Behaviors The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

WPF Behavior related things

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 489 3/28/2021
1.1.2 439 3/27/2021
1.1.1 444 3/27/2021
1.0.16 2,406 12/16/2019
1.0.15 518 12/12/2019
1.0.13 509 11/27/2019
1.0.12 529 11/19/2019
1.0.11 511 11/18/2019
1.0.10 808 10/2/2019
1.0.9 527 9/16/2019
1.0.8 868 8/19/2019
1.0.7 599 6/23/2019
1.0.6 3,454 4/19/2019
1.0.5 1,860 2/10/2019
1.0.4 822 11/8/2018
1.0.2 744 8/27/2018
1.0.1 1,549 8/11/2018
1.0.0 805 8/9/2018

Added utils for XAML: Save object to file and Load object from file.