Ben Foster 10/6/2012

Per-Request dependencies in ASP.NET Web API using StructureMap

Read Original

This technical article details implementing per-request dependency scoping in ASP.NET Web API with the StructureMap IoC container. It covers setting up StructureMap, configuring a database session (RavenDB IDocumentSession) to be shared per HTTP request, and creating a unit-of-work action filter to commit changes, while addressing challenges with nested containers and instance sharing.

Per-Request dependencies in ASP.NET Web API using StructureMap

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes