Unity.Wcf is a library that allows simple Integration of Microsoft's Unity IoC container with WCF.
Перейти к файлу
Michael Kriese 5101e64012 Merge pull request #4 from antoshkab/master
Migrate to Unity.Container
2017-10-20 14:14:38 +02:00
Unity.Wcf Remove Unity and add Unity.Container 2017-10-20 14:58:32 +03:00
.gitignore Added ignore file. 2017-06-20 12:20:12 +02:00
Build.bat Allow additional build parameter. 2017-06-20 14:50:57 +02:00
CHANGELOG.md Updated changes. 2017-08-18 15:57:49 +02:00
LICENSE Create LICENSE 2017-06-20 12:12:03 +02:00
README.md Updated readme 2017-06-21 10:19:35 +02:00
Unity.Wcf.sln Initial Release 2017-06-20 12:13:17 +02:00

README.md

Unity.Wcf

Unity.Wcf is a library that allows simple Integration of Microsoft's Unity IoC container with WCF. This project includes a bespoke InstanceProvider that creates a child container per client connection and disposes of all registered IDisposable instances once the connection is terminated.

Changes

See Changelog

License

The MIT License (MIT)