were asp.net and php programming language?
or they are server technologies?
Public Comments
- ASP.NET isn't a programming language, it is an environment in which programs (usually written in C# or VB.NET) run. PHP is a programming language. They are both server technologies. (Although not exclusively in the case of PHP).
- They are both. They are programming languages, but they are server technologies in the sense that the code is executed on the server, rather than on the client machine as is the case with a scripting language like javascript.
- We can hadle Client Side execution in PHP. Though we can have some part of Validations done at the client side in ASP.NET without resubmitting hte page.
Powered by Yahoo! Answers