CommunityToolkit.Mvvm by: Microsoft
  • 12 total downloads
  • Latest version: 8.4.0-preview3
  • 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.
ConcurrentHashSet by: Bar Arnon
  • 21 total downloads
  • Latest version: 1.3.0
  • concurrency
A thread-safe hash-based set
ConfigureAwait.Fody by: Cameron MacFarland Simon Cropp
  • 13 total downloads
  • Latest version: 3.3.2
  • ILWeaving Fody Cecil AOP
Configure async code's ConfigureAwait at a global level.
coverlet.collector by: tonerdo
  • 18 total downloads
  • Latest version: 6.0.0
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Cronos by: Andrey Dorokhov Sergey Odinokov
  • 43 total downloads
  • Latest version: 0.11.1
  • Cronos Cron Recurring
A fully-featured .NET library for parsing cron expressions and calculating next occurrences that was designed with time zones in mind and correctly handles daylight saving time transitions.
CsvHelper by: Josh Close
  • 15 total downloads
  • Latest version: 2.12.0.1
  • csv csvhelper comma separated value delimited
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Dapper by: Sam Saffron Marc Gravell
  • 111 total downloads
  • Latest version: 1.42.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Dapper.StrongName by: Sam Saffron Marc Gravell
  • 15 total downloads
  • Latest version: 1.40.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..; but with a strong name
DapperExtensions by: Thad Smith Page Brooks
  • 31 total downloads
  • Latest version: 1.6.3
  • orm sql micro-orm Data Dapper
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
DeviceDetector.NET by: totpero
  • 33 total downloads
  • Latest version: 3.11.6
  • parse detection-library user-agent bot-detection mobile-detection desktop tablet mobile tv cars console
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue.
DeviceId by: Matthew King
  • 23 total downloads
  • Latest version: 3.0.0
  • deviceid unique device identifier
Provides functionality to generate a 'device ID' that can be used to uniquely identify a computer.
Diacritics by: Thomas Galliker
  • 119 total downloads
  • Latest version: 3.4.0-pre
  • diacritics diacritic Diacritics.NET plugin for diacritics special character replacement special character replacement
Diacritics are used across many languages in order to change the sound-values of the letters to which they are added. In software development, diacritics often have to be replaced with non-diacritics, e.g. to improve usability of user input. Diacritics.NET is a basic mapper between diacritic characters an non-diacritic characters.
DM.DmProvider by: DM
  • 39 total downloads
  • Latest version: 8.3.1.33449
  • DM DAMENG .NET Core .NET Data Provider
DM .NET DATA PROVIDER
DocumentFormat.OpenXml by: Microsoft
  • 31 total downloads
  • Latest version: 2.14.0-beta0001
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
dotless by: Daniel Hölbling James Foster Luke Page
  • 79 total downloads
  • Latest version: 1.6.7
  • less css compile dotnet
Meta package to provide backward compatibility. Please choose either dotless.AspNet or dotless.Core. This is a project to port the hugely useful Less libary to the .NET world. It give variables, nested rules and operators to CSS. For more information about the original Less project see http://lesscss.org/ or http://github.com/dotless/dotless. For more information about how to get started with the .NET version see http://www.dotlesscss.org/.
dotless.AspNetHandler by: Daniel Hölbling James Foster Luke Page
  • 12 total downloads
  • Latest version: 1.6.7
  • less css compile dotnet
Adds HTTPHandler for ASP.NET to compile LESS files on demand. This is a project to port the hugely useful Less libary to the .NET world. It give variables, nested rules and operators to CSS. For more information about the original Less project see http://lesscss.org/ or http://github.com/dotless/dotless. For more information about how to get started with the .NET version see http://www.dotlesscss.org/.
DotNetAnalyzers.PublicApiAnalyzer by: Sam Harwell et. al.
  • 2 total downloads
  • Latest version: 1.0.0-beta.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DotNetAnalyzers.PublicApiAnalyzer.Unstable by: Sam Harwell et. al.
  • 3 total downloads
  • Latest version: 1.0.0.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DotNetty.Buffers by: Microsoft
  • 1 total downloads
  • Latest version: 0.6.0
  • socket tcp protocol netty dotnetty network
Buffer management in DotNetty
DotNetty.Codecs by: Microsoft
  • 2 total downloads
  • Latest version: 0.6.0
  • socket tcp protocol netty dotnetty network codec
General purpose codecs for DotNetty