BionicCode.Utilities.Net.Core.Wpf 1.0.1

Suggested Alternatives

BionicCode.Utilities.Net.Wpf

Additional Details

BionicCode.Utilities.Net.Wpf now targets >= .NET 5 and >= .NET Core 3.0. Therefore the dedicated .NET Core library is not required any longer.

Please note that all previous namespaces "BionicCode.Utilities.Net.Core.Wpf" must be changed to "BionicCode.Utilities.Net.Wpf" (remove the 'Core') if you plan to replace the obsolete library. I highly recommend to migrate to the new package version by simply changing the namespace.

There is a newer version of this package available.
See the version list below for details.
dotnet add package BionicCode.Utilities.Net.Core.Wpf --version 1.0.1
NuGet\Install-Package BionicCode.Utilities.Net.Core.Wpf -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BionicCode.Utilities.Net.Core.Wpf" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BionicCode.Utilities.Net.Core.Wpf --version 1.0.1
#r "nuget: BionicCode.Utilities.Net.Core.Wpf, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BionicCode.Utilities.Net.Core.Wpf as a Cake Addin
#addin nuget:?package=BionicCode.Utilities.Net.Core.Wpf&version=1.0.1

// Install BionicCode.Utilities.Net.Core.Wpf as a Cake Tool
#tool nuget:?package=BionicCode.Utilities.Net.Core.Wpf&version=1.0.1

BionicCode.Net GitHub

Collection of .NET libraries like utilities and controls that target .NET Standard, .NET Core, .NET Framework, .NET Core WPF, .NET Framework WPF and UWP

BC BC BC

BC BC

NuGet packages

BionicCode.Utilities.Net.Core.Wpf BionicCode.Utilities.Net.Core.Wpf.NuGet

BionicCode.Utilities.Net.Framework.Wpf BionicCode.Utilities.Net.Framework.Wpf.NuGet

BionicCode.Utilities.Net.Standard BionicCode.Utilities.Net.Standard.NuGet

Class Reference

BionicCode.Utilities.Net.Core.Wpf

BionicCode.Utilities.Net.Framework.Wpf

BionicCode.Utilities.Net.Standard

Table of Contents

  • BaseViewModel
  • AsyncRelayCommand<T>
  • Extension Methods for WPF e.g.
    • TryFindVisualParentElement<TParent> : bool
    • TryFindVisualParentElementByName : bool
    • TryFindVisualChildElement<TChild> : bool
    • TryFindVisualChildElementByName : bool
    • FindVisualChildElements<TChildren> : IEnumerable<TChildren>
    • ICollection.AddRange<T>
  • EventArgs
  • ValueConverters
    • BoolToStringConverter
    • BooleanMultiValueConverter
    • FilePathTruncateConverter
    • InvertValueConverter
  • Collections
    • ObservablePropertyChangedCollection<T>
  • Markup Extensions
    • InvertExtension
    • PrimitiveTypeExtension
    • EqualsExtension
  • Profiler
  • AppSettingsConnector - A default API to the AppSettings that provides strongly typed reading and writing (e.g. bool, int, double, string) of key-value pair values
  • MruManager - Most Recently Used (MRU) file manager. An API that maintains an MRU table stored in the Application Settings file.
  • EventAggregator - Implementation of the Event Aggregator pattern that supports dynamic aggregation of different typed event sources
  • Easy to use Dialog attached behavior and infrastructure to allow MVVM friendly dialog handling from the view models in a fire-and-forget manner. To display dialogs implement IDialogViewModel classes and create a DataTemplate for each implementation. The DataTemplate is the rendered in a native Window. Addition attached properties allow for styling of the dialog Window or to assign an optional DataTemplateSelector. The attached behavior will handle showing and closing of the dialog.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BionicCode.Utilities.Net.Core.Wpf:

Package Downloads
BionicFileExplorer.Net.Wpf

File explorer with different views for .NET 5

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 717 12/3/2020
1.0.3 500 10/15/2020
1.0.2 552 10/8/2020
1.0.1 501 10/8/2020
1.0.0 476 10/8/2020

Successor of legacy 'BionicUtilities.Net' package and library. 'BionicUtilities.Net' will no longer be maintained (except bug fixes).