在Linux项目中使用mysql转换在c#中创建的项目 [英] Convert project created in c# with mysql in project for Linux

查看:124
本文介绍了在Linux项目中使用mysql转换在c#中创建的项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Alguien que pueda ayudar,编程工作室,Visual Studio 2008和Entorno WINDOWS 7,
使用monodevelop ... creo que存在的程序可以转换为converer de la misma格式的地方VB.Net到CSharp.Converter

可以帮助在WINDOWS环境中的Visual Studio 2008中编程的人
使用monodevelop ...相信有一个程序可以以使其转化为VB.NET.to.C.sharp.Converter的相同方式进行转换)

Alguien que pueda ayudar, programo en visual studio 2008 en entorno WINDOWS 7
use monodevelop... creo que existe un programa que convierte de la misma forma que lo hace VB.Net to CSharp.Converter

Someone who can help, program in visual studio 2008 in WINDOWS environment
use monodevelop... believe that there is a program that converts in the same way that makes it VB.NET.to.C.sharp.Converter)

推荐答案

您可以使用Mono来做到这一点:
http://en.wikipedia.org/wiki/Mono_%28software%29 [ ^ ],
http://www.mono-project.com/Main_Page [ http://en. wikipedia.org/wiki/MonoDevelop [ ^ ], http://monodevelop.com/ [ ^ ]).您只能在Windows上使用.NET.您无需进行任何转换.

Mono是一个很好的CLR实现.它支持所有标准.NET库和许多非标准库,包括需要使用数据库系统的System.Windows.Forms(不幸的是,不是WPF)和ADO.NET.

如果使用.NET足够准确地开发了该应用程序,则它将在Linux和其他平台上运行而无需重新编译.我的许多应用程序都可以这样工作,甚至可以使用Forms,ADO.NET和其他功能.



使用称为MoMA的特殊实用程序-Mono Migration Analyzer,可以自动找到与Mono或非跨平台代码不兼容的所有代码片段.请参阅:
http://www.mono-project.com/MoMA [
You can do it by using Mono:
http://en.wikipedia.org/wiki/Mono_%28software%29[^],
http://www.mono-project.com/Main_Page[^].

You don''t have to develop on Mono (but you can if you want, using Mono itself with MonoDevelop, http://en.wikipedia.org/wiki/MonoDevelop[^], http://monodevelop.com/[^]). You can use just .NET on Windows. You won''t need to convert anything.

Mono is a good CLR implementation. It supports all standard .NET libraries and a good number of non-standard ones, including System.Windows.Forms (unfortunately, not WPF) and ADO.NET you would need to work with database systems.

If the application is developed using .NET accurately enough, it will run on Linux and other platforms without recompilation. Many my applications work like that, even with Forms, ADO.NET and other things.



All fragments of code incompatible with Mono or non-multiplatform ones could be found automatically using a special utility called MoMA — Mono Migration Analyzer. Please see:
http://www.mono-project.com/MoMA[^].

—SA


这篇关于在Linux项目中使用mysql转换在c#中创建的项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆