Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any tutorials for MVVM using Delphi? [closed]

Tags:

mvvm

delphi

I am interested in learning MVVM. Sadly I cannot find examples and/or tutorials on the internet that use Delphi with database applications.

Can you post links or point me in the direction that I should go?

Thank you in advance.

like image 981
Victor Ian Avatar asked Oct 21 '22 20:10

Victor Ian


1 Answers

Take a look at this CodeRage session.

This session will look at Model-View-ViewModel, one technique that leverages LiveBindings to not only minimize the effort required to slide different UIs in front of your code, but also increases the maintainability and testability of your app as a bonus.

like image 137
Serhii Kheilyk Avatar answered Oct 24 '22 00:10

Serhii Kheilyk