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 8048491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T06:27:23+00:00 2026-06-05T06:27:23+00:00

I have been working on using mvp to wire up some winforms in C#.

  • 0

I have been working on using mvp to wire up some winforms in C#. UI development is not exactly my strong suite and I was looking for a refactor proof way to implement INotifyPropertyChanged without having to resort to strings to fire change notifications.

The msdn example http://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged.aspx and most of the others I have seen strike me as the wrong way to do it least of all with regards to the fact that the strings have to be changed in case you refactor the properties.

All the other options I have seen on stackoverflow using expressions and func, facilities sadly not available in the legacy solution I am supporting so I was wondering if any one has a way to replicate the current solutions that use expression trees to get the property name.

An example of the solutions I have been seeing.

public static string GetPropertyName<T, TReturn>(Expression<Func<T, TReturn>>      expression) 
{
 MemberExpression body = (MemberExpression)expression.Body; return body.Member.Name; 
}

Cheers

  • 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-06-05T06:27:25+00:00Added an answer on June 5, 2026 at 6:27 am

    For .NET 3.0, your best bet to implement a refactor-proof way of implementing INotifyPropertyChanged is through some form of code-generation. For example, PostSharp (an AOP tool) uses IL-weaving to modify the generated assembly in a post-compilation step. You can find a relevant sample for INotifyPropertyChanged here.

    By the way, the state of the art (C# 5) way of implementing INotifyPropertyChanged requires no special tools at all: there’s the [CallerMemberName] attribute.

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

Sidebar

Related Questions

I have been working on a (kind of) gravity simulation using C# and Winforms,
I have been working to automate some deployment processes using just Nant for the
I have been working on some customisation for SharePoint 2010 using Visual Studio. My
I have been working on winforms using C# in my company for quite a
I have been working on a project using AMFPHP and flash. I did the
I have been working on on an AJAX chat application using php, mysql. It's
I have been working on building my first CSS site using divs and am
I have been working on speeding up a query I'm using for about a
I'm working on a website and have been using absolute positioning, since the viewport
I'm working on a asp.net mvc2 app. I have been using jquery to do

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.