What's new

Closed Need tutorial ajax jquery javascript using asp net mvc

Status
Not open for further replies.
Paexplain nga po kung bakit hindi maganda ang asp?
– Not easy to learn and harder to understand
– Smaller support community
– It operates only on a Microsoft server
– It is slightly expensive because of its Microsoft license
Not as good as PHP for website development
– Based on closed source technology
 
I know that PHP has larger community but don't discourage other people to use ASP.net just because you simply use PHP. :) Thank you
 
I know that PHP has larger community but don't discourage other people to use ASP.net just because you simply use PHP. :) Thank you
Hindi ko sila dini-discourage, hindi talaga dapat nagsisimula sa asp. Ikaw? Why do you use asp?
 
Well kung pure web development ka recommended talaga ang PHP pero in my case nagdedevelop din kasi ako ng Form based application at mas nadadalian ako kasi iisang programming language ang ginagamit sa form at web based application
 
Well kung pure web development ka recommended talaga ang PHP pero in my case nagdedevelop din kasi ako ng Form based application at mas nadadalian ako kasi iisang programming language ang ginagamit sa form at web based application
"Form based application"? You can also do those forms on php.
 
whoa there, I've seen so much hate on ASP there..
if you like PHP, go PHP but don't tell others to use PHP instead of another platform..
 
$.ajax({
type: "GET",
contentType: "application/json; charset = utf-8",
url: '@Url.Actin("controller","action")',
data: {parameter: data} // in case of multiple parameters on action {parameter1: data1, parameter2: data2},
dataType: "json",
success: function(data){

}
})
 
Status
Not open for further replies.
Back
Top