How to convert code from c# to VB.Net

S

Sam

I am new in software development, and need some help.

Please help me convert a class written in c# to vb.net.

Thanks, Sam
 
J

Joe Fawcett

Sam said:
I am new in software development, and need some help.

Please help me convert a class written in c# to vb.net.

Thanks, Sam
Use RedGate's (formerly Lutz Roeder's) Reflector. You can reflect an
assembly into a number of languages, irrespective of what they were written
in and there are a number of add-ons that make creating the actual code
files easier. For simple classes you can just copy off the screen.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top