Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

In this lesson, we are going to analyze how the methods can be included in Wayfast and how they are used in any kind of Controls & Actions to developed our application.

How to create a DLL in “Methods” section?

To understand what a DLL is, let’s review its definition:

A DLL is a library that contains code and data that can be used by more than one program at the same time. By using a DLL, a program can be modularized into separate components. Since the modules are separate, the load time of the program is faster. And a module is only loaded when that functionality is requested.

https://docs.microsoft.com/en-us/troubleshoot/windows-client/deployment/dynamic-link-library

Basically in In Wayfast we can include any kind of method to apply in our projectprojects. Initially, we need to focus click on the “User Info” icon at the top right corner, click on it. Select “Methods” option

...

"Methods” dashboard is displayed with all the listed DLLs in the Solution. We can add a new method or edit anyone previously created by the link .

...

Once the DLL is generated, we can use it inside our application’s development. In the next sectionlesson, we are going to analyze one review an example.

How to associate DLLs to Controls & Actions?

Recap