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

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -

java - How to create Table using Apache PDFBox -