Create the Visual Studio Solution
To create a new connector using Visual Studio, create a new solution containing a class library project. The class library will contain the code for your connector. Next, select the project and add a reference to DotNetConnector.dll
. You are now ready to start writing the connector.