C # is equivalent to a Java resource

Is there an online resource or database that allows you to search for the C # equivalent for a Java class and vice versa?

I ported the code and added separate classes to Google each time. he becomes a little tedious. 8 ^ J

Greetings

+7
source share
3 answers

something simple: http://www.harding.edu/fmccown/java_csharp_comparison.html

or more about the libraries available on each of them?

+2
source
+1
source

Rosetta Code is a good approach, although it is more comprehensive than you. The purpose of the site is to show the same task as in as many languages ​​as possible. For example, for File IO, you can search for Java and C # versions and compare them.

0
source

All Articles