0

In my current architecture, I have a public facing Gateway API (asp.net Web API 2) that talks to multiple back end APIs (again Web API2) over REST for serving up requests. I know that HttpClient can be used to perform API to API communication in this scenario. But, this setup will not provide the compile time type checking and intellisense we get when using WCF over the wire or Remote Procedure Calls.

Can we achieve Type Checking and intellisense with REST using Web API2?

thank you, Soma.

3
  • What do you mean by compile time type checking and intellisense? Do you mean Proxy like WSDL? Commented May 26, 2016 at 0:30
  • Yes like proxy client when using WCF. Thank you Commented May 26, 2016 at 0:47
  • 1
    Check out this answer: stackoverflow.com/questions/13200381/… Commented May 26, 2016 at 8:07

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.