WcfExt is extension library for WCF written on .NET 4.0 and 4.5. It provides the following features:
- Dependency Injection : allows Inject Service's dependencies by using Dependency Resolver
- Custom Authentication : allows developers develop their own authentication with custom Membership provider or UsernamePawword validator
- Basic Authentication for REST service : a detail implementation of Custom Authentication, it allows custom authentication logic on Basic Authentication.
Package page https://www.nuget.org/packages/WcfExt/
Open "NuGet Package Management Console" in Visual Studio and type
Install-Package WcfExt
Link to .NET 4.0 repo : https://github.com/khoanguyen/WcfEX_net40
Link to .NET 4.5 repo : https://github.com/khoanguyen/WcfEX