AWSSDK.SQS
by: Amazon Web Services
- 1.739k total downloads
- Latest version: 4.0.0-preview.4
Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. SQS makes it simple and cost-effective to decouple the components of a cloud application.
Azure.Messaging.EventGrid
by: Microsoft
- 8 total downloads
- Latest version: 4.22.0-beta.1
This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services.
BlazorTableExtended
by: Ivan Josipovic Cody Grkman Nicholas Huff
- 10 total downloads
- Latest version: 1.1.0
Blazor Table Component with Sorting, Paging and Filtering
BoDi
by: Gaspar Nagy
- 21 total downloads
- Latest version: 1.5.0
A very simple IoC container, easily embeddable also as a source code.
Bogus
by: Brian Chavez
- 1 total downloads
- Latest version: 15.0.1
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 it to create and load databases and UIs with mock up data. Get started by using Faker class or a DataSet directly.
bootstrap
by: The Bootstrap Authors
- 156 total downloads
- Latest version: 5.3.3
The most popular front-end framework for developing responsive, mobile first projects on the web.
BouncyCastle
by: Bouncy Castle Project Contributors
- 15 total downloads
- Latest version: 1.8.9
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.
BouncyCastle.NetCore
by: BouncyCastle
- 22 total downloads
- Latest version: 1.8.10
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
CacheManager.Core
by: MichaConrad
- 12 total downloads
- Latest version: 0.4.1
CacheManager is a common interface and abstraction layer for caching. It supports various cache providers / clients and includes advanced features like multiple layer caching, event handling, synchronization and statistics.
The Core library contains all base interfaces and tools.
You may also want to install one of the other CacheManager packages to get other cache handle implementations etc.
Castle.Core
by: Castle Project Contributors
- 5 total downloads
- Latest version: 2.5.2
Castle Project Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Castle.DynamicProxy
by: Castle Project Contributors
- 5 total downloads
- Latest version: 2.2.0
Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.
Castle.Windsor
by: Castle Project Contributors
- 13 total downloads
- Latest version: 2.5.4
Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.
CommandLineParser
by: Giacomo Stelluti Scala
- 18 total downloads
- Latest version: 1.9.6-rc1
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger
- 3 total downloads
- Latest version: 1.2.0
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
CompareNETObjects
by: KellermanSoftware
- 59 total downloads
- Latest version: 4.55.0
What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
CronExpressionDescriptor
by: Brady Holt
- 2 total downloads
- Latest version: 1.6.0
A library that converts cron expressions into human readable strings.
CsvHelper
by: Josh Close
- 10 total downloads
- Latest version: 2.12.0.1
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
- 56 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
DartSassBuilder
by: Johan van Rensburg Dean Wiseman
- 32 total downloads
- Latest version: 1.1.0
Compile Sass files to css on project build.
docopt.net
by: Dinh Doan Van Bien Vladimir Keleshev
- 12 total downloads
- Latest version: 0.6.1.11
docopt.net is the .net version of the docopt python beautiful command line parser. docopt.net helps you define an interface for your command-line app, and automatically generate a parser for it. docopt.net is based on conventions that have been used for decades in help messages and man pages for program interface description. Interface description in docopt.net is such a help message, but formalized. Check out http://docopt.org for a more detailed explanation.
Quick example:
var arguments = new Docopt().Apply("Usage: prog [-a] [-b] FILE", args);
if (arguments["-a"].IsTrue) {{ ... }}