zoukankan      html  css  js  c++  java
  • 转: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

    best java to c# convertor tool - sharpen

    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

    best tool for convert java to c# - tangible-software-solution

    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.

    octopus

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

    Best tool to convert java to c# code - xes

    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.

    java-language-conversion-assistent

    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.

    best tool to convet java to c# - verycode

  • 相关阅读:
    实现FTP断点续传
    系统软件自动部署实现方案
    QT实现多语言切换
    QTreeWidget实现动态加载本地文件系统
    QuaZip实现多文件打包
    FileZilla命令行实现文件上传以及CreateProcess实现静默调用
    ctkPlugin插件系统实现项目插件式开发
    Windows与Linux下文件操作监控的实现
    QT皮肤系统的动态切换
    OpenGL 学习
  • 原文地址:https://www.cnblogs.com/guoyongrong/p/3633265.html
Copyright © 2011-2022 走看看