The code college
Monday, September 14, 2009
What is REST?
Representational State Transfer .
www.codecollege.NET
What are CRUD operations ?
CRUD operations are (create, retrieve, update, and delete).
www.codecollege.NET
More Articles
1. Purpose and Usage of Partial Class
2. Design Patterns for all – Chapter I (Introduction to Design patterns and OOPs)
3. Design Patterns for all – Chapter II (Singleton Pattern)
4. Design Patterns for all – Chapter III (Factory Pattern)
5. FxCop – Part I (Introduction)
6. FxCop – Part II (A startup lesson on using FxCop)
7. FxCop – Part III (A detailed explanation over Project)
8. SharePoint for all – Chapter I (Introduction to the basics of SharePoint)
9. DataConnections in InfoPath 2007- Part I
10. Function to remove Cache Problem with IE
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
‹
›
Home
View web version