How to convert code from c# to VB.Net

  • Thread starter Thread starter Sam
  • Start date Start date
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
 
Mark Rae said:
1) Launch your web browser (e.g. IE, FireFox, Opera, Safari etc)

2) Navigate to the following URL: http://www.google.com

3) Enter the text below in the box:

"C#" convert VB.NET

4) Hit the button

You forgot to say which button......


George.
 
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

Back
Top