1.) What is WCF Services in asp.net ?
WCF is a set of .NET Technologies that is used for creation and consumption of data services in a website.It helps the developers to build secure and reliable applications (websites).It Provides common platform for building service oriented application.
2.) What were technologies(protocol,services) used by Microsoft before WCF ?
5.) What are the Features of WCF Services ? WCF is a set of .NET Technologies that is used for creation and consumption of data services in a website.It helps the developers to build secure and reliable applications (websites).It Provides common platform for building service oriented application.
2.) What were technologies(protocol,services) used by Microsoft before WCF ?
- Web services (.asmx)
- Web Service Enhancements (WSE)
- .NET Remoting
- Microsoft message queuing (MSMQ)
3.) What are advantage of WCF services in asp.net ?
The advantage of WCF over the previous technologies is that,it provides a common run time environment for the services.thereby, providing interoperability between services.
4.) What are layer Architectures used in WCF ?
- Contract layer
- Service Runtime layer
- Messaging layer
- Activation and Hosting Layer
- End point support
- Enhanced transport layer
- Queuing support
- Improved security
- Improved transaction process
- Support for hosting WCF Service on various servers.
- Ajax integration and java script object notation(JSON Support)
The activation and hosting layer renders various options for the services in which they can be activated as well as hosted.
- Self hosting (ex. window application,window service,console application.)
- External server hosting (ex. IIS ,WAS)
- Unified programming model
- Message queuing
- .NET Remoting
- Distribute Transactions
- Web services in single services -oriented programming model for distributed application.
End Point:- An end point is a resource on a network through which message can be sent.This service in WCF are responsible for enabling communication between the client and service.
- Address:-An address is a location that define s where message can be sent.
- Binding:-It specify protocol (way of communication mechanism )communication between WCF and client application.You already know, protocol is set of rules.
- Contract:- It specify the service name being provide by WCF Services.
- [Service contract]
- [Operation Contract]
- [Data Contract] and [Data Member]
- Window Activation Service (WAS)
- Web Services
- .EXE
- COM+
More details...
14.) Is WCF Services an Enhancement of web services in .NET ?
Yes.
0 comments:
Post a Comment