I saw this (http://code.google.com/p/easyprop/) library and it seems a good library. I am wondering if anybody using it in commercial product? Is it a mature library?
I saw this ( http://code.google.com/p/easyprop/ ) library and it seems a good library. I
Share
I never used the thing yet I can tell that the library is not very useful (imo, of course). This is why:
virtual(that is not necessarily bad, but I think that doing this just for the sake of INPC isn’t sensible; Entity Framework also uses this technique but it gives you much more features to justify the unnecessary virtual members)Example:
Note how you must implement the INPC interface yourself in such situation.
To sum up: In my opinion this lib gives you very little and takes away too much.