What parameters can you pass in the url of the api? Can get and post use the same url?


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

Post New Answer

More ASP.NET Interview Questions

Which platform does Microsoft .NET use for exchanging data between applications?

0 Answers  


Why does my asp.net file have multiple tag with runat=server?

0 Answers  


Compare and contrast between inline and code behind - which one is best?

2 Answers   Siebel,


You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.

2 Answers   Microsoft, Syntax Softtech,


How Session use Cookies in State Management?

0 Answers  


What data type does the Range Validator control support?

5 Answers  


Is asp.net mvc still used? : Asp.Net MVC

0 Answers  


What are the objects in used in ASP for processing input and outputs?

1 Answers  


What data type does the RangeValidator control support?

3 Answers   Visual Soft,


What would be salary for 6+ years of experience in ASP.NET in different metro city in india?

4 Answers  


what are the differences between windows services and web services?

5 Answers   Tech Mahindra,


What are the namespaces used in asp.net mvc? : asp.net mvc

0 Answers  


Categories