Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 283 Bytes

WebAPI.md

File metadata and controls

8 lines (5 loc) · 283 Bytes

WebAPI Interview Questions

  • What is REST, What do you understand by HTTP Verbs?
  • What is routing in WebAPI, the types of routing available in WebAPI?
  • How can we restrict an action to result in JSON only?
  • How can we restrict an action to response for a particular verb only?