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]
Vishnujeet Kumar(3)
Anubhav Chaudhary(3)
Delpin Susai Raj(2)
Rahat Yasir(2)
Nidhi Sharma(1)
Gnanavel Sekar(1)
Zain Ul Hassan (1)
Usama Shahid(1)
Ehsan Sajjad(1)
Mukesh Kumar(1)
Sahil Maheshwary(1)
Shweta Lodha(1)
Abhimanyu K Vatsa(1)
Ck Nitin(1)
Praveen K(1)
Bruno Leonardo Michels(1)
Mominul Islam(1)
Jejji Arora(1)
Manikandan M(1)
Gurpreet Arora(1)
Varun Setia(1)
Gaurav Kumar(1)
Farhan Ahmed(1)
Nirav Daraniya(1)
Selva Ganapathy(1)
Akhil Garg(1)
Prabhat Kumar(1)
Shirsendu Nandi(1)
Santhosh Kumar Jayaraman(1)
Raj Kumar(1)
Nipun Tomar(1)
Mike Gold(1)
Mujeeb Rahman(1)
Resources
No resource found
What is ViewModel in Android MVVM architecture and how does it work?
Apr 22, 2026.
Learn about ViewModel in Android MVVM: manage UI data, handle configuration changes, and improve app performance. Essential for modern Android development.
Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel
Dec 04, 2019.
Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
Xamarin.Forms - MVVM ViewModel Locator Using MVVM Light
Oct 21, 2019.
In this article, you will learn how to create a MVVM ViewModel Locator using MVVM Light in Xamarin.Forms.
ASP.NET MVC5 - Passing ViewModel Using JQuery Ajax And Strongly Typed View
Oct 31, 2018.
In this article, I will demonstrate how to work with ViewModel using JQuery Ajax and Strongly Typed view.
Managing Data With ViewModel In ASP.NET MVC
Oct 30, 2018.
This article will tell you almost everything about ViewModel in ASP.NET MVC. I am writing this article to tell you the basic to advance foremost concepts about ways to manage the data and organize the code in ASP.NET MVC. Stay tuned for my coming articles.
ViewBag, ViewData And ViewModel In ASP.NET
May 11, 2018.
Earlier in our previous articles, we created this action to display the student record. In this action we passed model to our view by passing an argument to a view method
Mapping ViewModel To Model Using Implicit Conversion Operator In C#
Dec 15, 2015.
Mapping a ViewModel to a Model in C# using an implicit conversion operator is a technique used to simplify the process of transferring data between these two related classes. ViewModels are typically used in the presentation layer to represent the data that will be displayed to users, while Models represent the underlying data structure and are often used for database interactions. By using implicit conversion operators, you can streamline the mapping process and improve the maintainability of your code.
Prefer To Use ViewModel In ASP.NET MVC
Dec 01, 2015.
In this article, you will learn the use of ViewModel in ASP.NET MVC.
Overview of Model View ViewModel (MVVM)
Jul 10, 2015.
This article explains Model View ViewModel (MVVM).
Handling UI Control's Events in ViewModel (Prism 5.0)
Nov 22, 2014.
This article explains how to data bind a command from my viewModel to an event. In other words, how to make the code-behind not contain any code related to event handlers of a control.
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.
Model View ViewModel (MVVM) Introduction: Part 2
Dec 14, 2013.
This article focuses fully on the logic and implementation of ICommand.
What is Model and ViewModel in MVC Pattern?
Sep 10, 2013.
Model and ViewModel are two things we always hear about in MVC. In this article I will show you the differences between them.
Get Started MVVM Light With WPF (Separation Of ViewModel) - Part Two
Mar 17, 2017.
This article familiarizes you with MVVM Light with WPF (Separation of ViewModel).
MVVM (Model View ViewModel) With WPF
Nov 16, 2015.
This article is intended for the WPF -MVVM beginners with an assumption that they are aware of MVVM model.
ViewModel Locator in WPF
May 29, 2015.
The ViewModel Locator in WPF (Windows Presentation Foundation) is a design pattern used in the MVVM (Model-View-ViewModel) architecture. It helps manage and provide instances of ViewModels to Views, facilitating data binding and separation of concerns.
MVVM (Model View ViewModel) Introduction: Part 1
Jun 03, 2013.
In this article, I’ll talk about how to enhance WPF, Silverlight and Windows Phone application productivity, maintainability and testability with UI based Design Patterns.
ASP.NET Core MVC Deep Dive Part 5 - Advanced Controllers, Routing, Views & Enterprise Patterns
Oct 15, 2025.
Dive deep into ASP.NET Core MVC Models! This comprehensive guide covers model creation, data binding, validation using data annotations, and advanced techniques like custom validation and ViewModels. Learn to build robust and secure applications by mastering data integrity. Explore best practices, alternatives like FluentValidation, and prepare for Part 6: Controllers.
Data Binding in Android Kotlin
Jul 05, 2024.
Data binding in Kotlin refers to the process of establishing a connection between the UI elements of an application and the underlying data model. This technique allows for seamless synchronization between the user interface and the data it displays or manipulates. Here’s how data binding works in Kotlin:
Implementation of Collection View in .NET MAUI
Feb 02, 2024.
In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Collection View should be used for presenting lists of data that require scrolling or selection.
View-Model in Vue.js
Sep 01, 2023.
Explore Vue.js's View-Model architecture, central to building efficient interfaces. Learn what it is, its importance, and how to use it for separation of concerns, reactivity, and organized code.
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.
MVVM Architecture with LiveData Android
Mar 15, 2020.
In this article, you will learn about MVVM Architecture with LiveData Android.
Bootstrap Pagination Dynamically In ASP.NET MVC
Oct 09, 2019.
This tutorial guides you through dynamically implementing Bootstrap pagination in ASP.NET MVC using Entity Framework and ViewModel. Set up SQL Server, MVC architecture, and Bootstrap for efficient pagination. Follow comprehensive steps in Visual Studio to integrate pagination for a blog list, enhancing your C# web development skills.
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.
Universal Windows Platform With MVVM
Nov 14, 2015.
In this article you will learn how to create Universal Windows Platform with MVVM.
Learn Simple MVVM and Command Bindings in 15 Mins
Apr 21, 2015.
MVVM, a pattern for WPF/Silverlight, separates Model, View, and ViewModel, simplifying UI development. Models represent entities, Views are UI designs, ViewModels manage data binding, and Binders connect them. XAML structures UI, while C# defines Models and ViewModels with data and commands bound via ICommand.
Prism and MVVM Step-By-Step
Jan 22, 2015.
This article will help you learn Prism and MVVM framework.
MVVM, Simple Way You Can Think
Oct 25, 2014.
This article exlains MVVM in the simplest way you can think of.
Show Data in Dynamic Grid Using AngularJS
Feb 10, 2014.
This article explains how to create a dynamic grid using AngularJS. It covers setting up the AngularJS environment, implementing a ViewModel to manage employee data, and using input fields bound with ng-model for user interaction.
Change Style Dynamically in Various Ways Using AngularJS
Jan 03, 2014.
This article explores three methods for dynamically changing styles in AngularJS applications. It covers how to implement external Angular.js files, create CSS classes, and use the ng-class directive for style binding.
CRUD Operations Using Knockout in MVC Application: Part 2
Nov 08, 2013.
This article demonstrates CRUD operations using Knockout.js in an MVC application. It covers the View class, focusing on Knockout bindings, observable arrays, and AJAX calls for creating, editing, and deleting products.
WPF ICommand In MVVM
Jan 09, 2013.
Commands provide a mechanism for the view to update the model in the MVVM architecture. Commands provide a way to search the element tree for a command handler.
MVC4 Mobile Application Using View Model Architecture
Oct 03, 2012.
In this article I will describe how to build or create a small MVC4 mobile application with View Model Concept architecture.
A Simple WPF Application Implementing MVVM
Jan 28, 2012.
In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes Windows application development by utilizing XAML for creating rich user interfaces that integrate media, documents, and advanced graphics.
Simple MVVM Pattern in WPF
Dec 06, 2011.
This article describes the basic use and functionality of the MVVM pattern in WPF.
MVVM in WPF
Feb 24, 2011.
In this article, I'll review some of those best practices for designing and implementing client applications with WPF. By leveraging some core features of WPF in conjunction with the Model-View-ViewModel (MVVM) design pattern.
Strategy for a Confirmation Dialog in an MVVM World in Silverlight
Dec 23, 2010.
Working with Silverlight in an asynchronous world can sometimes be a challenge. Here is an example of a confirmation dialog that provides some direction into that temporally ambigious environment.
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.