Skip to content

LeoYang-Chuese/wif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages