Mono Project 2.2 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Mono Project 2.2 (Stable branch)
# 1  
Old 01-17-2009
Mono Project 2.2 (Stable branch)

Mono Project is an Open Source implementation of the various ECMA and .NET framework technologies for Unix, MacOS X, and Windows. The project includes a compiler, a class library, and a CLI runtime engine. License: GNU Lesser General Public License (LGPL) Changes:
This release has a better code generation engine, called Linear IL. Generic sharing is now turned on in all cases. Support for monitoring the runtime internals is now available through a new PerformanceCounters implementation. This release introduces the Attach functionality, SIMD support, a more efficient regex interpreter, a new interactive shell for C#, plus many other improvements and bugfixes. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

A new project was posted on The UNIX and Linux Forums project board.

A new project was posted on your project board. Project title: Bash Shell Tutoring Estimated Budget: $50/hr Start date: Immediately Required skills: Linux, Bash, Shell, UNIX I work as a datawarehouse designer and developer. Although I usually stick to the role of an analyst,... (0 Replies)
Discussion started by: Neo
0 Replies

2. Linux

Mono Project!

Hello, Does anyone know about MONO PROJECT? It supports .NET on linux! I have downloaded its packages and installed it. But I don't know how to start it!!! Where can I find installed programs?! (5 Replies)
Discussion started by: HSN
5 Replies

3. Solaris

SSH doesn't pick up user's project from /etc/project

We have a system running ssh. When a user logs in, they do not get the project they are assigned to (they run under "system"). I verify the project using the command "ps -e -o user,pid,ppid,args,project". If you do a "su - username", the user does get the project they are assigned to (and all... (2 Replies)
Discussion started by: kurgan
2 Replies
Login or Register to Ask a Question
Mono(sgen)																Mono(sgen)

NAME
sgen - Mono XML Serializer GENerator SYNOPSIS
sgen [options] DESCRIPTION
Generates pre-compilable custom XML serializer classes for specific types. OPTIONS
--assembly[:filename] , -a Specifies the assembly filename to process. --type[:typefullname] , -t Explicitly specifies the runtime type to process. --reference:[filename] , -r Specifies an assembly filename, which is referenced by the target assembly and thus required to process it. --compiler:[options] , -c Specifies compiler options. --proxytypes , -p (Not supported yet.) --debug , -d Indicates the compiler to generate debug information. --keep , -k Indicates the compiler to keep generated temporary source files. --force , -f Indicates the generator to force overwriting existing assembly. --out:[output-directory] , -o Specifies the output directory for resulting files. By default, it is current directory. --nologo , -n Indicates to not print the logo for this tool. --silent , -s Indicates the tool to run silently. --verbose , -v Indicates the tool to be more verbose on its progress. --help , -? Display command line help. FEATURES
It generates a file which contains a set of classes for custom XML serialization. The resulting classes enable xml serialization faster since it does not have to generate serialization classes dynamically at run time. Generated classes are supported only after 2.0 profile. AUTHOR
Written by Lluis Sanchez Gual COPYRIGHT
Copyright (C) 2006 Novell. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details. WEB SITE
Visit http://www.mono-project.com for details SEE ALSO
xsd(1),wsdl(1),genxs(1) Mono(sgen)