AngleSharp by: AngleSharp
  • 26 total downloads
  • Latest version: 0.9.11
  • html html5 css css3 xml dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text headless browser
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AutoBogus by: Nick Dodd
  • 40 total downloads
  • Latest version: 2.13.1
A C# library complementing the Bogus generator by adding auto creation and population capabilities.
Autofac by: Autofac Contributors
  • 30 total downloads
  • Latest version: 3.5.2
Base assemblies for the Autofac Inversion of Control Container
AutoMapper by: Jimmy Bogard
  • 33 total downloads
  • Latest version: 6.2.2
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
AutoMapper.Collection by: Tyler Carlson
  • 8 total downloads
  • Latest version: 1.1.3
  • AutoMapper
Collection updating support for AutoMapper
Blazorise by: Megabit
  • 218 total downloads
  • Latest version: 1.6.2
  • blazorise blazor components
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Blazorise.Bootstrap5 by: Megabit
  • 75 total downloads
  • Latest version: 1.6.1
  • blazorise blazor components bootstrap
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Blazorise.Charts by: Megabit
  • 144 total downloads
  • Latest version: 1.6.1
  • blazorise blazor components chart
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Blazorise.Components by: Mladen Macanovic
  • 12 total downloads
  • Latest version: 0.8.4
  • blazorise blazor razor components
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Blazorise.DataGrid by: Megabit
  • 29 total downloads
  • Latest version: 1.6.2
  • blazorise blazor components datagrid
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Blazorise.Icons.FontAwesome by: Megabit
  • 5 total downloads
  • Latest version: 1.6.1
  • blazorise blazor components icons fontawesome
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Blazorise.Snackbar by: Megabit
  • 136 total downloads
  • Latest version: 1.6.1
  • blazorise blazor components snackbar
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Blazorise.TreeView by: Megabit
  • 45 total downloads
  • Latest version: 1.6.1
  • blazorise blazor components treeview
Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Bogus by: Brian Chavez
  • 49 total downloads
  • Latest version: 35.6.0
  • faker fake bogus poco data generator database seed values test-data test tdd testing .net EF
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
BouncyCastle by: Bouncy Castle Project Contributors
  • 6 total downloads
  • Latest version: 1.8.9
  • bouncycastle cryptography encryption security
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
Castle.Core by: Castle Project Contributors
  • 37 total downloads
  • Latest version: 4.4.0
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Common.Logging by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 30 total downloads
  • Latest version: 3.4.1
  • logging log Common.Logging
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
  • 23 total downloads
  • Latest version: 3.4.1
  • PCL Common.Logging.Portable Common.Logging.Core logging log Common.Logging
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CommonMark.NET by: Kārlis Gaņģis
  • 31 total downloads
  • Latest version: 0.15.1
  • CommonMark Markdown
.NET library for converting Markdown documents to HTML according to the CommonMark specification. Optimized for maximum performance and targets every .NET version since 2.0, including PCL, Mono and .NET Core.
CommunityToolkit.Mvvm by: Microsoft
  • 1 total downloads
  • Latest version: 8.3.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.