ASP.NET MVC - AJAX Postback vs Full post back [closed] - ajax

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Why not always use AJAX Postback instead of a full postback and pass in the model via JSON since an AJAX Postback is always faster?

Complexity, for the most part. AJAX pages are more complex, and have more quirks and hoops to jump through. Many people just don't want to deal with it.
Also, Ajax is not always faster. It really depends.

Related

Embedding ajax into js library [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a JS library and I would like to add Ajax in it like jQuery and ProtoypeJS. Please can you give me the code used in jQuery and ProtoypeJS.
I think I know what to do. After having a quick look at http://net.tutsplus.com/articles/news/how-to-make-ajax-requests-with-raw-javascript/ I think I can download the source and tweak it to work. :)

free tool to generation traffic on web page [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I use Spring and Vaadin. I need to test my application to know how it'll be working after release. I'm looking for some free tool which can generate some fake traffic and if possible give me some statistics (like response time, number of responses handled in an hour). Do you know any tools which can provide that? Are they provide any control what exactly will be executed (which button clicked, which pages entered)?
Look at JMeter It is dedicated to emulate static and dynamic loading.

What are alternative cache solutions to Output Cache in asp.net MVC3? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What are the alternative solutions to Output Cache in asp.net MVC3? I don't know whether its the only one or there are other alternative solutions and hence asked. This is just for gk, and not a technical question.
Thanks
You can implement your own cache provider or use third parties.
Examples:
MemCached http://memcached.org/
NCache http://www.alachisoft.com/ncache/
AppFabric
Output cache is just an attribute with some logic that talks to the cache provider. You can implement your own attribute which will talk to the cache provider of your choice.

jQuery AJAX Form Builder [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need some really stellar AJAX example forms.
I want to build simple but great 2 column forms with a dynamic form builder.
This is one example but want one that is very easy to use and that I can move rows up and down and is very flexible to code in.
You may look into this http://code.google.com/p/jquery-form-builder-plugin/
Regards,
Chee Kin
P/S: I am the owner of the project
You could try this jquery plugin.

Which is best Ajax Framework? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am going to use the ajax for simply refresh the multiple element on the page based on synchronous or asynchronous .
I want to refresh the page When the ajax request in completed.
Is there any ajax framework that has ajax utility function ?
I did not use any javascript framework.
Now I am developing page based on J2EE.
jQuery is my choice..Simple, lightweight, cross-browser, easily implementable and has allot of examples everywhere.
Prototype and jQuery are generally considered the best ajax javascript frameworks. For a complete list of ajax frameworks go here.
DWR aka Direct web remoting. Specifically ajax for Java.
http://directwebremoting.org/dwr/index.html

Resources