Перейти к основному контенту
Microsoft
Windows Presentation Foundation (WPF) is a UI framework for building Windows desktop applications. WPF supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding and documents. WPF uses the Extensible Application Markup Language (XAML) to provide a declarative model for application programming. WPF applications are based on a vector graphics architecture. This enables applications to look great on high DPI monitors, as they can be infinitely scaled. WPF also includes a flexible hosting model, which makes it straightforward to host a video in a button, for example. The visual designer provided in Visual Studio makes it easy to build WPF application, with drag-in-drop and/or direct editing of XAML markup. WinForms is another UI framework for building Windows desktop applications that is supported on .NET (6.0.x/5.0.x/3.1.x). WPF and WinForms applications only run on Windows.
Features
- WPF for ARM64 is new for .NET 6.0 and is supported by NET 6.0 Preview 1 and later
- To build the WPF repo and contribute features and fixes for .NET 6.0, the most recent Visual Studio Preview is required
- The Visual Studio WPF designer is now available as part of Visual Studio 2019
- This code base is a fork of the WPF code in the .NET Framework
- Build WPF application, with drag-in-drop and/or direct editing of XAML markup
- You are recommended to use the most recent version of Visual Studio to develop WPF and WinForms applications for .NET
License
MIT License
Raima Database Manager (RDM) is an embedded relational database optimized to run on resource-constrained IoT edge devices that require real-time response. RDM enables intelligent decisions to be made at the device level within microseconds.
User Reviews
Be the first to post a review of Windows Presentation Foundation!
.NET 7.0.11
12 Sep 19:10
rbhanda
v7.0.11
6432861
Compare
{{ refName }}
default
.NET 7.0.11
Latest
Latest
Release
Assets
2
ivandrofly reacted with rocket emoji
1 person reacted
.NET 6.0.22
12 Sep 19:05
rbhanda
v6.0.22
f501934
Compare
{{ refName }}
default
.NET 6.0.22
Release
Assets
2
.NET 8.0 RC 1
12 Sep 19:16
rbhanda
v8.0.0-rc.1.23420.4
f8a9263
Compare
{{ refName }}
default
.NET 8.0 RC 1
Pre-release
Pre-release
Release
Assets
2
.NET 8.0 Preview 7
08 Aug 21:08
rbhanda
v8.0.0-preview.7.23375.1
bcf38d6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: 4AEE18F83AFDEB23
Learn about vigilant mode.
Compare
{{ refName }}
default
.NET 8.0 Preview 7
Pre-release
Pre-release
Release
Assets
2
.NET 7.0.10
08 Aug 21:12
rbhanda
v7.0.10
9a9892f
Compare
{{ refName }}
default
.NET 7.0.10
Release
Assets
2
ArdeshirV reacted with rocket emoji
3 people reacted
.NET 6.0.21
08 Aug 21:10
rbhanda
v6.0.21
fa467fd
Compare
{{ refName }}
default
.NET 6.0.21
Release
Assets
2
.NET 8.0 Preview 6
11 Jul 18:03
rbhanda
v8.0.0-preview.6.23329.2
91929ed
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: 4AEE18F83AFDEB23
Learn about vigilant mode.
Compare
{{ refName }}
default
.NET 8.0 Preview 6
Pre-release
Pre-release
Release
Assets
2
MaiqueDev reacted with rocket emoji
4 people reacted
.NET 7.0.9
11 Jul 17:55
rbhanda
v7.0.9
d41bd7d
Compare
{{ refName }}
default
.NET 7.0.9
Release
Assets
2
.NET 6.0.20
11 Jul 17:47
rbhanda
v6.0.20
0a2507d
Compare
{{ refName }}
default
.NET 6.0.20
Release
Assets
2
.NET 7.0.8
23 Jun 01:18
rbhanda
v7.0.8
b10173d
Compare
{{ refName }}
default
.NET 7.0.8
Release
Assets
2
huynhdev24 and sengiv reacted with heart emoji
9 people reacted
Previous 1 2 3 4 5 … 12 13 Next
Previous Next
Download the bundle
dotnet-wpf_-_2018-12-04_19-17-49.bundle
and run:
git clone dotnet-wpf_-_2018-12-04_19-17-49.bundle -b master
This repo contains Windows Presentation Foundation (WPF) for .NET Core
Windows Presentation Framework (WPF)
Windows Presentation Foundation (WPF) is a UI framework for building Windows desktop applications. WPF supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding and documents. WPF uses the Extensible Application Markup Language (XAML) to provide a declarative model for application programming.
WPF applications are based on a vector graphics architecture. This enables applications to look great on high DPI monitors, as they can be infinitely scaled. WPF also includes a flexible hosting model, which makes it straightforward to host a video in a button, for example. The visual designer provided in Visual Studio makes it easy to build WPF application, with drag-in-drop and/or direct editing of XAML markup.
Note: The WPF visual designer is not yet available and will be part of a Visual Studio 2019 update.
See the WPF Roadmap to learn about project priorities, status and ship dates.
WinForms is another UI framework for building Windows desktop applications that is supported on .NET Core. WPF and WinForms applications only run on Windows. They are part of the Microsoft.NET.Sdk.WindowsDesktop
SDK. You are recommended to use Visual Studio 2019 Preview 1 to use WPF and WinForms with .NET Core.
Getting started
- .NET Core 3.0 SDK Preview 1
- Getting started instructions
- Contributing guide
Status
We are in the process of doing four projects with WPF:
- Port WPF to .NET Core.
- Publish source to GitHub.
- Publish (and in some cases write) tests to GitHub and enable automated testing infrastructure.
- Enable the Visual Studio WPF designer to work with WPF running on .NET Core.
We are part-away through porting WPF to .NET Core, and will complete that for .NET Core 3.0. We intend to bring the codebase up to functionality and performance parity with .NET Framework.
We have published only a small part of the WPF source. We will continue to publish WPF components as part of the .NET Core 3 project. We will publish source and tests at the same time for each component.
See the WPF roadmap to learn about the schedule for specific WPF components.
We have published very few tests and have very limited coverage for PRs at this time as a result. We will add more tests in 2019, however, it will be a progressive process. We welcome test contributions to increase converage and help us validate PRs more easily.
The Visual Studio WPF designer is not yet available. In short, we need to move to an out-of-proc model (relative to Visual Studio) with the designer. This work will be part of Visual Studio 2019.
How to Engage, Contribute and Provide Feedback
Some of the best ways to contribute are to try things out, file bugs, join in design conversations, and fix issues.
- This repo defines contributing guidelines and also follows the more general.NET Core contributing guide.
- If you have a question or have found a bug, file an issue.
- Use daily builds if you want to contribute and stay up to date with the team.
.NET Framework issues
Issues with WPF for .NET Framework should be filed via Feedback Hub on Windows 10 (Category: Developer Platform, sub-category UI frameworks and controls), or Product Support.They should not be filed on this repo.
Relationship to .NET Framework
This code base is a fork of the WPF code in the .NET Framework. We intend to release .NET Core 3.0 with WPF having parity with the .NET Framework version. Over time, the two implementations may diverge.
The Update on .NET Core 3.0 and .NET Framework 4.8 provides a good description of the forward-looking differences between .NET Core and .NET Framework.
Code of Conduct
This project uses the .NET Foundation Code of Conduct to define expected conduct in our community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at conduct@dotnetfoundation.org.
Reporting security issues and security bugs
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.
Also see info about related Microsoft .NET Core and ASP.NET Core Bug Bounty Program.
License
.NET Core (including the WPF repo) is licensed under the MIT license.
.NET Foundation
.NET Core WPF is a .NET Foundation project.
See the .NET home repo to find other .NET-related projects.
Source: https://github.com/dotnet/wpf
Uploader: dotnet
Upload date: 2018-10-19
wpf.zip (124,4 MB)
This is the main site for updates on the WPF roadmap and the portal for accessing the WPF Toolkit and the WPF Futures releases.
- Controls
- Tools
- WPF
- Toolkit
- Microsoft
- Interesting
- cool
- practices
- WPF styles
- Wouter
- WPF controls
- MS
- chart
- WPF Toolkit
- addons
- MyList.WPF
- .NET WPF
- MVVM
- wpf xaml
- WPF Toolkit
- WPF Ribbon Preview
- ctp
- QTG
- QTG-WPF
- DataGridComboBoxColu
- DataGrid
- NICE
- very good.
- Excellent
- WPF codeplex rootkit