dotnet running in Unix

  • Thread starter Thread starter shinma
  • Start date Start date
S

shinma

Have anyone tried to code C# in a Unix box running solaris ??
Does it working fine ? or any issue you've found ?
 
Shinma,

I would not recommend trying to run .NET on a unix platform. While
there are attempts (there is a CLR based on a source project released by MS
named ROTOR, and there is also the MONO project), not all of the
functionality is there.

What are you trying to do? Which parts of the framework do you want to
leverage? I think that there might be an ASP.NET implementation up and
running.
 
Thanks so much.

As i remember, Microsoft cliam the CLR is supporting Solaris, am I right ?

I only have some backgroup tasks want to do. Basically, it's just getting
something from database, and processed, then writing back to the database.
Before, it was coding in Java, but i just wanna try C# for re-written it.

Nicholas Paldino said:
Shinma,

I would not recommend trying to run .NET on a unix platform. While
there are attempts (there is a CLR based on a source project released by MS
named ROTOR, and there is also the MONO project), not all of the
functionality is there.

What are you trying to do? Which parts of the framework do you want to
leverage? I think that there might be an ASP.NET implementation up and
running.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


shinma said:
Have anyone tried to code C# in a Unix box running solaris ??
Does it working fine ? or any issue you've found ?
 
Shinma,

No, I think you are mistaken. Microsoft never claimed that the CLR
would run on Solaris. ^MAYBE^ the ROTOR implementation, but I can not say
for sure. Definitely not the .NET framework that was released by them.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

shinma said:
Thanks so much.

As i remember, Microsoft cliam the CLR is supporting Solaris, am I right ?

I only have some backgroup tasks want to do. Basically, it's just getting
something from database, and processed, then writing back to the database.
Before, it was coding in Java, but i just wanna try C# for re-written it.

message news:[email protected]...
Shinma,

I would not recommend trying to run .NET on a unix platform. While
there are attempts (there is a CLR based on a source project released by MS
named ROTOR, and there is also the MONO project), not all of the
functionality is there.

What are you trying to do? Which parts of the framework do you want to
leverage? I think that there might be an ASP.NET implementation up and
running.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


shinma said:
Have anyone tried to code C# in a Unix box running solaris ??
Does it working fine ? or any issue you've found ?
 
Hi,

Take a look at mono http://www.go-mono.com/

I have a friend that is using it to run a ASP.NET application and according
to him it rocks !

I haven;t tested it but I'm sure a lot of functionality is not there, so you
will have to give it a try and see if it runs your application

Cheers,
 
If I remember correclty the Rotor project works on Windows and FreeBSD.
There have been some attempts to port it to other platforms but I haven't
read enough to know how successful they were.

--
Jared Parson [MSFT]
(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Nicholas Paldino said:
Shinma,

No, I think you are mistaken. Microsoft never claimed that the CLR
would run on Solaris. ^MAYBE^ the ROTOR implementation, but I can not say
for sure. Definitely not the .NET framework that was released by them.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

shinma said:
Thanks so much.

As i remember, Microsoft cliam the CLR is supporting Solaris, am I right ?

I only have some backgroup tasks want to do. Basically, it's just getting
something from database, and processed, then writing back to the database.
Before, it was coding in Java, but i just wanna try C# for re-written it.

message news:[email protected]...
Shinma,

I would not recommend trying to run .NET on a unix platform. While
there are attempts (there is a CLR based on a source project released
by
MS
named ROTOR, and there is also the MONO project), not all of the
functionality is there.

What are you trying to do? Which parts of the framework do you
want
to
leverage? I think that there might be an ASP.NET implementation up and
running.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)


Have anyone tried to code C# in a Unix box running solaris ??
Does it working fine ? or any issue you've found ?
 
Back
Top