473,383 Members | 1,978 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.

Witch language to choose? (PHP or asp.net)

Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.

Thank you already,
Warnar
Nov 18 '05 #1
12 1328
asp.net is pretty cool... you have a fully object oriented way of writing
websites...
you might be tempted to tell me that even java's object oriented but wait a
sec.
asp.net has html controls and web controls and associated events and yes it
makes the code a lot cleaner
but at the end of the day its really your wish and clients budget...

yes asp.net is a lot more stable and fast after the first run...

chao..

Hermit Dave

"warstar" <wa*****@NSA.ml> wrote in message
news:f9********************************@4ax.com...
Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.

Thank you already,
Warnar

Nov 18 '05 #2
TJS
ASP.net is not a language
"warstar" <wa*****@NSA.ml> wrote in message
news:f9********************************@4ax.com...
Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.

Thank you already,
Warnar

Nov 18 '05 #3
TJS
ASP.net is not a language

"warstar" <wa*****@NSA.ml> wrote in message
news:f9********************************@4ax.com...
Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.

Thank you already,
Warnar

Nov 18 '05 #4
warstar wrote:
I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.


Both have their charms. For instance ..

PHP advantages over ASP.NET :

- Very lightweight and fast, runs on cheap, slow hardware.
- Runs on just about every platform you can imagine.
( Though ASP.NET runs on many platforms as well
if you use the open source Mono framework. )
- Very cheap and widely available hosting.
- A lot of freedom for developer, compose your own
web development framework by choosing the right components.

ASP.NET advantages over PHP :

- It's a web development framework, providing solutions to the
statelessness of the web, good solutions for componentization
of the user interface ( i.e. user controls ), separation of
logic and layout, etc.
- Good support of unicode ( nice for international apps )
- Languages supported by ASP.NET and the class library are
modern and completely OO and support exception handling,
which I personally find a big plus.

Of course there are more examples for both and I don't
want this to turn into a flamewar. I like both.
Choose based on your needs.

Best regards,

Eric

Nov 18 '05 #5
"warstar" <wa*****@NSA.ml> wrote in message
news:f9********************************@4ax.com...
Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.
If there would be a PERL.NET you can use that language for that ASp.NET
framework(!).

PHP is not a webserver framework, it is an language add-on including
libraries that utilizes the CGI interface.

And yes, if you ask here the obvious answer would be: "ASP.NET is cool!"
If you ask the same in a PHP newsgroup the answer would be: "PHP is cool!"
Thank you already,
Warnar


Nov 18 '05 #6
ASP.net is not a language
Ok c# is the language and asp.net is the web interface happoy?
"warstar" <wa*****@NSA.ml> wrote in message
news:f9********************************@4ax.com.. .
Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.

Thank you already,
Warnar


Nov 18 '05 #7
On Sun, 14 Dec 2003 09:10:06 +0100, "Egbert Nierop \(MVP for IIS\)"
<eg***********@nospam.com> wrote:
"warstar" <wa*****@NSA.ml> wrote in message
news:f9********************************@4ax.com.. .
Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.
If there would be a PERL.NET you can use that language for that ASp.NET
framework(!).

PHP is not a webserver framework, it is an language add-on including
libraries that utilizes the CGI interface.

And yes, if you ask here the obvious answer would be: "ASP.NET is cool!"
If you ask the same in a PHP newsgroup the answer would be: "PHP is cool!"


That's why i ask it so the ASP.Net people who say "ASP.NET is cool"
and to the php people who say "PHP is cool".
Thanks
Thank you already,
Warnar


Nov 18 '05 #8
Thanks for the small war :D i can really use this in disiting witch
'language' to use.
Thank you

On Sun, 14 Dec 2003 09:22:02 +0100, Eric Veltman
<eric@[RemoveThis]veltman.nu> wrote:
warstar wrote:
I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.


Both have their charms. For instance ..

PHP advantages over ASP.NET :

- Very lightweight and fast, runs on cheap, slow hardware.
- Runs on just about every platform you can imagine.
( Though ASP.NET runs on many platforms as well
if you use the open source Mono framework. )
- Very cheap and widely available hosting.
- A lot of freedom for developer, compose your own
web development framework by choosing the right components.

ASP.NET advantages over PHP :

- It's a web development framework, providing solutions to the
statelessness of the web, good solutions for componentization
of the user interface ( i.e. user controls ), separation of
logic and layout, etc.
- Good support of unicode ( nice for international apps )
- Languages supported by ASP.NET and the class library are
modern and completely OO and support exception handling,
which I personally find a big plus.

Of course there are more examples for both and I don't
want this to turn into a flamewar. I like both.
Choose based on your needs.

Best regards,

Eric


Nov 18 '05 #9
Its not a question of language, if your using Linux and mySQL for example
then you might be better off using PHP, if its windows and SQL server then
you will get better support from the MS community.

Foget about the language until you have though a little wider about the
problem - what do you deploy to - what are you developing on - can you get
an off the shelf solution already.

ASP.NET is not more stable than PHP, and PHP is not more stable than
ASP.NET - I can make both crash easily if I code the wrong way. but either
designed and developed correctly could provide a solution for you. What
langauge skills do you have, what platforms background do you have etc tec
should all come into play.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------

"warstar" <wa*****@NSA.ml> wrote in message
news:f9********************************@4ax.com...
Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.

Thank you already,
Warnar

Nov 18 '05 #10
Having implemented a web application using both technologies, here are my
comments.

The biggest difference in my opinion is that ASP.NET gives you compile-time
safety. In my experience, this is not just a buzzword but a real tangible
benefit. The interpreted nature of PHP tends to cause some bugs to be found
later rather than sooner. You can address this issue to some extent with
e.g., heavy unit testing.

Another difference is the tools support. I don't think there is anything in
the PHP world that would match VS.NET, especially the debugger.

The third difference is the price. PHP and things that go with it, e.g.,
Linux, MySQL are (almost) free. With ASP.NET, the OS and the tools are not
free - there are very cheap tools for ASP.NET too, but they are not as nice
as VS.NET. Also, ASP.NET hosting tends to be more expensive than PHP
hosting. The price difference is somewhat offset by the fact that with
PHP/Linux/MySQL you may end up spending more time with compiling PHP and
related software (e.g., drivers).

The bottom line is that you can get the job done using either technology. I
find that I'm more productive with ASP.NET, thanks to compile-time safety
and tools.

Sami
Nov 18 '05 #11

"warstar" <wa*****@NSA.ml> schreef in bericht
news:f9********************************@4ax.com...

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.


The advantage of PHP is that it runs on almost any operating system,
including many free ones, while asp.net needs an expensively licenesed
Microsoft environment.
JW

Nov 18 '05 #12
r

"warstar" <wa*****@NSA.ml> wrote in message
news:f9********************************@4ax.com...
Hello all,

I'm in a bit of a problem I'm given a project making an online
shopping system for a professional barbershop. But I'm with a small
problem in witch language to make the system.
My choice would be PHP but I hear from many people that asp.net is
better and more stable.
So I ask you what your experience with asp.net and PHP is.

Thank you already,
Warnar


As far as code developement goes; Visual Studio has a debugger that's hard
to beat. I'm using ActiveState Komodo for php and it's ok but VS will run
rings around it.
R
Nov 18 '05 #13

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

Similar topics

21
by: warstar | last post by:
Hello all, I'm in a bit of a problem I'm given a project making an online shopping system for a professional barbershop. But I'm with a small problem in witch language to make the system. My...
3
by: Vikram M Gautam | last post by:
hello, does any know of any php script which can change the language of the webpage on the fly, i have seen many websites which have several language options to choose from thanks
2
by: Josh Close | last post by:
I saw a question in a PHP list about the differences between php and perl, and what the advantages between the two are, but I think I was the only person that mentioned anything about python in the...
15
by: Birahim FALL | last post by:
Hi, I'm very fresh to PostgreSQL, coming from Oracle. I want to developp web applications based on apache and postgresql. Is there an equivalent of OWA server (Oracle Web Application server) for...
17
by: Arthur van Dorp | last post by:
Hi all This is a bit off topic but I don't know where else to ask (please tell me if you know). I'm going to build a web application. The choice of the underlying database wasn't difficult....
3
by: Paul | last post by:
Looking for recommendations on a programming language for a web application. I am soliciting recommendations on a programming language for a web application described below. Actually, it is not...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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...
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...

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.