News

Windows Community Toolkit Previews WPF and WinForms .NET Core 3 Packages

The new Windows Community Toolkit 5.1 update builds on functionality previously introduced for using Universal Windows Platform (UWP) controls in Windows Forms and Windows Presentation Foundation (WPF) desktop applications.

Offered by the .NET Foundation, Windows Community Toolkit (formerly called the UWP Community Toolkit) is an open source project providing helper functions, custom controls and app services for .NET developers across different Windows 10 frameworks, including WPF, WinForms, Xamarin, .NET Core and others.

The Feb. 13 update includes a preview of WPF and WinForms packages supporting .NET Core, the new-age implementation of the traditional .NET Framework that takes an open, modular and cross-platform approach to .NET.

"With the recent release of .NET Core 3.0 preview 2, we’ve shipped a toolkit 6.0 preview package for our WPF/WinForms library Microsoft.Toolkit.Win32 to support it," said Michael A. Hawker, senior software engineer, in a blog post last week. It's now available for download (WPF) and WinForms) to try out in WPF or WinForms to give it a try in your .NET Core applications."

Other new features include:

  • Lottie-Windows Animation: "This new library provides high quality animation support on Windows 10 (1809) by utilizing the Windows.UI.Composition APIs and allows for the consumption of Bodymovin JSON files or optimized code-generated classes for playback in your Windows apps. It is the successor to the LottieUWP community project."
  • Remote Device Picker: "The Remote Device Picker allows a user to select a device, proximally or cloud accessible, from a dialog. The app can then use this information to perform various scenarios like opening and communicating with an app on the chosen device. Read more about what’s possible after selecting a device like opening an app or creating an app service.
  • Image Cropper: "The new Image Cropper control allows you to provide effortless image cropping functionality to your app. Perfect for user selected profile pictures and photo editing tools."

All of the above, along with improved accessibility functionality, a new OnDevice markup extension and more can be seen in the release notes.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube