About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: MEF
MEF configuration and parallel transactions
While testing my ASP.NET Web API solution single requests are fine, but multiple requests give HTTP500 after a long wait. A MEF configuration setting caused parallel transactions and the database provider was unable to handle them. Setup ASP.NET Web API … Continue reading
First look at Managed Extensibility Framework (MEF)
Microsoft’s solution for dependency injection is called Managed Extensibility Framework (MEF). Dennis presented about this on the Techdays 2015. Now it is time to look at this myself with a simple demo app. Demo app I’ve created a demo app … Continue reading