NET is the choice platform for most client applications and it’s also a good choice for the development of OPC servers.
Server toolkits isolate the OPC specified COM interface and application independent server functionality into a generic server part. The toolkit user only has to implement the application specific server functionality. In .NET server toolkits the generic server part includes a .NET wrapper, allowing the user to implement the application specific server part in .NET, either C# or VB.NET.
Server Toolkit structure .NET OPC servers need to consist of two parts:
As with traditional Rapid OPC server toolkits, the generic part can either be implemented as a DLL or as an EXE with the application part in a DLL.
Download the complete whitepaper for all the details.