转:6款Java转C#的最佳工

原文来自于:http://designzum.com/2014/03/27/best-tools-to-convert-java-to-c-source-code/

ava is the class based, object oriented computer programming language which was released in 1995 by Sun Microsystems. It is the most popular programming language used by almost 9 million developers, especially for client-server web applications. Java applications are compiled to bytecodes which runs on the JVM (Java Virtual Machine) regardless of computer architecture. It is developed based on the principal that write once and run anywhere and this is the reason for its popularity. While the C# (pronounced as see sharp) is a multi paradigm programming language.

C# is intended to be simple, modern, object oriented programming language which was developed by Microsoft for .NET framework. A web application or project can be built on any platform depending on the requirements and use of the application. But there may be a lot of situations can arise where one wants to shift one application from one platform to other and reason may differ for different situations either for stability or security. It becomes really hard to develop one application again starting from scratch just to shift from one platform to another. It requires a lot of man hours and experience to do this task, But there are some tools available nowadays, which helps you to convert Java to C# source code without taking too much time.

These tools help web developers  to do their task easily and effectively, So today we are going to share some good tools to convert Java to C# source code. Don’t forget to share your experience which you may have experienced during shifting  your project from one platform to another.

 

1) Sharpen

Sharpen is one of the best tool/plugin of Eclipse that helps to convert Java to C# with some special syntax. 1) ignore classes 2) ignore documentation 3) merge classes with others 4) translate specific methods to .net properties 5) translate specific methods to .net events

转:6款Java转C#的最佳工

2) Java to C# Converter

This is another excellent tool for Java to C# Convertor with some great Key benefits such as- 1) Accurate and comprehensive 2) Converts entire Java folders from Java to C# 3) Fast – thousands of lines converted from Java to C# per minute 4) Extremely responsive, personalized customer support 5) Easy to use 6) Produces helpful notes, warnings, and ‘to do’ comments 7) Excellent learning tool for those new to C# from a Java background

转:6款Java转C#的最佳工

3) Octopus

It parses java source code and emits accurate C# code. Most of the time, the resulting code will compile without any manual editing. This one is the best translator among all convertors.

转:6款Java转C#的最佳工

4) XES – Java To C#

Click on the link and just follow the user guide to that helps to converting Java Source code to C#.

 

转:6款Java转C#的最佳工

5) Java Language Conversion Assistant 2.0

Java Language Conversion Assistant is a tool that automatically converts existing Java-language code into Visual C# for developers who want to move existing applications to the .NET Framework.

 

转:6款Java转C#的最佳工

6) Varycode

Verycode is the best online web services that allows source code conversion c#, VB, Java, Ruby, Python and C++. This is the online service, users can access anywhere.

 

转:6款Java转C#的最佳工

转:6款Java转C#的最佳工,布布扣,bubuko.com

转:6款Java转C#的最佳工

上一篇:Node中的javascript - 模块系统


下一篇:探索VS中C++多态实现原理