Wif.Core 0.4.0.24100

dotnet add package Wif.Core --version 0.4.0.24100
NuGet\Install-Package Wif.Core -Version 0.4.0.24100
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="Wif.Core" Version="0.4.0.24100" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wif.Core --version 0.4.0.24100
#r "nuget: Wif.Core, 0.4.0.24100"
#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 Wif.Core as a Cake Addin
#addin nuget:?package=Wif.Core&version=0.4.0.24100

// Install Wif.Core as a Cake Tool
#tool nuget:?package=Wif.Core&version=0.4.0.24100
English| 中文

Logo

WPF Infrastructure Framework(WIF)        

wif is a basic infrastructure framework that can help you quickly develop WPF applications.

Supports .NET Framework (4.7.2+) and .NET Core (3.1 and 5.0)

Nuget nuget-version dotnet-version dotnetcore version csharp-version IDE-version 博客园

Project Origin

After a large number of WPF project developments, a large amount of useful infrastructure has been accumulated, and it has been organized and published, so that later developers can quickly develop WPF applications. You can choose to reference the generated dll, or you can copy the code you need into your project. Strictly speaking, this project is not a framework, but a collection of discrete infrastructure.

Project Components

The project consists of Wif.Core, Wif.Utils and Wif.Infrastructure.

  • Wif.Core: The core part of the WPF infrastructure framework, this part of the code is generally XAML-irrelevant, has the least dependencies, and includes Async, Cache, Collections, ComponentModel, Generic, Setting.
  • Wif.Utils: The extension part of the WPF infrastructure framework, mainly some Extensions and Helpers.
  • Wif.Infrastructure: The main part of the WPF infrastructure framework, including Binding, PropertyChanged, MarkupExtensions, Converters, Commands, EventToCommand, Behaviors, ValidationRules and many other useful infrastructure.

Composition Diagram

组成图

Blog

wif 系列

Documentation

Acknowledgments

Most of the code in the project comes from personal accumulation, and some code has referred to the sharing of WPF developers, and the source and links have been noted.

Target Audience

This project includes some MVVM framework implementations, but it is not intended to replace the MVVM framework. If you are developing a small project and do not consider using an MVVM framework, this project may be suitable for you to implement a simple MVVM pattern.

If you find that the infrastructure in existing MVVM frameworks cannot fully meet your needs, you can see if there is anything suitable in this project to serve as an auxiliary library for your MVVM framework.

If you have a code obsession and pursue elegant code, this project may be suitable for you.

If you are a WPF beginner, this project may open a door for you to glimpse the exquisiteness of WPF design.

Contact Information

Email: leolion610@foxmail.com

Licence

This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Wif.Core:

Package Downloads
Wif.Infrastructure

WPF Infrastructure Framework(WIF)is an infrastructure framework that helps you develop WPF applications quickly.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.0.24100 67 4/10/2024
0.3.0.21349 433 12/16/2021
0.3.0.21286 476 10/13/2021
0.2.1.21116 416 4/27/2021
0.2.0 385 4/13/2021
0.1.0 491 11/24/2020