Click here to Skip to main content
15,881,725 members
Everything / MVVM

MVVM

MVVM

Great Reads

by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.
by Alan Beasley
Explanation and examples of Additional Templates and Generated Content of a ListBox. Covering Layout, Transitions, and Animation.
by Nish Nishant
An ExifReader class in C# that supports custom formatting and extraction. StyleCop compliant code, with demos for WPF and Windows Forms.
by defwebserver
How using the Silverlight DataTrigger allows you to run a process and then raise another when using View Model (MVVM)

Latest Articles

by Peter Sun (247)
Implement ChatGPT API in C# WPF with GPT3.5-turbo
by Federico Alterio
Description of a library that allows to use a porting of Angular Signals in .NET MVVM Frameworks
by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
by Jo_vb.net
How to get started using the MVVM Toolkit

All Articles

Sort by Updated

MVVM 

20 Nov 2023 by Graeme_Grant
MVVM made simple via Blazing.Mvvm Library using the Microsoft Community Toolkit
5 Mar 2023 by Jo_vb.net
Use docking framework, MVVM Toolkit and some features
14 Mar 2022 by Paulo Zemek
Mistakes that can be made while using MVVM and how to overcome them
27 Jan 2022 by Jo_vb.net
My idea was to host a WPF user control with Ribbon within a WinForm VB.NET project and try to use MVVM pattern.
4 Nov 2021 by #realJSOP
A tool to generate model and viewmodel classes directly from your selected database
6 Dec 2020 by Xomega Team
How to write multi-platform UI framework independent presentation logic
23 Jun 2020 by Ciumac Sergiu
Explains sound fingerprinting algorithm, with a practical example of detecting duplicate files on the user's local drive.
27 Apr 2020 by Volodymyr Kopytin
The project explains MVVM design pattern implementation in JavaScript front-end application.
6 Apr 2020 by Volodymyr Kopytin
How to make databind in pure JavaScript and not get lost with the complexity of the task
25 Mar 2020 by Harry Constantinides
ComboBox control written in C#
2 Jan 2020 by Daniel Ziegelmiller
A simplified approach to maintaining the WPF MVVM layers when the ViewModel needs to show a form dialog
27 Sep 2019 by Mohamed Kalmoua
In this article, I will discuss a WiFi password recovery and management tool that I created in WPF using Visual Studio 2019.
9 Sep 2019 by vladimir husnullin
This article shows how to create a single page web applciation using AngularJS. It will be helpful for people willing to study Angular and MVVM practices.
1 Sep 2019 by Ashley Davis
This article examines the use and implementation of a WPF custom control that is used to display and edit networks, graphs and flow-charts.
21 Dec 2018 by Michael Shpilt
Shows how to create two Wizard-type applications using Model-View-ViewModel-Controller navigation framework
27 Aug 2018 by amitthk
RunCmd is a windows batch file editor,runner utility. It can be used to automate our repetitive tasks using commandline batch files.
26 Aug 2018 by WyoMetz
Simple and easy paging of a WPF DataGrid with DataTable and LINQ queries
31 Jul 2018 by gardner9032
A brief example showing how to use the Reactive UI framework to perform a separation of concerns using MVVM.
30 May 2018 by DannyStaten
Introduction to Angular's Directives and how you can use them to create your own attributes to define behavior in a highly reusable way
28 Apr 2018 by MilanGohil
This article contains possible basic questions along with their answers to help you to understand or gain basic knowledge about Xamarin.
31 Mar 2018 by Dirk Bahle
Lessons Learned on Software Design with WPF
27 Feb 2018 by Amir Jalilifard
Lets take an exciting travel to the land of MVC, MVP and MVVM patterns with our sexy friend : JavaScript
7 Feb 2018 by Leung Yat Chun
FileExplorer is a WPF based control that has most features of the Windows Explorer, you can use it to display shell objects or any hierarchical data.
27 Jan 2018 by Matej Pavlů
MVVM friendly ways of connecting MediaPlayer to your ViewModel
3 Jan 2018 by NoMoreComputers
Xamarin and MvvmCross: A simple tutorial for beginners
24 Sep 2017 by G. Tsepas
A clarification of property-changed interface and where/when to be implemented.
15 Sep 2017 by Valerii Tereshchenko
The article presents idea and implementation of class to manage selection of only one element in different linear and hierarchical structures
29 Aug 2017 by Valerii Tereshchenko
Asynchronous validation for MVVM(WPF)
30 Jun 2017 by Daniel Ziegelmiller
Connecting WPF with Windows Workflow (WF)
25 May 2017 by PureNsanity
Fundamental model and entity design considerations for DB applications using MV* patterns based on Martin Fowler's PEAA and DDD.
23 Feb 2017 by Pete O'Hanlon
Templates and how we can use them to support developing MVVM applications
30 Jan 2017 by Darren G441
How to build a matrix display to represent a many-to-many entity relationship
5 Jan 2017 by Pete O'Hanlon
Learning MVVM from the nuts and bolts
29 Dec 2016 by Pete O'Hanlon
This series of articles covers MVVM from the absolute beginning; no frameworks and no helpers, we're going to learn MVVM from the nuts and bolts.
30 Aug 2016 by Tiancheng Hu
New samples of using ThinkAlike to accomplish Android/Desktop cross-platform development, including helloworld, Web API access and widget UI.
28 Aug 2016 by George Sefcik
This article will show an easy way to add the ability to print, or save as an image, each screen (Window) or FrameworkElement (UserControl) in your application.
29 Jul 2016 by Hein Pauwelyn
This is an application made for Windows (Universal) 10 devices made with MVVM, IoC-containers and dependency injection. There is also an API from Yahoo and SQLite service.
19 Jul 2016 by Super Lloyd
Introduction to MVVM for absolute beginners
13 Jun 2016 by Roger C Moore
MVVM Silverlight app with EF and WCF Service
20 Apr 2016 by _Noctis_
To save you from doing this every time you want a WPF/MVVM project, here it is, all rolled into one.
16 Apr 2016 by dsuryd
Building real-time web user interface for Windows service, or self-hosted with cross-platform Mono.
13 Apr 2016 by @nkit Bajpai
This article discuss a simple application built using WPF MVVM design pattern and explain the basics of Command Binding and DataBinding.
23 Mar 2016 by Rubén Hinojosa Chapel
Prototype for a plugin architecture based on the Prism Library and the Modern UI for WPF (MUI) toolkit
8 Mar 2016 by Konstantin A. Magg
This post presents a JavaScript (ECMAScript 5) version of the Angular 2 tutorial "Tour of Heroes". Learn how to implement the TypeScript examples in JavaScript/ES5. This article covers part 1, 2 and 3 of the original tutorial.
7 Mar 2016 by TrevyBurgess
Implementing Windows 10 GridView for UWP Apps
5 Mar 2016 by Konstantin A. Magg
This post presents a JavaScript (ECMAScript 5) version of the Angular 2 tutorial "Tour of Heroes". Learn how to implement the TypeScript examples in JavaScript/ES5. This article covers part 4 and 5 of the original tutorial.
4 Feb 2016 by Yashashwi Srivastava
This article is a brief insight into building composite application using Prism, MVVM design pattern.
29 Jan 2016 by Member 4027561
Experimenting with C# expression trees for creating data-bound UI's from code.
10 Jan 2016 by Daniel Vaughan
A powerful, yet light-weight, data-binding library for binding XML layout files in Xamarin.Android.
29 Nov 2015 by MatthewThomas
Adding design time support for regions in Prism 6
17 Nov 2015 by vladimir husnullin
MVC/SPA/REST in web development with Jeneva.Net
12 Nov 2015 by Fred Song (Melbourne)
In this article, we started from Generate Inserts procedure, then go through how generates inserts SQL files with this procedure and runs these inserts SQL files to import data.
9 Nov 2015 by nomi ali
In this article we learn MEAN Stack a combination of open source JavaScript framework. How they work and How can create a single page application using these technologies. We use these JavaScript technologies not only on front end but also on the back end.
11 Aug 2015 by Leonid Osmolovski
Techniques for MultiBinding based ViewModel - ViewModel communications in the MVVM pattern.
13 Jul 2015 by Mark J Feldman
Adding comprehensive support for dialog boxes to MVVM applications
8 Jul 2015 by Arup Banerjee
In this article we use a real life scenario which involves observing intra-day trades.
3 Jun 2015 by Pavel Durov
In this article I will give you a brief overview on the basic concepts of mvvmcross platform. We we'll explore the mvvmcross project architecture and some mvvmcross classes.
27 May 2015 by Arup Banerjee
The project is a simple Temperature Converter WPF Application which will allow user to convert from Celsius to Fahrenheit and vice versa. The objective however is to demonstrate techniques that are important when building large-scale front-end enterprise software.
15 May 2015 by Tiancheng Hu
New samples of using ThinkAlike to accomplish Android/Desktop cross-platform development, including helloworld, Web API access and widget UI.
18 Apr 2015 by Soufiane Rabhi
Business application based on WPF MVVM and Entity Framework 6
30 Mar 2015 by Florian Rappl, Niki Kilbertus
Using Microsoft Azure to add advanced machine learning capabilities with connected IoT devices, which monitor activities of a baby and his or her environment.
18 Mar 2015 by cigwork
Display checklists using the Adaptor pattern to minimise the number of view-models needed.
9 Mar 2015 by MrShoes
Learn how to write an MVVM application using the open source Splinter framework.
3 Mar 2015 by MatthewThomas
Dragging and dropping in WPF with a MVVM style architecture
18 Feb 2015 by Alvin Ashcraft
This year I have been looking at and starting to use several components from the Universal 14.2.4 release.
17 Feb 2015 by Andrew Whiddett
This is an alternative for "Tutorial for a Basic WPF – MVVM Project Using Entity Framework"
6 Feb 2015 by Richard Protzel
I decided to create my own sample project which connects to a named server (anSQL 2008 R2 server on my local machine – will also work on SQL Server 2012Express
5 Jan 2015 by Emiliano Musso
Entry-level examples on MVVM pattern, explaining the basic methods to mantain separated a program's graphical interface from its business logic
3 Dec 2014 by Bruce Greene
An alternative MVVM implementation that employs a set of proxy control classes to act as a sort of "Platonic Ideal" WPF page for interaction with the view model.
28 Nov 2014 by Omar Gameel Salem
Reliable transmission of bulk data over lossy connection without worrying about packets loss
3 Nov 2014 by Geert van Horrik
This article tries to explain why you should use Catel as the (or one of the) frameworks when developing WPF, Silverlight, and Windows Phone 7 applications.
2 Nov 2014 by amitthk
Yet another Basic .Net Wpf Mvvm Framework CRUD application – hands on in 14 (or so) easy steps for WPF/MVVM beginners / for practice.
19 Oct 2014 by Shivprasad koirala
An article presented by ShivPrasad Koirala which covers complete step by step tutorial on WPF MVVM Architecture like Leveraging PRISM, Simple 3 layer example and GLUE code problem, Adding actions, Decoupling actions and so on.
29 Sep 2014 by George Swan
This article discusses how to use the Ninject and Prism frameworks to produce a loosely-coupled modular WPF Application.
26 Sep 2014 by BC3Tech
Microsoft’s XAML provides a way for us to define our UI in a declarative manner. Combined with databinding it means you should – in almost every case – never have to directly reference a UI control to accomplish some work. Add the MVVM design pattern in to the mix and I find myself “rethinking” any
24 Sep 2014 by Nick Polyak
This article gives an overview of MVVM pattern, its usage and advantages
8 Sep 2014 by cogi83
A SW to send your WAN IP and other info via email
2 Jul 2014 by Daniel McGaughran
An outline of how to build multilingual support into your WPF applications, where the language may be dynamically changed at runtime.
4 Jun 2014 by Paulo Zemek
This article talks about Distributable Observable POCOs and an MVVM-like design pattern built to take full advantage of them.
2 Jun 2014 by Fitim Skenderi
A small MVVM framework using RX
28 May 2014 by John_Tyrrell
My Health Assistant is an app that helps individuals manage and track their medication use through a simple interface. The app also features a health diary, a GPS-based pharmacy and ER locator, and personal health information.
27 May 2014 by thomai87
A responsive two dimensional spreadsheet-like control
5 May 2014 by Shuqian Ying
Client side data provider for data importing to a relational data service build for StackExchange data dump.
15 Apr 2014 by Tiancheng Hu
Using ThinkAlike, an ongoing Java MVVM framework(employing Android and JavaFX as view layer), to implement a cross-platform HearthStone game card reference and more.
31 Mar 2014 by Adil Mughal
This article explains how developers can leverage Model-View-ViewModel (MVVM) pattern and .NET Portable Class Libraries (PCL) to create a shared/reusable code for developing apps on Windows Phone and Windows Store platforms.
22 Mar 2014 by Shuqian Ying
Implementing the user account setting part of Membership+ management system.
19 Mar 2014 by Razi Syed
This is an alternative for "EntityUI Automatic UI Generator using CodeFirst Approach"
20 Feb 2014 by Sacha Barber
WPF: Version II of my 100% Reflective class diagram creation tool.
28 Jan 2014 by Alvin Ashcraft
Looking at the Plantronics Voyager Legend, and using the Spokes SDK .NET Interop for COM Service API with C# while building a WPF sample application.
21 Jan 2014 by Ashley Davis
Documents my experiment building a flowchart with web technologies.
18 Jan 2014 by Jan van den Baard
A fuel logging app for Windows Phone
17 Dec 2013 by ATUL_LOONA
Can you solve this?
13 Dec 2013 by _Maxxx_
Using an extended MVVM pattern for real world LOB applications: Part 3
3 Dec 2013 by _Maxxx_
Using an extended MVVM pattern for real world LOB applications: Part 4
3 Dec 2013 by _Maxxx_
Using an extended MVVM pattern for real world LOB applications: Part 2
3 Dec 2013 by _Maxxx_
Using an extended MVVM pattern for real world LOB applications: Part 1
24 Nov 2013 by K. Naveen. Bhat
Tips to make Asp.Net MVC4 UI development easier with the flavor of knockout js.
22 Nov 2013 by Baxter P
14 Nov 2013 by Shweta Lodha
About major building blocks in layman terms, in order to make it easier to understand for beginners.