PDA

View Full Version : Most efficient scripting language



jagand
15 Nov 2009, 09:08 AM
Hi! I want to create dynamic webpages. What is the most efficient scripting language. I am currently planning to use MySQL database but you can as well suggest me other freeware databases if you think they will improve the performance.

Thanks

jgompert
30 Nov 2009, 11:16 PM
JavaScript is a fairly easy scripting language to learn and can be used on the server side to create dynamic content. However, I would have to recommend C# and ASP.NET. I know that its not scripting, but its fairly easy to use, to learn, and compiled code will run much more efficiently than any scripting language.