Introduction
Hi Everybody
I am going to describe you a great thing about .Net (Asp.Net, C#) Do you Know how to run or programming .Net Applications on Linux
Most of us know that .Net is a Platform independent but only few know How to run and develop .Net Application on Linux or UNIX environment
Yes Believe it or not now you can Run .Net Applications on Linux as well as develop .Net applications on Linux without investing a single $ and in a short period.
I am going to describe this in detail
>> Requirements <<
To run .Net Applications you must install .Net Framework for Linux. In the form of Mono Develop you can get .net framework for Linux. With the help of Mono You can compile and develop .Net applications for Linux. You can download Mono Develop free of cost.
Mono is a comprehensive open source development platform based on the .NET framework that allows developers to build Linux and cross-platform applications with unprecedented productivity. Mono's .NET implementation is based on the ECMA standards for C# and the Common Language Infrastructure. It is necessary to describe here that this ID is much same as Microsoft Visual Studio .Net but it is free of cost yes this is true that you can develop .net applications without investing a single $.
To run ASP.Net you need XSP server on Linux Machine. XSP server is similar to IIS server. You can also run ASP.Net on Apache Server the widely used server on the web.
Remember Mono is also available for Windows.
Please visit my home page for more details: http://www.amarjeetdhanda.co.nr
>> Mono Supports <<
Mono Supprot C#, ASP.Net, ADO.Net, WebServices, JAVA etc. Mono Support Inelegancy much like Visual Studio .Net Mono support Oracle, Mysql server, MSSQL server, Oledb, Postgres SQL server, DB2 etc
>> Compile & Run .Net Program on Linux <<
After installing Mono you can compile the program through this command from the command line
# mcs programname.cs
After compiling the program you can run the exe file using this command
# mono programname.exe or # mint programname.exe
>> Does need any Changes for <<
# You do not need to learn any thing special to develop .Net application on Linux if you are familiar with .Net development on windows # The Same C# program that run successfully under Windows environment will also run successfully on Linux without any changes
# The ASP.Net Page that run under IIS successfully will also run under XSP or Apache without any changes
It is difficult to describe everything in a single article so please visit my website to get more information about Mono
My website is similar to this website (dotnetspider.com) you can also submit articles and other information’s on my website: http://www.amarjeetdhanda.co.nr So register on my website. You can also win exiting prizes. I hope you want to learn more about Mono because I think Mono contain Bright future Warm Regards Amar
|
No responses found. Be the first to respond and make money from revenue sharing program.
|