Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get started with WPF #2535

Merged
merged 7 commits into from
Jul 25, 2020
Merged

Get started with WPF #2535

merged 7 commits into from
Jul 25, 2020

Conversation

JeremyLikness
Copy link
Member

Initial draft for review

@JeremyLikness
Copy link
Member Author

Related to #2137 and #778

@JeremyLikness JeremyLikness marked this pull request as ready for review July 24, 2020 17:22
@JeremyLikness JeremyLikness requested a review from a team July 24, 2020 17:23
@JeremyLikness
Copy link
Member Author

@dotnet/efcore does anyone else want to review before I squash and merge?

Comment on lines +45 to +47
// this forces the grid to refresh to latest values
categoryDataGrid.Items.Refresh();
productsDataGrid.Items.Refresh();
Copy link
Contributor

@bricelam bricelam Jul 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't need to call these if you implement INotifyPropertyChanged. Unless we set the fields directly by default, in which case, you should configure EF to set via properties for the best experience.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a section to explain property change notification.

@JeremyLikness
Copy link
Member Author

@bricelam all changes are implemented and pushed, just waiting confirmation before I squash/merge

@bricelam
Copy link
Contributor

LGTM

@JeremyLikness JeremyLikness merged commit 88e4a44 into dotnet:master Jul 25, 2020
@JeremyLikness JeremyLikness deleted the wpf-efcore-jrl branch July 25, 2020 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants