Download Service Invocation Framework

Description

Lightwave framework for service invocation. Includes pipelines for cross-cutting logic (transactions, logging, security), adapters for common transport protocols (MTOM, SOAP, Remoting, etc) and a dynamic proxy factory (ala WCF).

Icons

Service Invocation Framework

Source Files

The download file sif.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.EnterpriseServices/COMPlusHelper.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.EnterpriseServices/InvocationFramework.Adapters.EnterpriseServices.csproj
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.EnterpriseServices/InvocationFramework.Adapters.EnterpriseServices.csproj.vspscc
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.EnterpriseServices/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.EnterpriseServices/SIF.snk
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.EnterpriseServices/ServicedComponentAdapter.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/AssemblyResolver.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Attributes/MostRequestedServiceAttribute.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Attributes/OperationAttribute.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Attributes/ServiceAttribute.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Attributes/ServiceRepositoryAttribute.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Attributes/TransactionAttribute.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/CatalogManager.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/HotDeployManager.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/InprocAdapter.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/InvocationFramework.Adapters.Inproc.csproj
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/InvocationFramework.Adapters.Inproc.csproj.vspscc
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/OperationDefinition.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/OperationExecutor.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/SIF.snk
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Transactions/IsolationLevel.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Transactions/TransactionDispatcher.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Transactions/TransactionManager.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Inproc/Transactions/TransactionScope.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/FilterResult.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/IFilter.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/InvocationFramework.Adapters.Pipeline.csproj
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/InvocationFramework.Adapters.Pipeline.csproj.vspscc
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/Mock/MockAdaper.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/Mock/MockFilter.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/Mock/ResultCache.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/Mock/ResultCacheEntry.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/PipelineAdapter.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/PipelineState.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/PipelineType.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/SIF.snk
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Pipeline/Trace/TraceFilter.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Remoting/InvocationFramework.Adapters.Remoting.csproj
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Remoting/InvocationFramework.Adapters.Remoting.csproj.vspscc
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Remoting/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Remoting/RemotingAdapter.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.Remoting/SIF.snk
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.WebServices/DiscoveryProtocol.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.WebServices/InvocationFramework.Adapters.WebServices.csproj
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.WebServices/InvocationFramework.Adapters.WebServices.csproj.vspscc
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.WebServices/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.WebServices/ProxyAssemblyCache.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.WebServices/ProxyBuilder.cs
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.WebServices/SIF.snk
ServiceInvocationFramework/Adapters/InvocationFramework.Adapters.WebServices/WebServicesAdapter.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Constants.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/ContextDictionary.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Exceptions/InvocationFrameworkException.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Exceptions/InvocationFrameworkInvocationException.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Instrumentation/InstrumentationInstaller.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Instrumentation/InstrumentationInstaller.resx
ServiceInvocationFramework/Core/InvocationFramework.Common/Instrumentation/PerformanceCountersManager.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Instrumentation/TraceHelper.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Interfaces/IProxyGenerator.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Interfaces/IServiceAdapter.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/InvocationFramework.Common.csproj
ServiceInvocationFramework/Core/InvocationFramework.Common/InvocationFramework.Common.csproj.vspscc
ServiceInvocationFramework/Core/InvocationFramework.Common/InvocationInformation.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Library/OSHelper.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Library/ReflectionHelper.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Library/SerializerHelper.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Library/XmlSerializerHelper.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Resources/Texts.Designer.cs
ServiceInvocationFramework/Core/InvocationFramework.Common/Resources/Texts.resx
ServiceInvocationFramework/Core/InvocationFramework.Common/SIF.snk
ServiceInvocationFramework/Core/InvocationFramework.Core/AdapterCache.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/AsyncExecutionCompletedEventArgs.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/AsyncExecutionResult.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/AsyncExecutionThreadPoolQueueItem.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/Configuration/AdapterElement.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/Configuration/ConfigurationHelper.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/Configuration/ConfigurationInformation.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/Configuration/SectionHandler.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/InvocationFramework.Core.csproj
ServiceInvocationFramework/Core/InvocationFramework.Core/InvocationFramework.Core.csproj.vspscc
ServiceInvocationFramework/Core/InvocationFramework.Core/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/ProxyFactory/RemotingProxyGenerator.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/ProxyFactory/RemotingProxyInterceptor.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/ProxyFactory/ServiceProxyBuilder.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/SIF.snk
ServiceInvocationFramework/Core/InvocationFramework.Core/ServiceBridge.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/ServiceCaller.cs
ServiceInvocationFramework/Core/InvocationFramework.Core/ServicePublisher.cs
ServiceInvocationFramework/Resources/External Libraries/COMAdmin/Interop.COMAdmin.dll
ServiceInvocationFramework/Resources/Keys/Public Key.txt
ServiceInvocationFramework/Resources/Keys/SIF Public Key.snk
ServiceInvocationFramework/Resources/Keys/SIF.snk
ServiceInvocationFramework/Resources/Media/ConfigurationEditor16.ico
ServiceInvocationFramework/Resources/Media/ConfigurationEditor32.ico
ServiceInvocationFramework/Resources/Media/ConfigurationEditorLogo.gif
ServiceInvocationFramework/Resources/Media/Exit.bmp
ServiceInvocationFramework/Resources/Media/Open.bmp
ServiceInvocationFramework/Resources/Media/SIF.ico
ServiceInvocationFramework/Resources/Media/SIFBanner.bmp
ServiceInvocationFramework/Resources/Media/SIFFolder.ico
ServiceInvocationFramework/Resources/Media/Save.bmp
ServiceInvocationFramework/Resources/Misc/GlobalAssemblyInfo.cs
ServiceInvocationFramework/ServiceInvocationFramework.sln
ServiceInvocationFramework/ServiceInvocationFramework.vsmdi
ServiceInvocationFramework/ServiceInvocationFramework.vssscc
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.Contracts/ITestService.cs
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.Contracts/MockFilterTests.Contracts.csproj
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.Contracts/MockFilterTests.Contracts.csproj.vspscc
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.Contracts/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.UnitTests/App.config
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.UnitTests/Cache.xml
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.UnitTests/MockFilterTests.UnitTests.csproj
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.UnitTests/MockFilterTests.UnitTests.csproj.vspscc
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.UnitTests/MockInvocations.cs
ServiceInvocationFramework/Test/MockFilter/MockFilterTests.UnitTests/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Common/Contracts/ITestService.cs
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Common/Filters/FirstFilter.cs
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Common/Filters/SecondFilter.cs
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Common/PipelineAdapterTests.Common.csproj
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Common/PipelineAdapterTests.Common.csproj.vspscc
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Common/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Services/App_Code/TestService.cs
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Services/TestService.asmx
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.Services/Web.Config
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.UnitTests/App.config
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.UnitTests/PipelineAdapterTests.UnitTests.csproj
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.UnitTests/PipelineAdapterTests.UnitTests.csproj.vspscc
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.UnitTests/PipelineInvocations.cs
ServiceInvocationFramework/Test/PipelineAdapter/PipelineAdapterTests.UnitTests/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/Customer.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/DiabolicException.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/ISalesServiceContract.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/RemotingAdapterTests.Contracts.csproj
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/RemotingAdapterTests.Contracts.csproj.vspscc
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/SalesOrderDataSet.Designer.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/SalesOrderDataSet.xsd
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/SalesOrderDetail.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/SalesOrderHeader.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Contracts/SalesServiceWithoutContract.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Objects/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Objects/RemotingAdapterTests.Objects.csproj
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Objects/RemotingAdapterTests.Objects.csproj.vspscc
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.Objects/SalesService.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.ServerConsole/Program.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.ServerConsole/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.ServerConsole/RemotingAdapterTests.ServerConsole.csproj
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.ServerConsole/RemotingAdapterTests.ServerConsole.csproj.vspscc
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.ServerConsole/server.config
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.UnitTests/App.config
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.UnitTests/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.UnitTests/RemotingAdapterTests.UnitTests.csproj
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.UnitTests/RemotingAdapterTests.UnitTests.csproj.vspscc
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.UnitTests/RemotingAdapterTests.cs
ServiceInvocationFramework/Test/RemotingAdapter/RemotingAdapterTests.UnitTests/client.config
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Contracts/Contracts.snk
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Contracts/ITestContract.cs
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Contracts/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Contracts/ServicedComponentAdapterTest.Contracts.csproj
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Contracts/ServicedComponentAdapterTest.Contracts.csproj.vspscc
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Services/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Services/ServicedComponentAdapterTest.Services.csproj
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Services/ServicedComponentAdapterTest.Services.csproj.vspscc
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Services/Services.snk
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.Services/TestService.cs
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.UnitTests/App.config
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.UnitTests/COMPlusInvocations.cs
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.UnitTests/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.UnitTests/ServicedComponentAdapterTest.UnitTests.csproj
ServiceInvocationFramework/Test/ServicedComponentAdapter/ServicedComponentAdapterTest.UnitTests/ServicedComponentAdapterTest.UnitTests.csproj.vspscc
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/Contracts/IBasicService.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/Contracts/IDTOService.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/Contracts/IDataService.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/BasicDto.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/CollectionDto.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/ComplexDto.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/DataDto.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/TypedDS.Designer.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/TypedDS.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/TypedDS.xsc
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/TypedDS.xsd
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/DataTransferObjects/TypedDS.xss
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/Properties/Settings.Designer.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/Properties/Settings.settings
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/WebServiceAdapterTests.Common.csproj
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Common/WebServiceAdapterTests.Common.csproj.vspscc
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Services/App_Code/BasicService.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Services/App_Code/DTOService.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Services/App_Code/DataService.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Services/BasicService.asmx
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Services/DTOService.asmx
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Services/DataService.asmx
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.Services/Web.Config
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.UnitTests/App.config
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.UnitTests/BasicInvocations.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.UnitTests/DTOInvocations.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.UnitTests/DataInvocations.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.UnitTests/Properties/AssemblyInfo.cs
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.UnitTests/WebServiceAdapterTests.UnitTests.csproj
ServiceInvocationFramework/Test/WebServiceAdapter/WebServiceAdapterTests.UnitTests/WebServiceAdapterTests.UnitTests.csproj.vspscc
ServiceInvocationFramework/localtestrun.testrunconfig

Download

Click the following link to download sif.zip.

sif.zip




















Home »
  C# Free Code »
    Security »




Cryptography
OAuth
OAuth2
Security
SSH