Installation

Using NuGet to easily install and activate Binding Provider licenses

NuGet offers a faster and easier way of installing, activating, and deploying your applications seamlessly. We have used NuGet as our official mode of publishing our Beta and stable releases. If you are very new to NuGet and would love to know more, kindly read through Microsoft's How To article. We will however take you through a complete and guided installation so no need to worry.

1. Quick Installation

To install Binding Provider via NuGet Package Manager Console,

Install-Package Kimtoo.BindingProvider -Version 1.0.1

2. Guided Installation

  • Begin by launching Visual Studio (preferably 2012 and above). For this demo, we will use Visual Studio 2019.

  • Go to File > New Project (You can create a Windows Forms Visual C# or a Visual Basic project).

  • For Visual Studio 2019, click on Create a new project then select your preferred WinForms project and click on Next:

  • Enter your new project name and click Create:

  • Once your project is created, go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution...

  • You will then see the tab NuGet - Solution displayed. Navigate to the Browse section and in the search box, type Kimtoo.BindingProvider:

  • Once installed, you can then proceed to adding the controls to your Toolbox. Therefore, go to your Toolbox, right-click anywhere (preferably on top), and select Add Tab, then enter the name Binding Provider:

Last updated