"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