SQL Server knowledge center

everything about SQL Server
See also: Other Geeks@INDC

Browse by Tags

All Tags » Windows Communication Foundation (WCF) (RSS)
Sorry, but there are no more tags available to filter with.
Create Simple Workflow
Create Simple Workflow By : Kasim Wirama, MCDBA, MVP SQL Server Workflow is series of activities that are linked one another. You can see many samples about workflow. For me, workflow looks like procedures that I should follow from beginning until the...
Authorization in WCF
Authorization in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Authorization is action to verify authenticated user whether to allow on requested operation. It is no exception in WCF. In WCF service, user gets authenticated, once authenticated, WCF service...
Authentication with HTTPS in WCF
Authentication with HTTPS in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Message encryption should be combined with authentication and authorization wcf client by wcf service. Usually message level security provides authentication, so wcf service can...
Implementing WCF Message Level Security over HTTP
Implementing WCF Message Level Security over HTTP By : Kasim Wirama, MCDBA, MVP SQL Server You can secure your message confidentiality by encryption either in transport level security or message level security. For transport level security, you can set...
Securing message with HTTPS in WCF
Securing message with HTTPS in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Message encryption could be achieved with message level or transport level security. For message level security, you can see my article titled : Encrypt Message with TCP-based...
Encrypt Message with TCP-based in WCF
Encrypt Message with TCP-based in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Messages transported from client to WCF service and vice versa need to be encrypted. There are several encryption algorithms available to protocols such as http or tcp. Whatever...
Security in WCF
Security in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Security in distributed environment is very important. In internet/intranet environment, security covers authentication process and communication after authentication process. This also applies...
Exposing COM+ Application to WCF Service
Exposing COM+ Application to WCF Service By : Kasim Wirama, MCDBA, MVP SQL Server If you’ve deployed COM+ application for your organization, you have chance to expose the COM+ application to WCF service as well. WCF service will wrap your COM+ application...
A Short Example about Asynchronous Operation
st1\:*{behavior:url(#ieooui) } A Short Example about Asynchronous Operation By: Kasim Wirama, MCDBA, MVP SQL Server Next article for WCF, I would like to write about asynchronous operation. But before I share about asynchronous operation in WCF, I would...
Implementing Reliable Session in WCF
Implementing Reliable Session in WCF By : Kasim Wirama, MCDBA, MVP SQL Server The potential problem in distributed environment is the reliability of message delivery. Message could be lost in the middle for transport process between client-server, or...
Connect to WCF Service Without Proxy
Connect to WCF Service Without Proxy By : Kasim Wirama, MCDBA, MVP SQL Server In several WCF articles, I always attach generated proxy to WCF client, so that WCF client could do remote call to WCF service. But you can consume remote WCF service from WCF...
Transaction in Windows Communication Foundation (WCF)
Transaction in Windows Communication Foundation (WCF) By : Kasim Wirama, MCDBA, MVP SQL Server Transaction is one atomic unit of a set of works of series of operations, that all each item should be committed or no changes permanently applied to persistent...
Sequencing Feature in WCF
Sequencing Feature in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Sometimes, in some client scenarios, you need to have initial method and last method. The other methods are between of the two. With some settings, WCF can cover this possibility with...
Managing State in WCF
Managing State in WCF By : Kasim Wirama, MCDBA, MVP SQL Server Similar to web service, WCF could contain several methods, for some client scenarios, each methods is independent among another, but for some client scenarios, some methods are dependent each...
Implementing Error Handling in Window Communication Foundation
Implementing Error Handling in Window Communication Foundation By : Kasim Wirama, MCDBA, MVP SQL Server If you have ever implemented error handling in .NET, you must be familiar with try…catch construct with exception classes such as ApplicationException...
More Posts Next page »