AWSSDK.CloudWatchLogs by: Amazon Web Services
  • 12 total downloads
  • Latest version: 3.7.0.5
  • AWS Amazon cloud CloudWatchLogs aws-sdk-v3
Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS. You can use Amazon CloudWatch to collect and track metrics, collect and monitor log files, and set alarms.
AWSSDK.Core by: Amazon Web Services
  • 24 total downloads
  • Latest version: 3.7.103.1
  • AWS Amazon cloud aws-sdk-v3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.S3 by: Amazon Web Services
  • 19 total downloads
  • Latest version: 3.7.101.39
  • AWS Amazon cloud S3 aws-sdk-v3
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
AWSSDK.SimpleSystemsManagement by: Amazon Web Services
  • 7.644k total downloads
  • Latest version: 4.0.0-preview.7
  • AWS Amazon cloud SimpleSystemsManagement aws-sdk-v4
Amazon EC2 Simple Systems Manager (SSM) enables you to manage a number of administrative and configuration tasks on your instances.
Azure.Messaging.EventGrid by: Microsoft
  • 28 total downloads
  • Latest version: 4.22.0-beta.1
  • Microsoft Azure EventGrid Event Grid Event Grid Publishing
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.
Bogus by: Brian Chavez
  • 55 total downloads
  • Latest version: 35.6.1
  • 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.
bootstrap by: Twitter Inc.
  • 13 total downloads
  • Latest version: 3.4.1
  • css js less mobile-first responsive front-end framework web
The most popular front-end framework for developing responsive, mobile first projects on the web.
BouncyCastle by: Bouncy Castle Project Contributors
  • 52 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.
BuildBundlerMinifier by: Mads Kristensen
  • 13 total downloads
  • Latest version: 3.2.449
  • concat bundle minify minification css js html
Bundles and minifies CSS, JS and HTML files
Castle.Core by: Castle Project Contributors
  • 346 total downloads
  • Latest version: 4.4.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
ClosedXML by: Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
  • 300 total downloads
  • Latest version: 0.96.0
  • Excel OpenXml xlsx
Package Description
ClosedXML.Signed by: Francois Botha Aleksei Pankratev Manuel de Leon Amir Ghezelbash
  • 163 total downloads
  • Latest version: 0.95.4
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
CommandLineParser by: gsscoder nemec ericnewton76
  • 11 total downloads
  • Latest version: 2.6.0
  • command line commandline argument option parser parsing library syntax shell
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommonServiceLocator by: .NET Foundation and Contributors
  • 121 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.
CompareNETObjects by: KellermanSoftware
  • 12 total downloads
  • Latest version: 4.57.0
  • compare comparison equality equal deep objects difference compareobjects deepequal deepequals
What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
Confluent.Kafka by: Confluent Inc. Andreas Heider
  • 425 total downloads
  • Latest version: 1.8.2
  • Kafka Confluent librdkafka
Confluent's .NET Client for Apache Kafka
coverlet.collector by: tonerdo
  • 30 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.
coverlet.msbuild by: tonerdo
  • 26 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.
CSharpGuidelinesAnalyzer by: Bart Koelman
  • 12 total downloads
  • Latest version: 3.8.5
  • csharp c# coding guidelines analyzer
Reports diagnostics for C# coding guidelines that are not already covered by Resharper. Requires Visual Studio 2017 Update 5 or higher.
CSharpTest.Net.Collections-NetStd2 by: Roger Knapp
  • 14 total downloads
  • Latest version: 14.906.1403.1084
  • BPlusTree BTreeDictionary BTreeList LurchTable MergeSort OrderedEnumeration OrdinalList
Fully managed B+ Tree implementation for local data storage; ported to .NET Standard 2.0. Forked from: https://github.com/csharptest/CSharpTest.Net.Collections.