Wednesday, April 8, 2009

Truly Understanding .NET Transactions and WCF Implementation

Strictly speaking, implementing transactions in WCF is easy: you use attributes to control the service and operations behaviors and you are done!

just about like everything else in programming; you need to understand the architecture, the underground of whatever seems to be an easy task. Only then you can architect (design) solutions as opposed to only coding them…

WCF transactions are built from ground up around .NET transactions. This is hardly surprising anyway since WCF is a .NET technology; however, this sums up as follows: you need to understand how .NET does transactions in order to utilize them in WCF.

Read Full Article...

No comments:

Post a Comment