CommunityToolkit.Mvvm series article navigation
The package CommunityToolkit.Mvvm
(aka MVVM Toolkit, formerly Microsoft.Toolkit.Mvvm
) is a modern, fast and modular MVVM library. It is part of the .NET Community Toolkit, built around the following principles:
- Platform and runtime independent – .NET Standard 2.0, .NET Standard 2.1 and .NET 6 🚀 (UI Framework agnostic)
- Easy to pick and use – Outside of “MVVM”), there are no strict requirements on application structure or coding paradigms (i.e. flexible usage.
- A la carte – Freedom to choose which components to use.
- Reference Implementation – Lean and performant, providing implementations for the interfaces contained in the base class library, but lacking concrete types that use them directly.
The MVVM Toolkit is maintained and published by Microsoft as part of the .NET Foundation.
I will sort out the previous series of articles:
Source code:
https://github.com/aierong/WpfDemo
This series of articles:
https://www.cnblogs.com/aierong/category/2297596.html
wpf series:
https://www.cnblogs.com/aierong/tag/WPF/
My Series
A.Sql Server2005 Transact-SQL new weapon learning
B.MCAD learning
C.Code Reading Summary
D.ASP.NET State Management
E.DB (database)
F.WAP
G.WinForm
H.Flex
I hope the knowledge mentioned above can give you some hints, and welcome to exchange and correct.
Author: aierong
Source: http://www.cnblogs.com/aierong
The post is based on “the status quo “Provided without any guarantee, and at the same time, no rights are granted!
The copyright of this article belongs to the author, welcome to reprint!
Original technical articles and experiences, reprint and indicate the source! This is also respect for the original creator!