Skip to main content
Microsoft.Toolkit avatar

Microsoft.Toolkit

NuGet publisher profile

Packages
221
Total Downloads
132.3M
132,279,636

Packages (221)

CommunityToolkit.HighPerformance package icon

CommunityToolkit.HighPerformance

This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.

39.7M
downloads
CommunityToolkit.Mvvm package icon

CommunityToolkit.Mvvm

This package includes a .NET MVVM library with helpers such as: - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface. - ObservableRecipient: a base class for observable objects with support for the IMessenger service. - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface. - RelayCommand: a simple delegate command implementing the ICommand interface. - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation. - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects. - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed. - Ioc: a helper class to configure dependency injection service containers.

24.9M
downloads
CommunityToolkit.Diagnostics package icon

CommunityToolkit.Diagnostics

This package includes .NET helpers such as: - Guard: Helper methods to verify conditions when running code. - ThrowHelper: Helper methods to efficiently throw exceptions.

16.3M
downloads
CommunityToolkit.Maui package icon

CommunityToolkit.Maui

The .NET MAUI Community Toolkit is a collection of Animations, Behaviors, Converters, and Custom Views for development with .NET MAUI. It simplifies and demonstrates common developer tasks building iOS, Android, macOS and Windows apps with .NET MAUI.

9.2M
downloads
CommunityToolkit.Maui.Core package icon

CommunityToolkit.Maui.Core

Core library for community toolkits using .NET MAUI

9.1M
downloads
Microsoft.Toolkit.Uwp.Notifications package icon

Microsoft.Toolkit.Uwp.Notifications

The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps. Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. For UWP/MSIX apps, you can also generate tile and badge notifications.

5.0M
downloads
ColorCode.Core package icon

ColorCode.Core

The Core Library, containing the Parser, and the classes to create your own formatter.

2.8M
downloads
CommunityToolkit.Common package icon

CommunityToolkit.Common

This package includes .NET helpers such as: - IncrementalLoadingCollection: Simplifies the definition and usage of collections whose items can be loaded incrementally only when needed by the view. - String extensions and array extensions: These extensions make working with string and arrays easier.

2.4M
downloads
ColorCode.UWP package icon

ColorCode.UWP

Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.

1.5M
downloads
CommunityToolkit.Maui.MediaElement package icon

CommunityToolkit.Maui.MediaElement

MediaElement is a view for playing video and audio in your .NET MAUI app.

1.1M
downloads
CommunityToolkit.Maui.Markup package icon

CommunityToolkit.Maui.Markup

CommunityToolkit.Maui.Markup is a set of fluent helper methods and classes to simplify building declarative .NET MAUI user interfaces in C#

985.0K
downloads
Microsoft.Toolkit.Uwp.UI.Controls.DataGrid package icon

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid

This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.

904.5K
downloads
CommunityToolkit.Aspire.Hosting.NodeJS.Extensions package icon

CommunityToolkit.Aspire.Hosting.NodeJS.Extensions

A .NET Aspire for hosting NodeJS apps using Vite, Yarn, PNPM, or NPM.

814.2K
downloads
CommunityToolkit.WinUI.Extensions package icon

CommunityToolkit.WinUI.Extensions

This package contains various Extensions for text, framework components (dispatcher, visual tree, FrameworkElement, etc.), visual transforms, shadows, ScrollViewer, ListViewBase, and more.

776.0K
downloads
ColorCode.HTML package icon

ColorCode.HTML

Contains the HtmlFormatter, and the HtmlClassFormatter, for rendering Html from the Colorized Code.

718.2K
downloads
Microsoft.Toolkit.Uwp.UI.Controls.Markdown package icon

Microsoft.Toolkit.Uwp.UI.Controls.Markdown

This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is a part of the Windows Community Toolkit.

612.2K
downloads
CommunityToolkit.Aspire.Hosting.Dapr package icon

CommunityToolkit.Aspire.Hosting.Dapr

Dapr support for Aspire.

605.6K
downloads
CommunityToolkit.WinUI.UI.Controls.DataGrid package icon

CommunityToolkit.WinUI.UI.Controls.DataGrid

This library provides a XAML DataGrid control. It is a part of the Windows Community Toolkit.

584.4K
downloads
ColorCode.WinUI package icon

ColorCode.WinUI

Contains the RichTextBlockFormatter, for rendering the Colorized Code to a RichTextBlock.

571.4K
downloads
CommunityToolkit.WinUI.UI.Controls.Markdown package icon

CommunityToolkit.WinUI.UI.Controls.Markdown

This library provides a XAML MarkdownTextBlock control, an efficient and extensible control that can parse and render markdown. It is a part of the Windows Community Toolkit.

505.9K
downloads
Microsoft.Toolkit.Win32.UI.XamlApplication package icon

Microsoft.Toolkit.Win32.UI.XamlApplication

This library provides XAML islands common helpers for native applications. It is part of the Windows Community Toolkit.

498.8K
downloads
CommunityToolkit.WinUI.Controls.Primitives package icon

CommunityToolkit.WinUI.Controls.Primitives

Primitive layout controls such as SwitchPresenter, UniformGrid, WrapLayout, StaggeredPanel, WrapPanel, DockPanel, ConstrainedBox and more.

472.9K
downloads
Microsoft.Toolkit.Uwp.Connectivity package icon

Microsoft.Toolkit.Uwp.Connectivity

This library enables easier consumption of connectivity Devices/Peripherals and handle its connection to Windows devices. It contains BluetoothLE and Network connectivity helpers.

470.9K
downloads
CommunityToolkit.WinUI.Helpers package icon

CommunityToolkit.WinUI.Helpers

This package contains various helpers for Colors, Network, Camera, WeakEventListener, PackageVersion, ScreenUnit and more.

437.5K
downloads
CommunityToolkit.WinUI.Animations package icon

CommunityToolkit.WinUI.Animations

A collection of implicit, composition and connected animation helpers and builders.

426.8K
downloads
CommunityToolkit.Aspire.OllamaSharp package icon

CommunityToolkit.Aspire.OllamaSharp

An Aspire client integration for the OllamaSharp library.

416.1K
downloads
CommunityToolkit.Maui.Camera package icon

CommunityToolkit.Maui.Camera

Camera contains CameraView, a view for displaying a preview of the camera output and other camera related functionalities in your .NET MAUI app.

344.5K
downloads
CommunityToolkit.WinUI.Converters package icon

CommunityToolkit.WinUI.Converters

Commonly used converters that allow the data to be modified as it passes through the binding engine.

344.3K
downloads
CommunityToolkit.Aspire.Hosting.Ollama package icon

CommunityToolkit.Aspire.Hosting.Ollama

An Aspire integration leveraging the Ollama container with support for downloading a model on startup.

331.5K
downloads
Microsoft.Toolkit.Win32.UI.SDK package icon

Microsoft.Toolkit.Win32.UI.SDK

This library provides XAML islands common helpers applications. It is part of the Windows Community Toolkit.

328.0K
downloads

191 more packages load after hydration.