My Progress With ASP.NET
With ASP.NET, there are a couple of ways of doing things to simplify life; Master Pages and Themes. You create a Master Page with site logo, menus etc and then each page on the site uses the Master page and you add code to customize it. It's a bit like a master slide in Power Point. Themes let you style all the controls as well as the sites look and feel. Melding them was fun but a bit time consuming but I've now done it with both 2 column and 3 column pages. The frontpage now looks identical to the PHP one including drop down menus. That's to be expected as both these technologies ASP.NET and PHP are both server side and serve up html and css etc but it was still nice to see it! Now of course comes the rest of the hard work; databases, logins, cookies etc. My main reason for switching is that for a sophisticated web application I think C# outguns php.
- Link to C# Tutorials


Comments
Hi David:
Have a look at the training videos at http://www.asp.net/learn, you can see there that creating login, cookies etc are much easy than with PHP where you just drop components like a Login component that allow login.
Coming from a Java/JSP background I just love ASP.Net/C#.
MS do make things easy!!
Enjoy!
Lennie