I need to write a BHO for ClientCo to do some DOM tweaks for a project I am working on. I was minded to write the BHO in C++ but they have no C++ smarts in house and are rightly concerned about maintainability.
I note it is possible to write BHOs in C#. Is there any reason you would choose one language over another?
I would have thought C++ would have been the shout here as it would create a more lightweight dll, but if the performance trade off is negligable then what the hey, C# it is.
I note it is possible to write BHOs in C#. Is there any reason you would choose one language over another?
I would have thought C++ would have been the shout here as it would create a more lightweight dll, but if the performance trade off is negligable then what the hey, C# it is.
Comment