ArgData

C# Tutorial Prerequisites

All tutorials assume that you are relatively familiar with Visual Studio 2017 or 2019 and the use of NuGet to install library dependencies.

Add a reference to ArgData by right-clicking the project and choosing “Manage NuGet packages” and browse for “ArgData”. Or you can use the Package Manager Console and enter

Install-Package ArgData

Now that you have a reference to ArgData, let’s write some code.