Which .NET framework supports Web API?



Which .NET framework supports Web API?..

Answer / Krishna Pal

Web API is a part of the .NET Framework and .NET Core. Both can be used to develop and run Web API projects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you do exception management

1 Answers   Infosys,


What is the lifespan for items stored in ViewState?

4 Answers   Siebel Systems,


How do you use a custom validator? When might you want to use one?

3 Answers   Infosys,


Why do we need master page in asp.net?

1 Answers  


How do you do client-side validation in .net? How to disable validator control by client side javascript?

1 Answers  


What is Web Gardening? How would using it affect a design ?

1 Answers   Infogain,


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


Explain the concept of View Model in MVC?

1 Answers   B-Ways TecnoSoft,


Where would you use an ihttpmodule, and what are the limitations of any?

1 Answers  


Is viewstate secure?

1 Answers  


Why cyclomatic complexity is important?

1 Answers  


Explain the difference between response.redirect vs server.transfer

1 Answers  


Categories