PHP is easyish, ASP.NET is not. But then if you know neither then your starting from scratch.
Hosting, books, software etc is not cheap for .NET for PHP you can find it all for free.
I've just started converting one of my sites from classic ASP to ASP.NET and its a big learning curve but the power of .NET is superb.
Here's an example. A simple form to email process. In PHP or ASP the most common way is to have a page with a form on it, when the form is clicked you goto a script page (asp or php) which send the email and then directs to another page to say thankyou.
As asp.net is totally event driven (things happen on page when clicked) you can have just one page to do all 3 pages. The code is totally separate from the html which makes life easier. Also with .net you can make sections of pages visible or not depending on whats been clicked on so with the form page once the send button is clicked you can make the form section invisible and the thankyou text visible. 3 pages all done in 1.
I've used php, asp and now .net and i think that the best out the lot is .net.....lots and lots of control over what you want to do and how you want to do it but again, .net stuff you have to pay for, php is pretty much free.
Oh, and hosting is more expensive with .net......a lot more.
For software grab a download of Visual Web Developer Express Edition from MS.....its free and comes with a development server and SZQL 2005 Express database.
Jon pretending to be Carol
Last edited by uklejon; 04-05-06 at 12:17 PM..
|