Good evening everyone, at the moment I make websites on apache using PHP (and obviously html, css, etc.).
I'm looking forward to moving to ASP.NET and Ajax in particular, and my problem is that I'm not completely sure about coding language to choose. MS Visual Web Developer suggests using Visual C and C#, but I read that I can also use PHP if the server is configured appropriately.
My question is - should I use Visual C/C# to implement dynamic page updates (actually it's the only reason I want to use Ajax for) or is my knowledge of PHP and jQuery sufficient (e.g. I'll simply move my PHP-based website to the new ASP.NET server and change only the places I want dynamic updates in)?
I'm sorry if the question and the description are ambigious... I'll be happy to add more information if required.