Skip to content
/ WPFCore Public

A reference implementation of a data-centric WPF application

Notifications You must be signed in to change notification settings

t2wain/WPFCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WPF Application

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.

Custom Controls

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.

Shared UI Library

  • WPFCore.Shared.UI

Data Access Libraries

  • WPFCore.Data
  • WPFCore.Data.OleDb
  • WPFCore.Data.Report
  • ADOLib.dll

Other Common Library for the App

  • WPFCore.Common
  • WPFCore.Common.UI

WPFCore.App

This application display data from an MS Access database. Database access is based on my ADOLib library.

WPFCore.App2

This application display mocked data.

Exploring WPF Features

  • MVVM Data Bindings
  • Custom RoutedUICommand
  • Custom RoutedEvent
  • Custom User Control

About

A reference implementation of a data-centric WPF application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages