Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6848171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:50:07+00:00 2026-05-27T00:50:07+00:00

I saw this ( http://code.google.com/p/easyprop/ ) library and it seems a good library. I

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:50:08+00:00Added an answer on May 27, 2026 at 12:50 am

    I never used the thing yet I can tell that the library is not very useful (imo, of course). This is why:

    • It does not do anything useful. It just implements INPC on auto-properties
    • In order for it to work you have to make your properties 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)
    • You have to use a builder to create your objects instead of the constructor (same goes for POCO EntityFramework). Again, this is not so bad, but the problem here is that you won’t be able to make use of e.g. DataGrid adding functionality which uses the default parameterless constructor to initialize a new object.
    • As soon as you need some custom functionality in your properties you will hit a wall and will have to go back to the usual property implementation. E.g. you may have a calculated property that depends on a value of some other property.

    Example:

    public int UsualProperty 
    {
      get { return this._usualProperty; }
      set
      {
        this._usualProperty = value;
        this.OnPropertyChanged("UsualProperty");
        // And notify that the CalculatedProperty changed too
        this.OnPropertyChanged("CalculatedProperty");
      }
    }
    public int CalculatedProperty
    {
      get { return this.UsualProperty * 2; }
    }
    

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I saw this piece of code: var request = (HttpWebRequest) WebRequest.Create(http://www.google.com); Why do you
I saw this code snippet on the Internet (http://iphonedevelopment.blogspot.com/2008/12/outlets-property-vs-instance-variable.html): #import <UIKit/UIKit.h> @interface MyViewController :
Reading about Django, I saw this: http://docs.djangoproject.com/en/1.1/ref/contrib/admin/#ref-contrib-admin - the fancy simple to use admin
I just saw this cool feature of JQuery which is JQuery Portlet http://jqueryui.com/demos/sortable/portlets.html I
In the yester Code Jam Qualification round http://code.google.com/codejam/contest/dashboard?c=433101#s=a&a=0 , there was a problem called
So here's some code on http://groups.google.com/group/android-developers/browse_thread/thread/16a2216b39513674 in which the poster writes that he's shortened
I am using this code: def req(url, postfields): proxy_support = urllib2.ProxyHandler({http : 127.0.0.1:8118}) opener
I saw this: http://yukelzon.blogspot.com/2005/07/python-locks.html when looking for a solution to add some locking to
I just saw this video http://www.youtube.com/watch?v=y71lli8MS8s and find it amazing. The question is about
I just saw this code in an answer: HTML <div class=thumbnail> <img src=http://placehold.it/50x50> <img

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.