Define ABC of WCF?

Ans: A – Address (Where): Hints us towards the direction of services, like URL (Uniform Resource Locator).
B – Bindings (How): This feature tells us how to find the services or using which protocols finds the services (SOAP, HTTP, TCT etc.)
C – Contracts (What): Contracts are an agreement between the consumer and the service providers that explains what parameters the service expects and what value it returns.

Comments

Popular posts from this blog

Explain what is routing in MVC? What are the three segments for routing important?

What is the difference between “HTML.TextBox” vs “HTML.TextBoxFor”?

Explain what is the difference between View and Partial View?