This is a reference implementation of a data-centric WPF application. Some class libraries are intended for use in a new project. While others are for reference only since they display specific set of sample data. The sample features and data are based on the Hexagon Smart Electrical application. However, there is no business logic implemented in the application.
This demo application only uses out-of-the-box Microsoft dotNet libraries. For MVVM data binding support, this application uses the CommunityToolkit.MVVM library.
1. Tree view hierarchical navigation
2. Databound menu
3. Datagrid report
4. Set report filter
5. Report configuration
Currently, the application is composed of 4 custom user controls:
- WPFCore.Menu.UMenu
- WPFCore.Shared.UI.SB.UStatusBar
- WPFCore.ElectIndex
- WPFCore.ElectGrid
Please see the README document of each perspective project.
- WPFCore.Shared.UI
- WPFCore.Data
- WPFCore.Data.OleDb
- WPFCore.Data.Report
- ADOLib.dll
- WPFCore.Common
- WPFCore.Common.UI
This application display data from an MS Access database. Database access is based on my ADOLib library.
This application display mocked data.
- MVVM Data Bindings
- Custom RoutedUICommand
- Custom RoutedEvent
- Custom User Control