How to integrate Web API, Structuremap and Hangfire - PankajLala/StructuremapSample GitHub Wiki

Sample application to show how to integrate Web API with Structuremap and Hangfire, since it was meant to be sample application to show how to wire up things, I have not used Owin ( thus hangfire dashboard is not available).

Packages used: Web Api integration with Structuremap using WebApi.StructureMap NuGet package as suggested http://structuremap.github.io/integrations/

Mixing Hangfire ( constructor injection ) - Hangfire.StructureMap NuGet package used. Good blog to understand why its bit convoluted and why above mentioned package is used. https://blog.entelect.co.za/view/7580/dependency-injection-with-hangfire

Hangfire Sql support - Hangfire.SqlServer NuGet package used.