Enterprise Library License
The issue of the EntLib licenses just came up in the mono dev list. Quoting from the license:
That really surprised me. I supposes it makes some sort of sense for Microsoft, but I don't like it.
The issue of the EntLib licenses just came up in the mono dev list. Quoting from the license:
That really surprised me. I supposes it makes some sort of sense for Microsoft, but I don't like it.
No future posts left, oh my!
Comments
Agreed. I installed the CTP for EntLib 3.0 yesterday to take a look at the "Policy Injection" block (which wasn't there) and I got a creepy feeling when I read this.
I looked at the policy injection block, it has a very invasive approach, requiring that you would use a special factory, etc. There is also an additional 20ms overhead of this in most scenarios. They don't even touch the debugging issues that this can cause, etc. I would have liked to see them using the dynamic override approach. And I have yet to see what kind of integration this has with object builder.
Overall, I was doing this kind of stuff two years ago... so I am not really impressed.
Is the code available for download? After reading the "behind the scenes" post at edjez's blog I was suprised that they chose remoting proxies since this is very inefficient. It is said that you can write your own proxying impl., but I don't think many people will bother to do this.
Since the EntLib is for the .Net framework, which in turn depends on Windows OS, why does that bother you?
Do you see a scenario in which you'll develope something with EntLib NOT for MS Windows?
@Andres,
I haven't looked at the code.
I have written my own proxy impl, or at least modified what hammett has written.
I can't think of many people who would try to make this kind of attempt
@Adi,
Mono is an implementation of the .Net framework that runs on *nix.
But doesn't "... that run on ..." translate to "... that at least run on ..."? I cannot see an explicit prohibition that derivate works are not allowed to run somewhere else, but I'm not a lawyer though.
Comment preview