Which .NET framework supports Web API?


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

Post New Answer

More ASP.NET Interview Questions

Difference between windows application and web application? Which is the best for updation purpose?

5 Answers   IBS,


Explain repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


Explain what is event bubbling?

0 Answers  


Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in webservice

2 Answers   Syntel,


can we edit records from repeater control

2 Answers  






How long do session variables last?

0 Answers  


We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?

3 Answers   AFAS, Take United,


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

0 Answers  


Why viewstate is used in asp.net?

0 Answers  


Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?

3 Answers   Phoenix Technologies,


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


Categories