#mvvm

[ follow ]
CodeProject
1 year ago
JavaScript

WPF MVVM RichText Demo using YDock[Panel]

MVVM pattern is a useful way to organize code and simplify testing applications. [ more ]
CodeProject
2 months ago
JavaScript

WPF DataGrid with RichText, RowDetails, Grouping, Filter and more!

Utilizing RowDetails, Grouping, and Filtering in a DataGrid with XML data source in MS Learn example. [ more ]
CodeProject
2 months ago
JavaScript

WPF DataGrid UC with RowDetails, Grouping, Filter and more!

The article demonstrates how to use RowDetails, Grouping, and Filters in a DataGrid with an XML data source, including text search and interaction between View and ViewModel. [ more ]
CodeProject
4 months ago
Software development

ChatGPT API in C# WPF

The C# WPF app communicates with OpenAI GPT3.5-turbo API and has a similar UI layout to the OpenAI chat website.
The app uses the MVVM design pattern and includes classes for ChatViewModel, ChatHistory, and ChatList. [ more ]
[ Load more ]