What is route in web api?


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

Post New Answer

More ASP.NET Interview Questions

Is overloading possible in web services?

3 Answers   Microsoft,


What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain

4 Answers   Mind Tree,


Explain the difference between the web config and machine config.

0 Answers  


Difference between abstract class and interface

2 Answers   Fidelity,


State Management (viewstate, session etc)

2 Answers   Syntel,






how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()

2 Answers   Syntax Softtech, winfoware,


What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


What are HTTP handlers in ASP.NET?

0 Answers   MindCracker,


how to convert from sql2000 numeric to int in asp.net with sqlparameter?

1 Answers  


What is a session government?

0 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


Categories