Platform For The.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The .NET framework or platform or visual studio.net must be run on an
operating system and alot tell me its must be run on microsoft win OS is that
right?

and if one who is can program with c# can't use them if he using a a
diffrent operating system.

java as example can work in many platform.

and for mobile application also the .net can't help me except with pocketpc .
is that right or not and also is this good or bad .and how i can pass this
problem
plz tell me your advice and your comment and whar u advice me to do?

thanz at all.

islam saber
 
SemSem said:
The .NET framework or platform or visual studio.net must be run on an
operating system and alot tell me its must be run on microsoft win OS is that
right?

and if one who is can program with c# can't use them if he using a a
diffrent operating system.

java as example can work in many platform.

and for mobile application also the .net can't help me except with pocketpc .
is that right or not and also is this good or bad .and how i can pass this
problem
plz tell me your advice and your comment and whar u advice me to do?

There is an open source project called Mono that has implemented a cross
platform .Net runtime and many of the .Net 1.1 class libraries. Mono
runs on Linux, Mac, Windows and Several other operating systems. While
Mono works really well, there isn't 100% compatability at this point so
some apps may not work completely.

Andrew Faust
 
SemSem said:
The .NET framework or platform or visual studio.net must be run on an
operating system and alot tell me its must be run on microsoft win OS is
that right?

and if one who is can program with c# can't use them if he using a a
diffrent operating system.

java as example can work in many platform.

and for mobile application also the .net can't help me except with
pocketpc .
is that right or not and also is this good or bad .and how i can pass
this problem
plz tell me your advice and your comment and whar u advice me to do?

thanz at all.

islam saber

Hi Islam,

I use Mono's implementation of the .NET Framework, and their C# compiler
since I'm a poor university student, who can't afford Windows or VS.NET.

I'm running Mono on Linux (specifically Debian 3.1), with no problems.
However, as was mentioned by Andrew Faust, in the adjacent post, Mono
hasn't (yet) fully implemented all of the classes in the framework. But
it's not bad. Take a look at http://www.go-mono.com for more information.

-- Tom Spink
 
Hello Tom,

TS> I use Mono's implementation of the .NET Framework, and their C#
TS> compiler since I'm a poor university student, who can't afford
TS> Windows or VS.NET.

Do you know that VS Express 2005 is absolutly free, including .NET FW


---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Hello SemSem,

BTW, besides mono there is "Rotor"

S> The .NET framework or platform or visual studio.net must be run on
S> an operating system and alot tell me its must be run on microsoft win
S> OS is that right?
S>
S> and if one who is can program with c# can't use them if he using a a
S> diffrent operating system.
S>
S> java as example can work in many platform.
S>
S> and for mobile application also the .net can't help me except with
S> pocketpc .
S> is that right or not and also is this good or bad .and how i can
S> pass this
S> problem
S> plz tell me your advice and your comment and whar u advice me to do?
S> thanz at all.
S>
S> islam saber
S>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Michael said:
Hello Tom,

TS> I use Mono's implementation of the .NET Framework, and their C#
TS> compiler since I'm a poor university student, who can't afford
TS> Windows or VS.NET.

Do you know that VS Express 2005 is absolutly free, including .NET FW


---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not cease to be insipid." (c) Friedrich Nietzsche

Hi Michael,

I do know. I also know that you get the compilers and everything with the
framework, and I'd just be as happy with Notepad.exe and csc.exe. However,
the operating system it runs on is not free.

(I also take my definition of free to be the definition for "Free Software"
as defined by the FSF.)

:-)
-- Tom Spink
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top