https://github.com/ffernandolima/wcf-dependency-injection
WCF Dependency Injection is a sample solution in order to inject and invoke Web Services (WCF) using StructureMap as Dependency Injector.
https://github.com/ffernandolima/wcf-dependency-injection
Last synced: 15 days ago
JSON representation
WCF Dependency Injection is a sample solution in order to inject and invoke Web Services (WCF) using StructureMap as Dependency Injector.
- Host: GitHub
- URL: https://github.com/ffernandolima/wcf-dependency-injection
- Owner: ffernandolima
- Created: 2018-04-29T00:46:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T00:51:27.000Z (about 8 years ago)
- Last Synced: 2025-01-03T06:13:35.360Z (over 1 year ago)
- Language: C#
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WCF Dependency Injection
WCF Dependency Injection is a sample solution in order to inject and invoke Web Services (WCF) using StructureMap as Dependency Injector.
# Dependencies
- Castle.Core >= 4.2.1
- log4net >= 2.0.8
- Newtonsoft.Json >= 11.0.2
- StructureMap >= 4.6.1
- System.Reflection.Emit.Lightweight >= 4.3.0
- MSTest.TestAdapter >= 1.2.0
- MSTest.TestFramework >= 1.2.0