C# and ASP.NET interview question: - What is Ajax and how does it help?

194 0 0
                                        

Ajax stands for Asynchronous JavaScript and XML. There are two prime benefits of Ajax:-

 It send’s only necessary data to the server. For instance let’s say you have 4 textboxes and on a submit button you want to only send two text box data, Ajax helps in the same.

The second benefit is it’s asynchronous. In other words when you click on submit button and until the server processes the request you can do other activities on the site. For instance when you click on send email and until the email is sent , you can start composing a new email at the back ground.

The above question is taken from the bestselling c# and .NET interview question book written by Shivprasadkoirala and published by BPB publication.

References

900 videos of c# interview question with answers available on www.questpond.com

Also see 1000 c# interview questions and answers from www.dotnetinterviewquestions.in

SQL Server interview questions on Code projects

Also see c# interview question video play list 

http://www.youtube.com/playlist?list=PL0C1E585D1B6FB3C9

...Where stories live. Discover now