473,395 Members | 1,457 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Does .NET support unix clients?

Hi Friends,
I'm planning to use .NET to develop my websites for 2007. Unfortunately
I have about 5% of Mac users and about 1% of Unix users. Anyway, I cannot
ignore them.

My question is, if I develop my websites with ASP.NET can my Mac or
Unix/Linux client still able to access my website?

For Mac there're both OS9 and OSX. For Unix/Linux, I don't have any
info.

Thanks,
Tony.
Mar 29 '06 #1
11 1887
Tony,

That depends completely on the browsers (and versions) that the clients are
using. ASPNET generates at the serverside HTML and JavaScript for the
client, where you can in Visual Studio Net 2005 tell to check on the rules
for compatibility.

However, if you have things as rich client pages, than it is probably
impossible, because the clients computer needs than to have installed Net.
However that is not the most common way.

I hope this gives an idea.

Cor
"Tony" <to*****@hotmail.com> schreef in bericht
news:%2****************@tk2msftngp13.phx.gbl...
Hi Friends,
I'm planning to use .NET to develop my websites for 2007.
Unfortunately I have about 5% of Mac users and about 1% of Unix users.
Anyway, I cannot ignore them.

My question is, if I develop my websites with ASP.NET can my Mac or
Unix/Linux client still able to access my website?

For Mac there're both OS9 and OSX. For Unix/Linux, I don't have any
info.

Thanks,
Tony.

Mar 29 '06 #2
So, if the client supports JavaScript, there's high possibility that it will
support .Net, am I correct?

Thanks,
Tony.

"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:ez**************@tk2msftngp13.phx.gbl...
Tony,

That depends completely on the browsers (and versions) that the clients
are using. ASPNET generates at the serverside HTML and JavaScript for the
client, where you can in Visual Studio Net 2005 tell to check on the rules
for compatibility.

However, if you have things as rich client pages, than it is probably
impossible, because the clients computer needs than to have installed Net.
However that is not the most common way.

I hope this gives an idea.

Cor
"Tony" <to*****@hotmail.com> schreef in bericht
news:%2****************@tk2msftngp13.phx.gbl...
Hi Friends,
I'm planning to use .NET to develop my websites for 2007.
Unfortunately I have about 5% of Mac users and about 1% of Unix users.
Anyway, I cannot ignore them.

My question is, if I develop my websites with ASP.NET can my Mac or
Unix/Linux client still able to access my website?

For Mac there're both OS9 and OSX. For Unix/Linux, I don't have any
info.

Thanks,
Tony.


Mar 29 '06 #3
Hello, Tony!

JavaScript and .NET are separate technologies. _Server_ with .NET code generates JavaScript and sends it to the _client_ brower. Browser doesn't have to know if JS was generated by .NET or smth else.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Mar 29 '06 #4
That's what I mean. If the client browser support JavaScript (Just standard
JavaScript), then it can fullfill the page generated by the .NET server, is
this correct?

Thanks,
Tony.

"Vadym Stetsyak" <va*****@ukr.net> wrote in message
news:uE**************@TK2MSFTNGP14.phx.gbl...
Hello, Tony!

JavaScript and .NET are separate technologies. _Server_ with .NET code
generates JavaScript and sends it to the _client_ brower. Browser doesn't
have to know if JS was generated by .NET or smth else.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com

Mar 29 '06 #5
Hello, Tony!

That's what I mean. If the client browser support JavaScript (Just standard
JavaScript), then it can fullfill the page generated by the .NET server, is
this correct?


Yes, it is correct

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Mar 29 '06 #6
There's also Mono but it might complicate a browser-based solution

http://www.mono-project.com/Main_Page

"Mono provides the necessary software to develop and run .NET client
and server applications on Linux, Solaris, Mac OS X, Windows, and
Unix."

I've not used MONO but I've heard alot of people talking about it

Mar 29 '06 #7
Tony <to*****@hotmail.com> wrote:
That's what I mean. If the client browser support JavaScript (Just standard
JavaScript), then it can fullfill the page generated by the .NET server, is
this correct?


Yes - the client needn't know it is talking to a .NET server at all.
It's not really a case of whether the browser "supports" .NET - it's
whether it supports the data that your server sends to it.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Mar 29 '06 #8
Jason,
"Mono provides the necessary software to develop and run .NET client
and server applications on Linux, Solaris, Mac OS X, Windows, and
Unix."

I've not used MONO but I've heard alot of people talking about i


That is exactly what is not needed when it is not a Rich Client.
You are probably making things that were totaly cleared up for Tony again
troubled.

:-)

Cor
Mar 29 '06 #9
Hi Jason,
Since I have less than 1% of visitors who's using Unix. I won't spend
too much effort on this but I'll keep this knowledge just incase the percent
increases

Thanks,
Tony.

"Jason Hales" <ja*********@yahoo.com> wrote in message
news:11**********************@j33g2000cwa.googlegr oups.com...
There's also Mono but it might complicate a browser-based solution

http://www.mono-project.com/Main_Page

"Mono provides the necessary software to develop and run .NET client
and server applications on Linux, Solaris, Mac OS X, Windows, and
Unix."

I've not used MONO but I've heard alot of people talking about it

Mar 30 '06 #10
Thanks Vadym & Jon,
I think this is clear enough for me. I'm getting a bit more confident
to walk this way, but I'll try to setup a Unix environment to test it
anyway.

Regards,
Tony.

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP************************@msnews.microsoft.c om...
Tony <to*****@hotmail.com> wrote:
That's what I mean. If the client browser support JavaScript (Just
standard
JavaScript), then it can fullfill the page generated by the .NET server,
is
this correct?


Yes - the client needn't know it is talking to a .NET server at all.
It's not really a case of whether the browser "supports" .NET - it's
whether it supports the data that your server sends to it.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Mar 30 '06 #11
Cor, you're right I totally agree..I was trying to give Tony extra
info; forewarned is forearmed - or something like that ;-)

Jason

Mar 30 '06 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Per Eskilson | last post by:
We have a problem getting reply to a VB-6 client from a GSOAP Unix server. The GSOAP WEB-server on UNIX is replying fine if we connect to the server from a .net client. But some (not all) VB-6...
4
by: Jonathan Li | last post by:
I have posted the question before but nobody have given me a solution. I would like to rephrase my requirement and want to hear your advice. We are developing application packages for logistics...
12
by: Frank Hauptlorenz | last post by:
Hello Out there! I have a DB2 V7.2 Database (Fix11) on Win 2000 Professional. It was before a NT 4 based Domain - now it is a Win 2000 Domain. The database server is a domain member. Now...
22
by: Ryan M | last post by:
I've been programming for a while, but most of my experience is on unix. How do C compilers work on operating systems that weren't written in C? And that have no libc? Compiling C on unix seems...
6
by: Dan V. | last post by:
Is there a way to query a remote xml file periodically by not using web services? For Windows and Unix platforms. Is there a cheap software product that I can install on each client and my Windows...
126
by: ramyach | last post by:
Hi friends, I need to write a parallel code in 'C' on the server that is running SGI Irix 6.5. This server supports MIPS Pro C compiler. I don't have any idea of parallel C languages. I looked...
15
by: Pucca | last post by:
I'm getting an error when I tried to use this BerConverter class in my C# code. Even though the Interent doc says that it runs on Win2000 sp4, I just thgouth I'll double check. Does anyone know...
5
by: Joshua J. Kugler | last post by:
Considering that UNIX Network Programming, Vol 1 (by W. Richard Stevens) recommends "_All_ TCP servers should specify to allow the server to be restarted ," and that self.allow_reuse_address =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.