Asp.Net WebApi Interview Questions – Cont.
Interview Questions 16 – What is the benefit of using REST in WebAPI? REST is used to make fewer data transfers between client and server which make it an ideal for using it in mobile apps. WebAPI also supports HTTP protocol. Therefore, it reintroduces the traditional way of the HTTP verbs for communication. Interview Questions…