What is Ajax design pattern in .NET?
Answer / Karmveer Singh
The AJAX (Asynchronous JavaScript and XML) design pattern is not a traditional design pattern but a web development technique that allows for updating parts of a web page asynchronously without requiring a full page reload. In .NET, this can be achieved using technologies like jQuery, SignalR, or ASP.NET Web API.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
What is RPC? What is the use of it?
When we go for html server controls and when we go for web server controls?
What are .net applications?
Tell us what is the native image generator?
What is the difference between the C#.NET and VB.NET?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Explain the process of compilation in .NET?
What is Ajax? How it is related to your project?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
what is machine key error in .NET how can we solve it?
Explain about major components of the .NET framework.