Can we run DOT.NET in UNIX platform?
One of the disadvantages of using Visual Studio.NET and the .NET framework to develop
applications has been the lack of cross-platform support. Since the introduction of the .NET framework and common language run time a few years ago, there have been a few projects designed to bring the .NET framework to other platforms, including Linux and UNIX.
The DotGNU project is touted as the "Free software alternative to .NET" and encompasses a number of projects, including DotGNU Portable .NET, which is designed to be used to compile and run C# and C applications on a multitude of platforms, including GNU/Linux, FreeBSD, Mac OS X, and Windows.One of the main features of the product is it's compatibility with EMCA standards for C# and the Common Language Infrastructure (CLI), as well as Microsoft's own CLI implementation in the .NET framework.
The project chose to go with a "Virtual Machine" implementation, where bytecode is transformed into a simple instruction set which is then passed to a "Converted Virtual Machine", which then are executed through an interpreter. This approach is different to other open source .NET implementations, but provides more flexibility when porting the project to other platforms.At the core of the project is the runtime engine (ilrun) and compiler (cscc) with an implementation of System.Windows.Forms that make developing for the platform easier, as it doesn't required translation through another toolkit or toolset
Wednesday, 26 June 2013
Can we run DOT.NET in UNIX platform?
Published June 26, 2013
Artikel Terkait
- What is the Scope of public/private/friend/protected/protected friend? Scope of public/p
- 21. What are the properties of constant members? a ) 1. They should use the modifier ‘
- Directives --------------- Directives are used to specify the settings used by the page o
- 1.What is method overloading? Method Overloading means to have two or more methods with
- What is a Assembly ? √ Assembly is unit of deployment like EXE or a DLL. √ An assembly
- What is ASP? Active Server Pages (ASP), also known as Classic ASP, is a Microsoft's ser
Subscribe to:
Post Comments (Atom)
EmoticonEmoticon