Skip to content

thehill383/winforms-mvvm-expenses-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVVM Expenses - Sample Application for WinForms

MVVM Expenses is a sample money management application built with the DevExpress MVVM Framework. The application includes three modules, each bound to a related data source: "Accounts", "Categories", and "Transactions":

  • Accounts displays a list of user bank accounts.
  • Categories stores a list of transaction categories.
  • Transactions stores a list of all deposit and withdrawal operations. Each transaction references a specific Account and Category by their IDs.

To log in, use one of the following credentials:

  • Administrator - admin
  • John - qwerty
  • Mary - 12345
  • Guest - (no password set)

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Expenses app for .NET, WinForms (MVVM Framework)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Visual Basic .NET 52.9%
  • C# 47.1%