C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Maulik Kansara(2)
Rahat Yasir(2)
Bechir Bejaoui(2)
Anu Viswan(1)
Varun Setia(1)
Roshan Rathod(1)
Rikam Palkar(1)
Avnish Kumar(1)
Fabio Silva Lima(1)
Nirav Daraniya(1)
Tom Mohan(1)
Vishnujeet Kumar(1)
Kailash Chandra Behera(1)
Neelesh Vishwakarma(1)
Mujeeb Rahman(1)
Niladri Biswas(1)
Nipun Tomar(1)
Resources
No resource found
Source Generator For INotifyPropertyChanged
Sep 20, 2021.
This article outlines steps for creating a Source Generator for the implementation of INotifyPropertyChanged using Rosyln Compiler API
MVVM Architecture
Aug 11, 2020.
Learn about the significance of software architecture like MVVM, which separates UI from backend, enhancing maintainability. Explore MVVM's components: Model (business logic), View (UI), ViewModel (presentation logic). Implement it in WPF using ICommand, INotifyPropertyChanged for dynamic UI updates.
How To Implement A Youtube Video Search Using Youtube Data API V3 In A WordPress Website
Jul 09, 2020.
This article gives an introduction of how to integrate Youtube Data API v3 for a Youtube video search and how YouTube Data API v3 API will provide access to YouTube data, such as videos, playlists, and channels.
INotifyPropertyChanged Interface In MVVM
Jun 18, 2020.
This interface is responsible for updating the UI.
Essentials Of MVVM 💻📱🖥️
Feb 17, 2020.
MVVM is a must-have design pattern during the development of WPF, UWP, and Xamarin for taking advantage of user device capabilities and browser memory to improve application performance.
Use Of CallerMemberName With INotifyPropertyChanged Interface In WPF MVVM
Mar 22, 2018.
In this article, you will learn about the use of CallerMemberName With INotifyPropertyChanged Interface in WPF MVVM.
Use INotifyPropertyChanged Interface In WPF MVVM
Mar 20, 2018.
INotifyPropertyChanged is an interface member in System.ComponentModel Namespace. This interface is used to notify the Control that property value has changed.
Simplifying MVVM INotifyPropertyChanged On Xamarin.Forms
May 12, 2017.
The goal is simplifying MVVM INotifyPropertyChanged in Xamarin Forms therefore making it unnecessary to keep inheriting base classes and handling the setter of each ViewModel Property.
Explain INotifyPropertyChanged In WPF - MVVM
Oct 04, 2016.
INotifyPropertyChanged in ASP.NET MVC facilitates automatic updating of UI elements when data changes. By implementing this interface, changes in properties like FirstName and LastName dynamically update FullName, ensuring synchronized data presentation in applications.
Implement Change Notification Using INotifyPropertyChanged in WPF
Mar 06, 2015.
In this article we will learn how to implement change notification using INotifyPropertyChanged in WPF.
MVVM, Simple Way You Can Think
Oct 25, 2014.
This article exlains MVVM in the simplest way you can think of.
Data Binding With INotifyPropertyChanged Interface
Oct 21, 2014.
In this article you will learn a little bit advanced topic like Data Binding. It’s really useful when you’ve massively structured code, and you’ve to handle a lots of data, not like our typical controls.
Model View ViewModel (MVVM) Introduction: Part 3
Dec 23, 2013.
So for this article I'll focus on that, one more important core component of MVVM, Events (property and collection change events) or INotifyPropertyChanged.
Notify Client When Source Changed in WPF MVVM
Aug 16, 2013.
This article explains how bound controls are updated when the source is changed in code behind in WPF MVVM.
Implementing INotifyPropertyChanged in Silverlight
May 03, 2013.
Are you using binding in xaml? Is it MVVM? So believe me, this post is for you. Just give it a five minute read, you will admire it.
WPF MVVM Pattern: A Simple Tutorial for Absolute Beginners
Nov 12, 2010.
After some research I cracked the very basic steps in MVVM pattern, and then trying to write MVVM tutorials for absolute beginners.
Cascading Dropdown & Multiselect option in ListBox using WPF
May 10, 2009.
Many times we come across the situation where we need to populate the dropdowns based on the value of another dropdown or combo.
XAML and C# -Introduction: Part I
Dec 18, 2008.
This article is supposed to be an introduction to Data Binding logic within Silverlight 2 context, five questions are introduced in this context and they will be answered briefly in this introductry article and in more details in the subsequent parts.
C# and XAML within a Silverlight 2 context - INotifyPropertyChanged implementation: Part IV
Dec 18, 2008.
In this article, I will expose the implementation technique of the INotifiedPropertyChanged interface as a part of the article How does XAML interact with the C# code
Insert, Update and Delete in Silverlight DataGrid using ADO.NET
Jul 22, 2008.
In this article will show how to perform CRUD (Create, Retrieve, Update, Delete) operations in Silverlight 2 using ADO.NET Data Services.