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

List out different return types of a controller action method?

3-6 yr Experience Interview Questions in .Net Technologies

Explain what is the difference between View and Partial View?