PC Review


Reply
Thread Tools Rate Thread

aspnet vs php

 
 
Alberto
Guest
Posts: n/a
 
      25th Sep 2007
Could you tell me witch are the advantages of using aspnet instead php?
Thank you


 
Reply With Quote
 
 
 
 
Vinnie
Guest
Posts: n/a
 
      25th Sep 2007
On Sep 25, 6:43 pm, "Alberto" <albe...@nospam.es> wrote:
> Could you tell me witch are the advantages of using aspnet instead php?
> Thank you


PHP = balloon

ASP.NET 2.0 = space shuttle.

bye... have a good flight

 
Reply With Quote
 
Shelly
Guest
Posts: n/a
 
      26th Sep 2007

"Vinnie" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Sep 25, 6:43 pm, "Alberto" <albe...@nospam.es> wrote:
>> Could you tell me witch are the advantages of using aspnet instead php?
>> Thank you

>
> PHP = balloon
>
> ASP.NET 2.0 = space shuttle.
>
> bye... have a good flight


In most cases it boils down to:

php ---> (free) MySQL --> *nix servers.
asp.net --> (costly) SQL Server, etc. --> Windows servers

I found php VERY easy to learn (coming from the C and Java background) and
very easy to use. Also, there is a site, www.php.net, that is fantastic --
even for veteran php programmers.

By contrast, I had to push and poke my way through my first learning
experience with asp.net, vb.net and if it weren't for people like Mark and
others here in this group, I still wouldn't be there. There is nothing to
compare with www.php.net for referencing. What took me four days to do in
php, took me two and a half weeks to duplicate in asp/vb net. Granted, I am
experienced in php and am learning asp/vb net.

There are many nice features in both.

Shelly


 
Reply With Quote
 
=?Utf-8?B?QnJhdWxpbyBEaWV6?=
Guest
Posts: n/a
 
      26th Sep 2007
The main advantage of php was:

- It's supossed to be fre.
- Hosting used to be cheaper than .net

Nowdats, you can develop good web applications using Visual Studio Express
for Web Developers (free), and there are a lot of cheap hostings for ASP .net
(godaddy, ASP .net discount...)

/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------




"Alberto" wrote:

> Could you tell me witch are the advantages of using aspnet instead php?
> Thank you
>
>
>

 
Reply With Quote
 
Chris Fulstow
Guest
Posts: n/a
 
      26th Sep 2007
On Sep 26, 11:48 am, "Shelly" <sheldonlg.n...@asap-consult.com> wrote:
> "Vinnie" <centro.ga...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
> > On Sep 25, 6:43 pm, "Alberto" <albe...@nospam.es> wrote:
> >> Could you tell me witch are the advantages of using aspnet instead php?
> >> Thank you

>
> > PHP = balloon

>
> > ASP.NET 2.0 = space shuttle.

>
> > bye... have a good flight

>
> In most cases it boils down to:
>
> php ---> (free) MySQL --> *nix servers.
> asp.net --> (costly) SQL Server, etc. --> Windows servers
>
> I found php VERY easy to learn (coming from the C and Java background) and
> very easy to use. Also, there is a site,www.php.net, that is fantastic --
> even for veteran php programmers.
>
> By contrast, I had to push and poke my way through my first learning
> experience with asp.net, vb.net and if it weren't for people like Mark and
> others here in this group, I still wouldn't be there. There is nothing to
> compare withwww.php.netfor referencing. What took me four days to do in
> php, took me two and a half weeks to duplicate in asp/vb net. Granted, I am
> experienced in php and am learning asp/vb net.
>
> There are many nice features in both.
>
> Shelly


Visual Studio and SQL Server are both available as free Express
editions, but it depends on your requirements and budget.

..NET supports C#, which will feel familiar to anyone coming from a C+
+, Java or Perl background.

ASP.NET is well documented, a comprehensive reference is available on
MSDN.

 
Reply With Quote
 
Alexey Smirnov
Guest
Posts: n/a
 
      26th Sep 2007
On Sep 26, 12:43 am, "Alberto" <albe...@nospam.es> wrote:
> Could you tell me witch are the advantages of using aspnet instead php?
> Thank you


....using for what purpose?

 
Reply With Quote
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      26th Sep 2007
"Shelly" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> php ---> (free) MySQL --> *nix servers.
> asp.net --> (costly) SQL Server, etc. --> Windows servers


For the record, ASP.NET can use MySQL just as easily as it can use SQL
Server, and ASP.NET runs quite happily on Linux via Mono...

Visual Web Developer Express is perfectly capable of producing sophisticated
ASP.NET apps and is totally free, as is SQL Server Express...

> Granted, I am experienced in php and am learning asp/vb net.


And that's the thing...

It's always like that when people who are experienced in one technology move
over to a new technology which is completely different, even though it does
the same thing...

Once the mindset has shifted, it all becomes clear.

This is especially true of experienced ASP Classic developers coming to
ASP.NET for the first time - I've even seen ASP.NET code where ADO has been
referenced by COMInterop...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 
Reply With Quote
 
Mark Rae [MVP]
Guest
Posts: n/a
 
      26th Sep 2007
"Braulio Diez" <(E-Mail Removed)> wrote in message
news:FB63D0F5-2E2B-4182-A24C-(E-Mail Removed)...

> and there are a lot of cheap hostings for ASP .net (godaddy, ASP .net
> discount...)


As a general rule, stay as far away from GoDaddy as you possibly can...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

 
Reply With Quote
 
Shelly
Guest
Posts: n/a
 
      26th Sep 2007

"Chris Fulstow" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Sep 26, 11:48 am, "Shelly" <sheldonlg.n...@asap-consult.com> wrote:
>> "Vinnie" <centro.ga...@gmail.com> wrote in message
>>
>> news:(E-Mail Removed)...
>>
>> > On Sep 25, 6:43 pm, "Alberto" <albe...@nospam.es> wrote:
>> >> Could you tell me witch are the advantages of using aspnet instead
>> >> php?
>> >> Thank you

>>
>> > PHP = balloon

>>
>> > ASP.NET 2.0 = space shuttle.

>>
>> > bye... have a good flight

>>
>> In most cases it boils down to:
>>
>> php ---> (free) MySQL --> *nix servers.
>> asp.net --> (costly) SQL Server, etc. --> Windows servers
>>
>> I found php VERY easy to learn (coming from the C and Java background)
>> and
>> very easy to use. Also, there is a site,www.php.net, that is
>> fantastic --
>> even for veteran php programmers.
>>
>> By contrast, I had to push and poke my way through my first learning
>> experience with asp.net, vb.net and if it weren't for people like Mark
>> and
>> others here in this group, I still wouldn't be there. There is nothing
>> to
>> compare withwww.php.netfor referencing. What took me four days to do in
>> php, took me two and a half weeks to duplicate in asp/vb net. Granted, I
>> am
>> experienced in php and am learning asp/vb net.
>>
>> There are many nice features in both.
>>
>> Shelly

>
> Visual Studio and SQL Server are both available as free Express
> editions, but it depends on your requirements and budget.


Yes, I know. These are what I have using on my local machine during my
learning process. Administering the SQL Server has been somewhat of a
challenge, however. I find that using phpmyadmin on MySQL soooooo much more
straightforward.

>
> .NET supports C#, which will feel familiar to anyone coming from a C+
> +, Java or Perl background.


PHP is very familiar to anyone with a C or Java or C++ background as well.
All you need to remember is that all variables start with a "$". Otherwise,
it is essentially (but not entirely) C coding. Yes, .NET is far, far more
object oriented. The problem for me has been to find where to get started
to find the proper class/subclass to use and to find the documentation for
what each of the methods do. It has not been the language. It has been the
lack of clear AND EASILY LOCATABLE documentation.

>
> ASP.NET is well documented, a comprehensive reference is available on
> MSDN.


I disagree with you use of the word "well". Perhaps once I gain much more
experience then that will be so for me as well. For someone starting out in
..NET, however, I can tell you from experience "it just aint so". That is
why people like Mark and others in this group have been so important to me.
(Thanks again, folks).

Shelly


 
Reply With Quote
 
Shelly
Guest
Posts: n/a
 
      26th Sep 2007

"Mark Rae [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Braulio Diez" <(E-Mail Removed)> wrote in message
> news:FB63D0F5-2E2B-4182-A24C-(E-Mail Removed)...
>
>> and there are a lot of cheap hostings for ASP .net (godaddy, ASP .net
>> discount...)

>
> As a general rule, stay as far away from GoDaddy as you possibly can...


Why? I've seen you write this before. Frankly, I have been rather pleased
with them -- and especially their prompt tech support which is 24/7. Now if
you want to talk about Dreamhost........ :-(

Shelly


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
aspnet Bruce Hagen Windows XP General 2 17th Mar 2009 01:02 AM
Is the aspnet account called "aspnet" for all non-English versions of Windows and IIS? torus@tpg.com.au Microsoft ASP .NET 7 23rd Mar 2007 04:00 AM
ASPNET Bill Ridgeway Windows XP New Users 3 9th Oct 2006 11:27 PM
Upgrade from aspnet 1.1 to aspnet 2.0 Gary Nelson Microsoft ASP .NET 2 14th Oct 2005 06:16 PM
no ASPNET a/c William Cheung Microsoft ASP .NET 0 15th Apr 2005 06:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:04 PM.