System.Net namespace contains classes for working with different network protocols such as HTTP and FTP.Starting with version 4.5,.NET Framework provides HttpClient class for requesting resources from a specific URL.It is a wrapper over HttpWebRequest and HttpWebResponse classes and provides additional functionality for working with WebAPIs and REST based services. You can send HTTP requests and receive HTTP […]
WebAPI
WebAPI Common Interview Questions and Answers
Following are some of the commonly asked Interview questions for WebAPI. What is ASP.NET WebAPI Which protocol is supported by WebAPI? What are the Similarities between MVC and WebAPI Differences between MVC and WebAPI Who can consume WebAPI How are Requests mapped to Action methods inWebAPI Can the HTTP request be mapped to action method without […]