Why select Web API?


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

Post New Answer

More ASP.NET Interview Questions

Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.

1 Answers   Syntax Softtech,


How to reduce the width of textbox in editcommandcolumn of datagrid?

0 Answers  


Define reflection in .net?

0 Answers  


How does cookies work in asp net?

0 Answers  






can i call the java script to code behind file?if yes how?

4 Answers   Wipro,


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

0 Answers  


What is the difference between a session object and cache object

2 Answers   CitiGroup, PennyWise,


What is the difference between Hash table and Array list?

0 Answers  


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  


What are the differences between Dataset and DataReader?

3 Answers   Accenture,


From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


Categories