DotGNU

From Wikipedia, the free encyclopedia

Developer: Gopal V, Norbert Bollow
Latest release: 0.7.4 / January, 2006
OS: Linux, PlayStation 2, Xbox, BSD, Cygwin, Mac OS X, Solaris Operating Environment, AIX, Microsoft Windows, others
Use: System platform
License: GPL and LGPL
Website: dotgnu.org

DotGNU is a part of the GNU initiative that aims to provide a free software replacement for the Microsoft .NET. Other goals of the project includes better support for non-windows platforms and support for more processors.

The main goal of the DotGNU project and the Microsoft Shared Source CLI (Rotor) code base is to provide a class library that is 100% CLS (Common Language Specification) compliant. In contrast, the main goal of another open source CLI implementation, the Mono Project, is to provide 100% compatible class libraries for both the CLS specification and with the class library currently released by Microsoft for their commercial version of .NET, which the DotGNU project claims does not currently fully comply with the CLS specification published by ECMA. [citation needed]

Contents

[edit] Main development projects

[edit] Portable.NET

DotGNU Portable.NET, an implementation of the Common Language Infrastructure (CLI), includes software to compile and run Visual Basic .NET, C#, and C applications that use the .NET base class libraries, XML, and Windows Forms. Portable.NET claims to support various CPUs including x86, PPC, ARM, and Sparc.

[edit] phpGroupWare

phpGroupWare, a multi-user web-based GroupWare suite, which also serves to provide a collection of webservice components that can be accessed through XML-RPC so that can easily integrate them into webservice applications.

[edit] DGEE

DotGNU Execution Environment (DGEE), a webservice server.

[edit] Framework Architecture

The Portable .NET class library seeks to provide facilities for application development. These are primarily written in C#, but because of the Common Language Specification they can be used by any .NET language. Like .NET, the class library is structured into Namespaces and Assemblies.[1] It has additional top-level namespaces including Accessibility and DotGNU. In a typical operation, the Portable .NET compiler generates a Common Language Specification (CLS) image, as specified in chapter 6 of ECMA-335, and the Portable .NET runtime takes this image and runs it.

[edit] References

  1. ^ GNU Portable .NET documentation.

[edit] External links