Let’s get started by creating our first plugin with C#:
- We need to begin by opening Visual Studio and creating a new project. This new project type will be inside the Windows Desktop subfolder of Visual C# and will need to be a Class Library (.NET Framework):
- The project name will be CSharpManagedPlugin, and the Framework version will be .NET Framework 3.5. Select the OK button: