Skip to content

a quick demo for how to use dependency injection in MVP-VM (Model-View-Presenter View-Model) pattern in WinForms application.

Notifications You must be signed in to change notification settings

theilgaz/mvp-vm-winforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mvp-vm-winforms

A quick demo for MVP-VM (Model-View-Presenter View-Model) pattern in WinForms application. This project aims to fill the gap.

Main Purpose

This project shows you how to use DI in C# WinForms applications easily. MVP-VM Pattern is not applied in true way. UI pattern is placed for just showing the implementation for dependency injection.

MVP-VM Pattern

MVP-VM provides all of the power and capability of MVVM while introducing the scalability and extensibility of the Model-View-Presenter (MVP) pattern.

Screenshots

BooksView

BookDetailView

About

a quick demo for how to use dependency injection in MVP-VM (Model-View-Presenter View-Model) pattern in WinForms application.

Topics

Resources

Stars

Watchers

Forks

Languages