Enterprise Library

There are 2 entries for the tag Enterprise Library

Managed Extensibility Framework (MEF) used to make a Composite Web ASP.NET Forms Application

Phew that blog post title sure is a mouthful! (As you can see I wanted to get all the key words into the title!) So what's this post really about? I am making an ASP.NET Forms Application composable using the new Managed Extensibility Framework (MEF). By composable I mean that I have for instance a Page that hosts dynamically loaded UserControls. Page and Controls may all communicate with one another but I want to do it without having to hook them up to each other manually. Also you don't want to set compile time references between any different assemblies...

Enterprise Library Policy Injection Block supports Composite Oriented Programming

My last post Composite Oriented Programming spike on Unity Application Block turned out rather lengthy. Yet I forgot to embellish one thing: I don't only use the Unity Application Block to make it work. I also use a couple of methods from the Policy Injection Application Block which is one of the Application Blocks in Enterprise Library. It's not a lot I use. Actually I used it more as a roadmap in my spike than anything else. Yet I felt that it was better to copy some behavior from the PI block rather than implementing the same things in...