What is difference between rest and soap?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

How to stop the inheritance?

2 Answers   TCS,


can we pass coditions in swtich case?

3 Answers  


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


How to display validation messages in one control?

0 Answers  


What is the adavantage of using ASP.NET routing?

0 Answers   NA,






Can you set which type of comparison you want to perform by the comparevalidator control?

0 Answers  


Is it necessary to lock application state before accessing it ?

1 Answers  


Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?

3 Answers   DNS,


What is manifest in .net framework?

0 Answers  


what is the assembly?

2 Answers  


where the stored procedure are written in business logic or data acess layer?

2 Answers  


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


Categories