Skip to content

Update wpf.md #2235

New issue

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

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

Already on GitHub? # to your account

Merged
merged 4 commits into from
Apr 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions entity-framework/ef6/fundamentals/databinding/wpf.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
title: "Databinding with WPF - EF6"
author: divega
ms.date: "10/23/2016"
ms.assetid: e90d48e6-bea5-47ef-b756-7b89cce4daf0
ms.date: "04/02/2020")
ms.assetid: e90d48e6-bea7785-47ef-b756-7b89cce4daf0
---
> [!IMPORTANT]
> **This document is valid for WPF on the .NET Framework only**
>
> This document describes databinding for WPF on the .NET Framework. For new .NET Core projects, we recommend you use [EF Core](/ef/core) instead of Entity Framework 6. The documentation for databinding in EF Core is tracked in [Issue #778](https://github.com/dotnet/EntityFramework.Docs/issues/778).

# Databinding with WPF
This step-by-step walkthrough shows how to bind POCO types to WPF controls in a “master-detail" form. The application uses the Entity Framework APIs to populate objects with data from the database, track changes, and persist data to the database.

Expand Down