The application of mono in China has been more and more. Now because of the commercial copyright problem, many companies are afraid to use it in the production environment, but this can not block the charm of Mono.. NET program apes, it's a shame if you don't know mono.
The "Mono+jexus" architecture pattern is a very i
GitHub has a one-click mono installation script. For more information, see https://github.com/nathanb/iws-snippets/tree/master/mono-install-scripts/fedora.
1. Install the latest mono environment mono-2.11
mkdir mono-2.11 cd mono-2
If you want to talk about how to set up the Asp.net runtime environment, I believe many people will think of using the Windows Server System and IIS to build it. It is undeniable that Asp.net is something Microsoft has developed, of course, it is most appropriate to build a system with Microsoft. If you want to use Asp.net and FreeBSD, isn't it feasible? Of course, the answer is no. Because we have mono and mono
[Digress]
I tried to test the performance of my project on different operating systems, so I decided to deploy the Apache and Mono environments on Linux. Since Linux is rarely used at ordinary times, I have tried several articles on the Internet (attached to relevant links) and the deployment process is not smooth sailing, so I reorganized my configuration on Azure, hoping to help those who seldom access Linux. All of the following operations are conf
How to migrate A. NET Windows Service application to Linux using mono?Written in the first place: The reason why the Windows program to be migrated to Linux, mainly because of some cost problems, this is not much explained.How to migrate a Windows service program that was previously written with. NET to run on Linux. The answer is there are many kinds of, today I only mention mono (I only experiment
I started paying attention to and trying out mono in Mono 0.1. What impressed me most was that I compiled mono in FreeBSD (installed FreeBSD in VPC ). I used the same algorithm to write a CS file and a Java file. Then, compile and run the Java file under the FreeBSD Mono of the Virtual Machine and compile and run the
Recently, an ASP. NET web server has been built on Ubuntu, and many problems have been encountered. Sort out your ideas for future use. Build Environment and supporting software
Ubuntu: 11.10Mono: 3.0.6 (http://download.mono-project.com/sources/mono/mono-3.0.6.tar.bz2) for stability considerations, it is recommended not to use other versions later than this version.Jexus: 5.0 (http://www.linuxdot.net/down/
The Open Source Association launched a project designed to migrate the Microsoft. NET platform to Linux through Linux software development company Ximian. This project, called the Mono project, involves creating a development platform that allows people to develop applications for Linux and windows-based. Net. According to Miguel de Icaza, chief technical officer at Ximian, the Mono project was based on the
In order to quickly refresh the homepage, I 'd like to share some news with you.
Http://www.oschina.net/news/2415
A while ago, the question of Mono entering Debian caused a considerable debate in the Free Software world, among which the Godfather Richard M. stallman also issued a statement to discourage the Debian community from introducing Mono. Otherwise, it will be affected by Microsoft.
Today, GNOME an
Before the recommended Linux Mono system, I would like to give you a better understanding of the Linux Mono system, and then give a comprehensive introduction to the Linux Mono system. I hope it will be useful to you When Microsoft starts it. NET strategy, one of the goals is to make the software run on a variety of different platforms.
Use C # Fedora in Linux)
Mono configuration in Linux-Linux Enterprise Application-Linux server application information. For more information, see. Mono-related installation packages can be downloaded at http://www.go-mono.com/download.html
Download apache2 from www.apache.org
1. Install the gcc compiling environment (skip this step if necessary)
Rpm-ivh * cc *
2. Install apache2
Tar xvzf httpd-2.0.47.tar.gz
Cd httpd *
./Configur
4.6
4
July 20, 2015
Visual Studio 2015
Win10
4.6.1
4
November 30, 2015
Visual Studio Update 1
Win10 v1511
4.6.2
4
August 2, 2016
Win10 v1607
4.7
4
April 5, 2017
Visual Studio 2017
Win10 v1703
Note 1: the. NET framework of the same version of the CLR (Common Language Runtime) is up-compatibleNOTE 2: Support for WinForm. NET Framework minimu
Mono 3.8.0 was released on September 10, September 4. The runtime of this version brings some performance and scalability improvements, and completes the migration to the Windows platform.
Mono follows the gnome and Linux kernel version numbering policies, meaning that 3.8 is a major stable version after 3.6 (released last month. This version improves performance:
JIT can better deal with the remainder op
After publishing a series of articles in the Mono Development Guide last year, I basically didn't write any more about Mono. I have been mainly engaged in Java platforms in the last two years, and I rarely used dotnet. Another problem is that the Chinese version of Mono makes me spend little time on it.
When I used Mono
Uinty3d encryption recommended a few better blog links:Http://www.cppcourse.com/u3d-encryption.htmlhttp://www.xuanyusong.com/archives/3553http://m.blog.csdn.net/blog/yy405145590/41205283Http://blog.sina.com.cn/s/blog_799860f90102vp0l.html"One" principle of encryption1, Unity3d is based on mono, and mono is open source, we re-edit mono, and add encryption and decr
Preparatory work
First compile a WinForm on the VS2012, the following code:
Using System;
Using System.Windows.Forms;
Namespace Formstest
{
static class
program {
///
Try running with mono on Ubuntu:
nike@nike-pc:~$ CD desktop/nike@nike-pc:~/desktop$ ls FormsTest.exe nike@nike-pc:~/desktop$ mono FormsTest.exe Unhandled Exception:System.TypeInitializationException:An Exception is thrown by
It is particularly worth mentioning that there are many things worth learning about Linux Mono. Here we mainly introduce Linux Mono, including Linux Mono and so on. We have to admit that the Linux Mono Project has become the most anticipated project for developers in open-source projects. It enables. NET framework to r
http://www.linuxdot.net/Http://www.cnblogs.com/wander1129/archive/2011/12/16/mono.htmlInstallation steps: First, access to open source related programs:1. Install and upgrade the required libraries using the Yum command that comes with the CentOS Linux system:Sudo-sLang=cYum-y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-deve L zlib zlib-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel bison pkgconfig glib2-devel gettex
Control the start and stop of the mono service in Linux
When the services in windows are deployed to Linux, we generally use Mono. service to start and stop. It is not easy to use because there are many parameters. So there is a Shell script.
Usage: moa s1 start # start
Moa s1 stop # stop
The following directory structure is required:
/Opt/basepath/
S1/
Sample1.exe # Service 1 with unlimited file names
S2/
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.