VB.NET to Java

  • Thread starter Thread starter ryan.markle
  • Start date Start date
R

ryan.markle

Hey guys,

Is there a cheatsheet out there that compares .NET to java?

I'm converting a Java app to a .NET app. It's a little confusing.

A cheatsheet or a place where i can get just a plain ol' .NET
cheetsheet would be great.

Thanks alot!

Ryan
 
Hey guys,

Is there a cheatsheet out there that compares .NET to java?

I'm converting a Java app to a .NET app. It's a little confusing.

A cheatsheet or a place where i can get just a plain ol' .NET
cheetsheet would be great.

The java language conversion assistant will "convert" java to C#.

http://msdn.microsoft.com/vstudio/downloads/tools/jlca/30beta/

Even if you don't try to run the C# code, the converted project will be a
good reference for you.

David
 
Ryan,
In addition to the other comments, the following page in MSDN provides the
language equivalents, such as keywords, within common programming languages.

http://msdn.microsoft.com/library/d...us/vsintro7/html/vxgrfLanguageEquivalents.asp

In the index its "Development Tools and Languages - Visual Studio .NET -
Product Documentation - Developing with Visual Studio - Reference - Language
References - Language Equivalents"

The J# column is the Java language.

Hope this helps
Jay
 

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