Introduction
WCF providing a way to define service contracts and to configure endpoint definitions using the declarative XAML in .NET Framework 4.0.
Consider the WCF service contract definition:
In .NET Framework 4.0, you can define the same contract declaratively using the following XAML definition:
We have defined service contract in XAML, the next step is defining the projection of [...]
↧