WCF:Why we need the sessions?
Answer / bhuwanesh
To co-relate all the messages sent between two endpoints.
WCF sessions have the following main conceptual features:
* They are explicitly initiated and terminated by the
calling application.
* Messages delivered during a session are processed in
the order in which they are received.
* Sessions correlate a group of messages into a
conversation. The meaning of that correlation is an
abstraction. For instance, one session-based channel may
correlate messages based on a shared network connection
while another session-based channel may correlate messages
based on a shared tag in the message body. The features that
can be derived from the session depend on the nature of the
correlation.
* There is no general data store associated with a WCF
session.
When a service contract specifies that it requires a
session, that contract is specifying that all calls (that
is, the underlying message exchanges that support the calls)
must be part of the same conversation. If a contract
specifies that it allows sessions but does not require one,
clients can connect and either establish a session or not
establish a session. If the session ends and a message is
sent through the same channel an exception is thrown.
Except basichttpbinding, wsHttpBinding and NetTcpBinding
supports session.
| Is This Answer Correct ? | 2 Yes | 1 No |
Please explain briefly different instance modes in wcf?
Describe the wcf architecture?
What is the service?
What are the types of messaging patterns?
explain wcf? : Wcf data services
explain service contracts? : Wcf data services
What is wcf api?
How does a wcf function?
do you know what is the address formats of the wcf transport schemas? : Wcf data services
Why to use wcf? Or what are the advantages of using wcf?
Give the address format of all the bindings in wcf.
What are the types of messaging programs?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)