asp.net - How to convert a dll written in vb.net to c# -


i sorry if asking wrong question. developing website in asp.net. got dll internet needed work. problem is, when debug project, reference code classes in dll runs in vb.net. don't want refer in vb.net in project. how can execute dll codes in c#.

the .net framework language-independent, uses clr interprete common intermediate language, .net-assemblies result in.
can reference dll , call classes within in c# code.

if doesn't suffice needs, you'll need rewrite library using c#, bad idea, because doing work has been done , don't make use of advantage of clr.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -