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)
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.
The project consists of Wif.Core, Wif.Utils and Wif.Infrastructure.
【wif 系列】
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.
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.
Email: [email protected]
This project is licensed under the MIT License.