Enterprise WPF #3: Build a basic ActionCommand from ICommand

Опубликовано: 14 Июнь 2025
на канале: David Anderson
22,218
106

In this video I show you how to build a ActionCommand (DelegateCommand, RelayCommand, et cetera) and utilize it and the DAL and BAL parts we made in earlier videos from the view-model to do some basic data persistence to the database.

Source Code
http://1drv.ms/VZEj5H



There are some odd video edits I had to make because of background noise during recording, so I apologize, but you will need to make sure that you add references to Entity framework and setup App.config files appropriately in relevant projects that require them.

#wpf #mvvm #dcomengineering