Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 15th, 2007, 09:10 AM
Registered User
 
Join Date: Feb 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to nir_pankaj
Default Is .Net Platform Independence?


Please help me. I m little bit confused.
Is .Net platform independence?
How it will run on Linux?

Pankaj Kumar Verma
 
Old February 15th, 2007, 10:39 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

As far as I know, Microsoft does not have a .tar or .gz file that will install the .NET Framework on Linux (I could be wrong since Microsofts partnership with Novell and the whole SUSE Linux deal)

I know that MONO is, eseentially, C# for linux but do not know if you can run apps created in visual studio.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
 
Old February 16th, 2007, 08:53 AM
Registered User
 
Join Date: Feb 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Ruffnekk
Default

You can write code in Visual Studio, and then compile it with Mono (http://www.mono-project.com) to run it on multiple platforms.

--
Regards,
Ruffnekk
 
Old February 16th, 2007, 08:59 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

There is the proviso that Mono doesn't support all the features in .NET as some rely on underlying Windows specific APIs.

--

Joe (Microsoft MVP - XML)
 
Old February 16th, 2007, 02:14 PM
Registered User
 
Join Date: Feb 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to nir_pankaj
Default

Acc to your reply .NET is not platform independence. It should require mono to run on linux.

Pankaj Kumar Verma
 
Old February 16th, 2007, 02:26 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

No. Mono != the .NET framework. Mono is a project that attempts to assimilate the C# language for use on the Linux platform but, as Joe pointed out, some of the .NET classes make calls to Windows API's so obviously this functionality will not be found in Mono. So to be very blunt, the .NET Framework is NOT available on Linux.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html





Similar Threads
Thread Thread Starter Forum Replies Last Post
Confusion with PLATFORM, Help me Please! dpkbahuguna .NET Framework 2.0 10 September 28th, 2007 08:41 AM
Device Independence in GDI+ Shujaat .NET Framework 2.0 0 November 24th, 2006 09:05 AM
oracle 8 platform Amitava Deewan Oracle 5 June 17th, 2005 03:24 AM
Cross Platform Help morpheus Classic ASP Basics 2 January 28th, 2004 11:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.