Reputation: 375
Can you please explain how the following three are different in their intent?
1) Policy Injection Application Block
2) Structure Map IoC
3) Managed Extensibility Framework
In terms of the common tasks they do, which is simpler/aligned with generics and C# 3.0 ?
Thanks
Lijo
Upvotes: 2
Views: 304
Reputation: 13238
The three libraries frameworks have different indents, but part of the functionality overlap with each other.
Each library has a different focus. But often parts of these library overlap. For example.
For example:
And of course, you can mix those technologies.
Upvotes: 4