Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • I know some C#. It was the first language I learned. Do you think it would be easier to go with ASP.NET or PHP + AJAX like you said. I'm a beginner with web development(programming too but i've been working with the basics longer). Commented Jun 7, 2011 at 16:40
  • 1
    it is possible, you just need to have some .txt files lying around in the server and a javascript heavy page that AJAX those .txt files and compose it into a full page. I wouldn't personally do it client-side, but it is possible. Commented Jun 8, 2011 at 0:12
  • 2
    PHP is hardly a difficult language to learn. SQL is even easier as it is a very small language set (but very powerful). PHP will give you a much greater ability to work on a number of platforms where ASP.net will limit your scope. For example, the web is mostly dominated by *nix servers. While its possible to get ASP.net implementations to run on those servers it isn't likely you'll find one in use. I've been doing web programming for years on many different servers and haven't seen this kind of a set up. Learn PHP and MySQL and AJAX Commented Jun 8, 2011 at 1:53
  • 1
    @fender: Both ASP.NET and PHP are powerful web building tools. ASP.NET is propriety software while PHP is for free. In my experience, I chose PHP because of hosting issues. U can only host ur ASP.NET site "Windows based web hosting" while a lot of hosting providers are offering support for PHP. And PHP is supported by Windows and Linux. Commented Jun 9, 2011 at 6:46
  • 1
    @fender: This might be irrelevant but I would also like you to take a look at Ruby on Rails. Its becoming more and more popular. Its a very good Rapid Application Development tool. It also has strong community support. I am not really a hater of Microsoft but I think its more practical to go for open source Like PHP and Rails. Commented Jun 9, 2011 at 6:51