Antlr
by: Sam Harwell, Terence Parr
- 18 total downloads
- Latest version: 3.5.0.2
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
AutoMapper
by: Jimmy Bogard
- 29 total downloads
- Latest version: 5.0.0-beta-1
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.
AWSSDK.Core
by: Amazon Web Services
- 4.225k total downloads
- Latest version: 4.0.0-preview.9
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SecurityToken
by: Amazon Web Services
- 12.835k total downloads
- Latest version: 4.0.0-preview.7
The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources.
CommunityToolkit.Mvvm
by: Microsoft
- 72 total downloads
- Latest version: 8.4.0
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.
CommunityToolkit.WinUI.Notifications
by: Microsoft.Toolkit, dotnetfoundation
- 60 total downloads
- Latest version: 7.1.2
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.
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 605 total downloads
- Latest version: 1.60.6
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc..
DapperExtensions
by: Thad Smith, Page Brooks
- 180 total downloads
- Latest version: 1.6.3
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.
DnsClient
by: MichaCo
- 114 total downloads
- Latest version: 1.7.0
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
dotless
by: Daniel Hölbling, James Foster, Luke Page
- 282 total downloads
- Latest version: 1.6.7
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/.
Elasticsearch.Net
by: Elastic and contributors
- 753 total downloads
- Latest version: 6.2.0
Elasticsearch.Net
EPPlus
by: Jan Källman
- 109 total downloads
- Latest version: 4.1.0
A library to manage Excel spreadsheets, using OOXML.
FluentFTP
by: Robin Rodricks, FluentFTP Contributors
- 1.698k total downloads
- Latest version: 39.4.0
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP transfers, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#, with no external dependencies.
Fody
by: Fody
- 345 total downloads
- Latest version: 6.9.1
Extensible tool for weaving .net assemblies.
HGJ.ConsoleLib
by: hgj
- 6 total downloads
- Latest version: 1.0.0
Library for handling console-regions and generel CLI implementation
HtmlAgilityPack
by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
- 86 total downloads
- Latest version: 1.11.74
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
---------------------------------------
This library is sponsored by ZZZ Projects:
https://entityframework-extensions.net/
https://eval-expression.net/
https://dapper-plus.net/
---------------------------------------
HAP is trusted by companies worldwide with over 150 million downloads.
Lds.ConsoleMvp
by: Kristian Bjorklund
- 49 total downloads
- Latest version: 1.0.5207.17773
MVP pattern for Console Application
Lds.FtpComponent.Server
by: HGJ
- 20 total downloads
- Latest version: 1.2.0.25892
Implementation of the FTP protocol, with customizable backend.