Wif.Infrastructure
0.4.0.24100
dotnet add package Wif.Infrastructure --version 0.4.0.24100
NuGet\Install-Package Wif.Infrastructure -Version 0.4.0.24100
<PackageReference Include="Wif.Infrastructure" Version="0.4.0.24100" />
<PackageVersion Include="Wif.Infrastructure" Version="0.4.0.24100" />
<PackageReference Include="Wif.Infrastructure" />
paket add Wif.Infrastructure --version 0.4.0.24100
#r "nuget: Wif.Infrastructure, 0.4.0.24100"
#addin nuget:?package=Wif.Infrastructure&version=0.4.0.24100
#tool nuget:?package=Wif.Infrastructure&version=0.4.0.24100
English| 中文
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)
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 | Versions 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. net9.0-windows was computed. net10.0-windows was computed. |
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.19)
- Wif.Core (>= 0.4.0.24100)
- Wif.Utilities (>= 0.4.0.24100)
-
.NETFramework 4.7.2
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.19)
- Wif.Core (>= 0.4.0.24100)
- Wif.Utilities (>= 0.4.0.24100)
-
net6.0-windows7.0
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.19)
- Wif.Core (>= 0.4.0.24100)
- Wif.Utilities (>= 0.4.0.24100)
-
net8.0-windows7.0
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.19)
- Wif.Core (>= 0.4.0.24100)
- Wif.Utilities (>= 0.4.0.24100)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.0.24100 | 134 | 4/10/2024 |
0.3.0.21349 | 419 | 12/16/2021 |
0.3.0.21286 | 445 | 10/13/2021 |
0.2.1.21116 | 393 | 4/27/2021 |
0.2.0 | 354 | 4/13/2021 |
0.1.0 | 456 | 11/24/2020 |