QuestPond: Interview Questions and Answers on learning WCF (Windows Communication Foundation)
Explain the basic steps required for creating WCF Service?
I. Crate the service contract
II. Create the operation contract
III. Implement the service contract
4. Expose metadata via mex binding or via http get request
While creating endpoint what all things we need to do?
We have to define the ABC of a service.
A – Address – Where we get the service
B – Binding – How to get the service
What protocol should be used?
What encoding will be used?
What security will be applied
C – Contract –What will be exposed to client.
What data types will be available for clients?
What methods (service methods) he is going to get etc.
For technical trainings on various topics like WCF, MVC, Business Intelligence, Design Patterns, WPF, TFS and Basic fundamentals feel free to contact [email protected] or visit www.sukesh-marla.com
For more stuff like this, click here. Subscribe to article updates or follow at twitter @SukeshMarla
See following video on WCF (Windows Communication Foundation) Concurrency & throttling: -
Click and see here for more stuffs complete learning guide for WCF(Windows Communication Foundation).