Download WCF AOP Sample
Description
This project contains a simple implementation of AOP for WCF. It illustrates how to do simple logging and param masking using basic WCF extensions and Unity.
Source Files
The download file wcfaop.zip has the following entries.
AOP_WCF_Sample.sln//from w w w .j a v a 2s. c om
AOP_WCF_Sample.vssscc
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Contract/Contract.csproj
Contract/Contract.csproj.vspscc
Contract/IMath.cs
Contract/Properties/AssemblyInfo.cs
Implementation/Implementation.csproj
Implementation/Implementation.csproj.vspscc
Implementation/Math.cs
Implementation/Properties/AssemblyInfo.cs
ServiceHost/MathService.svc
ServiceHost/Properties/AssemblyInfo.cs
ServiceHost/ServiceHost.csproj
ServiceHost/ServiceHost.csproj.vspscc
ServiceHost/Web.Debug.config
ServiceHost/Web.Release.config
ServiceHost/Web.config
WcfInfrastructure/CustomBehavior.cs
WcfInfrastructure/MathInstanceProvider.cs
WcfInfrastructure/MathServiceBehavior.cs
WcfInfrastructure/MathServiceBehaviorExtention.cs
WcfInfrastructure/Properties/AssemblyInfo.cs
WcfInfrastructure/WcfInfrastructure.csproj
WcfInfrastructure/WcfInfrastructure.csproj.vspscc
WcfInfrastructure/packages.config
packages/Unity.2.1.505.2/Unity.2.1.505.2.nupkg
packages/Unity.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.Configuration.dll
packages/Unity.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.Configuration.xml
packages/Unity.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.dll
packages/Unity.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.xml
packages/Unity.2.1.505.2/lib/SL30/Microsoft.Practices.Unity.Silverlight.dll
packages/Unity.2.1.505.2/lib/SL30/Microsoft.Practices.Unity.Silverlight.xml
packages/Unity.2.1.505.2/tools/Utils.psm1
packages/Unity.2.1.505.2/tools/install.ps1
packages/Unity.Interception.2.1.505.2/Unity.Interception.2.1.505.2.nupkg
packages/Unity.Interception.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.Interception.Configuration.dll
packages/Unity.Interception.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.Interception.Configuration.xml
packages/Unity.Interception.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.Interception.dll
packages/Unity.Interception.2.1.505.2/lib/NET35/Microsoft.Practices.Unity.Interception.xml
packages/Unity.Interception.2.1.505.2/lib/SL40/Microsoft.Practices.Unity.Interception.Silverlight.dll
packages/Unity.Interception.2.1.505.2/lib/SL40/Microsoft.Practices.Unity.Interception.Silverlight.xml
packages/Unity.Interception.2.1.505.2/tools/Utils.psm1
packages/Unity.Interception.2.1.505.2/tools/install.ps1
packages/repositories.config
Download
Click the following link to download wcfaop.zip.
wcfaop.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »