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

Improve experience for data binding and graphical interfaces #26799

Closed
Tracked by #19588
ajcvickers opened this issue Nov 23, 2021 · 5 comments
Closed
Tracked by #19588

Improve experience for data binding and graphical interfaces #26799

ajcvickers opened this issue Nov 23, 2021 · 5 comments
Assignees
Labels
area-platform closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Milestone

Comments

@ajcvickers
Copy link
Member

EF Core is designed to work well with data binding scenarios, such as when used with Windows Forms or .NET MAUI. However, connecting the dots between these technologies is not always easy. For EF7, we plan to improve the experience with both work in EF Core and in Visual Studio to make it easier to connect the dots.

@knightmeister
Copy link

Hi @bricelam, I'm wondering whether or not there are any thoughts yet as to how you might accomplish this from a high level?

This is something I need now and it would be great to try and align what I'm implementing with what you're building. Is it just going to be a case of the proxy exposing INotifyPropertyChanged?

@bricelam
Copy link
Contributor

bricelam commented Jan 4, 2022

The primary work for this issue is to re-enable the Visual Studio tooling to work in more-or-less the same way it used to on .NET Framework.

Our WPF tutorial provides good guidance for databinding in XAML-based frameworks. We'll probably use that as the foundation for thinking about data binding in MAUI and WinUI. See also dotnet/EntityFramework.Docs#2541

@ajcvickers
Copy link
Member Author

Update: verified that WinForms and MAUI work well now. Walkthrough for WinForms has been completed. MAUI demo created and presented; convert to walkthrough tracked by dotnet/EntityFramework.Docs#3984

@ajcvickers ajcvickers added this to the 7.0.0-rc1 milestone Aug 16, 2022
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Aug 16, 2022
@janseris

This comment was marked as off-topic.

@roji

This comment was marked as off-topic.

@ajcvickers ajcvickers modified the milestones: 7.0.0-rc1, 7.0.0 Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-platform closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-enhancement
Projects
None yet
Development

No branches or pull requests

5 participants