Avalonia.X11 by: Avalonia Team
  • 4.042k total downloads
  • Latest version: 12.1.1
  • avalonia avaloniaui mvvm rx reactive extensions android ios mac forms wpf net netstandard net461 uwp xamarin
Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.
Backend.Network.ProtocolSdk by: Xiaohui
  • 185 total downloads
  • Latest version: 11.25.49.13
Package Description
cef.redist.x64 by: The Chromium Embedded Framework Authors
  • 3.116k total downloads
  • Latest version: 120.2.7
  • chrome chromium native embedded browser CEF nativepackage
CEF - the Chromium Embedded Framework. NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
cef.redist.x86 by: The Chromium Embedded Framework Authors
  • 3.028k total downloads
  • Latest version: 120.2.7
  • chrome chromium native embedded browser CEF nativepackage
CEF - the Chromium Embedded Framework. NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
CefSharp.Common by: The CefSharp Authors
  • 4.438k total downloads
  • Latest version: 150.0.110
  • chrome browser
The CefSharp Chromium-based browser component ('Core' and common 'Element' components, needed by both WPF and WinForms).
CefSharp.Common.NETCore by: The CefSharp Authors
  • 3.487k total downloads
  • Latest version: 150.0.110
  • chrome browser chromium-embedded
The CefSharp Chromium-based browser component ('Core' and common 'Element' components, needed by both WPF, WinForms and OffScreen implementations).
CefSharp.OffScreen by: The CefSharp Authors
  • 4.481k total downloads
  • Latest version: 150.0.110
  • osr chrome browser chromium-embedded cefsharp
The CefSharp Chromium-based browser component (OffScreen control).
CefSharp.OffScreen.NETCore by: The CefSharp Authors
  • 2.825k total downloads
  • Latest version: 150.0.110
  • osr chrome browser chromium-embedded cefsharp
The CefSharp Chromium-based browser component (OffScreen control).
CefSharp.Wpf.NETCore by: The CefSharp Authors
  • 3.571k total downloads
  • Latest version: 150.0.110
  • wpf chrome browser chromium-embedded cefsharp
The CefSharp Chromium-based browser component (WPF control).
chromiumembeddedframework.runtime by: The Chromium Embedded Framework Authors
  • 3.188k total downloads
  • Latest version: 150.0.11
  • chrome chromium native embedded browser CEF nativepackage
Chromium Embedded Framework (CEF) Release Distribution NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
chromiumembeddedframework.runtime.win-arm64 by: The Chromium Embedded Framework Authors
  • 3.11k total downloads
  • Latest version: 150.0.11
  • chrome chromium native embedded browser CEF nativepackage
Chromium Embedded Framework (CEF) Release Distribution NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
chromiumembeddedframework.runtime.win-x64 by: The Chromium Embedded Framework Authors
  • 3.089k total downloads
  • Latest version: 150.0.11
  • chrome chromium native embedded browser CEF nativepackage
Chromium Embedded Framework (CEF) Release Distribution NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
chromiumembeddedframework.runtime.win-x86 by: The Chromium Embedded Framework Authors
  • 3.051k total downloads
  • Latest version: 150.0.11
  • chrome chromium native embedded browser CEF nativepackage
Chromium Embedded Framework (CEF) Release Distribution NOTE: This package is maintained on behalf of the CEF authors by the CefSharp project at http://github.com/cefsharp/cef-binary
CommonServiceLocator by: .NET Foundation and Contributors
  • 297 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
CommunityToolkit.Mvvm by: Microsoft
  • 712 total downloads
  • Latest version: 8.4.2
  • dotnet Community Toolkit .NET MVVM MVVMToolkit INotifyPropertyChanged Observable IOC DI Dependency Injection Object Messaging Extensions Helpers
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.
DotNetProjects.Extended.Wpf.Toolkit by: DotNetProjects
  • 1.688k total downloads
  • Latest version: 5.0.129
Package Description
DynamicExpresso.Core by: Davide Icardi
  • 2.149k total downloads
  • Latest version: 2.19.3
  • dynamic expression linq eval script
C# expression interpreter/evaluator
ExcelDataReader by: ExcelDataReader developers
  • 762 total downloads
  • Latest version: 3.9.0
  • excel xls xlsx dataset
Lightweight and fast library written in C# for reading Microsoft Excel files (XLS, XLSX).
H.Hooks by: havendv
  • 858 total downloads
  • Latest version: 2.1.0-dev.36
  • hooks low-level SetWindowsHookEx global keyboard events clicks keys
Contains LowLevelKeyboardHook and LowLevelMouseHook. Features: - Global key handling and cancellation - Allows handling combination like 1 + 2 + 3 - Only one Up event per combination - Handle special buttons like Mouse.XButton - Optimized, runs hooks in a separate thread. Does not cause freezes when debugging the rest of the code. - By default, it delivers events from a ThreadPool instead of a hook thread, which makes it possible to do any action in event handlers without affecting system performance.
Hardcodet.NotifyIcon.Wpf by: Philipp Sumi Robin Krom Jan Karger
  • 222 total downloads
  • Latest version: 2.0.1
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon