The Artima Developer Community
Sponsored Link

C# Answers Forum
C# Platforms

1 reply on 1 page. Most recent reply: Feb 21, 2003 11:14 AM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Azhar

Posts: 1
Nickname: csquaidian
Registered: Feb, 2003

C# Platforms Posted: Feb 20, 2003 9:21 AM
Reply to this message Reply
Advertisement
I want to know about the microsoft .Net(C#) that which Platforms other than Win support the Application written in .NET
Does Linux supports services written. C# ?
Does Mac supports services written. C# ?


Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: C# Platforms Posted: Feb 21, 2003 11:14 AM
Reply to this message Reply
Well, according to the hype, it is platform independent and anyone can implement it on any platform. The Mono project (http://www.go-mono.com/) claims to do it for Linux, Unix and Windows (http://www.go-mono.com/faq.html#platforms). Of course, they will always be lagging Microsoft and probably many things will never work right, or the same as they do with Visual Studio. Also, from what I've seen so far, many "real" .net projects resort to a lot of interop with COM and Windows DLLs for API calls; none of that stuff would work on another platform. As far as the Mac goes, I haven't heard of anything.

For now, if you want platform independence, stick with Java or Python.

Flat View: This topic has 1 reply on 1 page
Topic: WriteByte in new line Previous Topic   Next Topic Topic: Removing EventHendler

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use