473,383 Members | 1,877 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,383 software developers and data experts.

question - 2 parter

I have a 2 part question that deals with asp.net and vb.net

1. will a vb.net application run on a Mac?
2. Does a specail web browser need to be installed on a Mac to view a
asp.net web application?

I have to create a .NET winform and asp.net application that will be used
and viewed from a Mac.

thx
Nov 19 '05 #1
2 856
1) yes, its a server app so the lang is irrelevant. only html and javascript
are rendered to the client.

2) only if you do "special" things.

--
Curt Christianson
Site & Scripts: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:6C**********************************@microsof t.com...
I have a 2 part question that deals with asp.net and vb.net

1. will a vb.net application run on a Mac?
2. Does a specail web browser need to be installed on a Mac to view a
asp.net web application?

I have to create a .NET winform and asp.net application that will be used
and viewed from a Mac.

thx

Nov 19 '05 #2
1. An executable (.exe) compiled on the .NET platform will not run on a MAC,
unless the person installs some .NET runtime built specifically for the MAC
(I don't know if anyone has done something like this, definitely not MS).
If it is a web application, then it doesn't matter, as the browser only
deals with HTML and javascript.

2. No, as long as it only does things that the MAC browser supports. So
probably not much, if you are going to be supporting multiple browsers.

The web app shouldn't be a problem, just figuring out the intersection of
what all the browsers you are writing for support, and utilitzing only those
features that they all support.

As for window apps, you are going to have a much bigger problem. Like I
said, I don't know if anyone has written a .NET runtime or not. Even if they
have, I am not sure how reliable it would be, since it is probably more like
an open source project.
"Mike" <Mi**@discussions.microsoft.com> wrote in message
news:6C**********************************@microsof t.com...
I have a 2 part question that deals with asp.net and vb.net

1. will a vb.net application run on a Mac?
2. Does a specail web browser need to be installed on a Mac to view a
asp.net web application?

I have to create a .NET winform and asp.net application that will be used
and viewed from a Mac.

thx

Nov 19 '05 #3

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

Similar topics

2
by: Brian | last post by:
I am trying to work through a PHP book that I bought a year or so ago, "Essential PHP" by Christopher Cosentino. In the beginning of the book, after the Hello, World .php file, you get to a...
3
by: Stevey | last post by:
I have the following XML file... <?xml version="1.0"?> <animals> <animal> <name>Tiger</name> <questions> <question index="0">true</question> <question index="1">true</question> </questions>
7
by: nospam | last post by:
Ok, 3rd or is it the 4th time I have asked this question on Partial Types, so, since it seems to me that Partial Types is still in the design or development stages at Microsoft, I am going to ask...
4
by: spinner | last post by:
--------------------------------------------- A two parter newbie question I am afraid. Am I right in thinking that using something like ... item = a_queue.get() print item will not...
3
by: Ekqvist Marko | last post by:
Hi, I have one Access database table including questions and answers. Now I need to give answer id automatically to questionID column. But I don't know how it is best (fastest) to do? table...
2
by: Miguel Dias Moura | last post by:
Hello, I am working on a web site which will be available in 2 languages. I will place a button to switch language. I suppose I will need a cookie to hold the language option. How should I...
1
by: Chris | last post by:
Two parter: 1.) Which is better to fill a listbox or dropdownlist, a dataset or datareader? Both use a connection, but dataset uses memory. And if you're only fill a dropdownlist or listbox does...
10
by: glenn | last post by:
I am use to programming in php and the way session and post vars are past from fields on one page through to the post page automatically where I can get to their values easily to write to a...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.