46 results for “topic:inotifypropertychanged”
Powerful INotifyPropertyChanged / INotifyPropertyChanging Source Generator, which generates INPC boilerplate for you as part of your build. Supports features such as automatic and manual dependencies between properties, notifications when specific properties change, and more.
Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.
ReactiveGenerator is a modern C# source generator that automates property change notification implementation, supporting both standard INotifyPropertyChanged and ReactiveUI patterns.
Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.
Utility components for quickly binding data values to views.
A platform-independent, lightweight library for developing .NET applications using the MVVM architecture
A WPF-style control binding implementation for Godot 4.0 implemented using INotifyPropertyChanged
Automatically raise PropertyChanged in MVVM applications.
A simple to use yet powerful implementation of INotifyPropertyChanged.
This is a sample app to practice WPF
A fluent extension of xUnit for testing implementations of INotifyPropertyChanged in ViewModels.
High‑performance, dependency‑free MVVM core for .NET — deterministic commands, robust async lifecycle, and a clear minimal API with a lightweight service provider.
A lightweight MVVM implementation for WPF (Windows Presentation Foundation) targeting both .NET Framework and .NET (Core).
Mono.Cecil IL Code Weaver Example
A lightweight MVVM implementation targeting .NET Standard 2.0 and .NET 6.0.
Example of Entity Framework (Code First) MVVM
A powerful framework to handle PropertyChanged and CollectionChanged events on an arbitrary hierarchy of nested objects and collections.
Basic Implementation of the MVVM pattern for WPF, UWP, Xamarin & Uno Platform.
Generates a unique QR code based off text provided by the user, using ZXing library for code generation.
EssentialMVVM is a lightweight Model-View-ViewModel (MVVM) framework for WPF.
Notify property change and dependency property change tracker
Create type that implement INotifyPropertyChanged at runtime.
WPF project using MVVM to add and show job postings.
Sample code for a episode of Gur.Codes(); about data-binding
Automatically generate code to add INotifyPropertyChanged and INotifyPropertyChanging to your properties.
C# - CRUD Operations in UWP with WCF Web Service [Year of Development: 2017 and 2020]
Very simple MVVM example with a focus in property-changed event
Example for Thread, Thread synchronization and Cryptography
Example of Navigate Windows (ICommand,DataTemplate, ContentControl), XML (serialization deserialization, Converting a XML to Generic List), List Generic, Commands, Dictionaries, Repository, Usercontrol as View, Usercontrol ViewModel, PrintDialog, HttpClient, HttpResponseMessage, Dynamic value, INotifyPropertyChanged, OnpropertyChanged, Listbox, JsonConvert.DeserializeObject() for get data from OMDb API, Youtube and Google API, Cefsharp - Chromium Embedded Framework, Observable Collection(Add, Any), Notification, Gif Animation, EventTriger
LINQ to SQL with MVVM. Update can not work correctly. Because of Combo boxes directly binding with tables of database. Update all same items which selected item in database and listview. Add update item instead of orginal item in combo box. You will not face a problem If use textbox instead of combox.