What is REST?

Monday, September 14, 2009


Representational State Transfer .


www.codecollege.NET

What are CRUD operations ?


CRUD operations are (create, retrieve, update, and delete).


www.codecollege.NET

How will WCF communicate the Endpoint details with the client?


Using WSDL.


www.codecollege.NET

What are the 2 core assemblies that got automatically referenced with a WCF application?


System.ServiceModel.dll
System.Runtime.Serialization.dll


www.codecollege.NET

What is the use of svcutil.exe ?


It is a tool for generating client-side code from WSDL definitions in WCF.


www.codecollege.NET

What are the Predefined bindings in WCF?


1. BasicHttpBinding
2. WSHttpBinding
3. WSDualHttpBinding
4. NetTcpBinding
5. NetNamedPipeBinding
6. NetMsmqBinding


www.codecollege.NET

What is attribute you give to expose an operation in WCF?


[OperationContract]


www.codecollege.NET

What is attribute you give to make an interface into a WCF Service Contract?


[ServiceContract]


www.codecollege.NET

What is the Class or Interface for a WCF Contract?


Interfaces annotated with System.ServiceModel attributes


www.codecollege.NET

What is the Class or Interface for a WCF Binding?


System.ServiceModel.Binding


www.codecollege.NET

What is the Class or Interface for a WCF Address?


System.Uri


www.codecollege.NET

What is the Class or Interface for a WCF Endpoint?


System.ServiceModel.ServiceEndpoint


www.codecollege.NET
Blog Widget by LinkWithin