본문 바로가기
개발/C#(WPF)

Microsoft.Toolkit.Mvvm 사용방법

by Piaso 2021. 8. 19.

 

GalaSoft의 MvvmLight는 2018년 이후로 현재 지원을 하지 않는다.

MvvmLight의 후속버전으로 생각하면 될 것 같다.

Nuget Package에서 microsoft.toolkit.mvvm으로 검색하면된다.

 

마이크로소프트 Mvvm Toolkit 소개

MVVM 툴킷 소개 - 윈도우 커뮤니티 툴킷 | 마이크로 소프트 문서 (microsoft.com)

 

Introduction to the MVVM Toolkit - Windows Community Toolkit

An overview of how to get started with the MVVM Toolkit and to the APIs it contains

docs.microsoft.com

 

샘플소스

GitHub - CommunityToolkit/MVVM-Samples: Sample repo for MVVM package

 

GitHub - CommunityToolkit/MVVM-Samples: Sample repo for MVVM package

Sample repo for MVVM package. Contribute to CommunityToolkit/MVVM-Samples development by creating an account on GitHub.

github.com

샘플실행화면

MVVM Toolkit Sample App

 

Mvvm Toolkit 사용법

마이크로 소프트 MVVM 툴킷 | 주위에 랩 XAML 브루어, 디데릭 크롤스 (wordpress.com)

 

A lap around the Microsoft MVVM Toolkit

In this article we’ll walk through a UWP sample app to experiment with the features of the new Microsoft.Toolkit.Mvvm package that is part of the Microsoft Community Toolkit. MVVM MVVM is a softwar…

xamlbrewer.wordpress.com