Skip to content

C# - WPF - Indeterminate Progress Bar Example Application with Ninject DI Container. [Year of Development: 2017, 2020 and 2021]

Notifications You must be signed in to change notification settings

Sullivan008/CSharp-WPF-IndeterminateProgressBarWithNinjectDI

Repository files navigation

C# - WPF - Indeterminate Progress Bar Example Application with Ninject DI Container. [Year of Development: 2017, 2020 and 2021]

About the application technologies and operation:

Technologies:

  • Programming Language: C#
  • FrontEnd Side: Windows Presentation Foundation (WPF) - .NET Framework 4.8
  • BackEnd Side: .NET Framework 4.8
  • Other used modul:
    • Ninject DI Container

Installation/ Configuration:

  1. Restore necessary Packages on the selected project, run the following command in PM Console

    Update-Package -reinstall
    

About the application:

In this application, I am going to show how to use the Indeterminate ProgressBar control in WPF for a long running task.

The application shows the following:

  • How to implement Data Binding in WPF.
  • How to use Modal-View-ViewModel (MVVM) in WPF.
  • How to implement Command Binding in WPF with ICommand interface.
  • How to implement and use Ninject DI Container in WPF.
  • How to display an Indeterminate Progress Bar for a long process.

Releases

No releases published

Packages

No packages published

Languages