AWSSDK.Core by: Amazon Web Services
  • 13 total downloads
  • Latest version: 3.7.402.86
  • AWS Amazon cloud aws-sdk-v3
The Amazon Web Services SDK for .NET - Core Runtime
Dapper by: Sam Saffron, Marc Gravell
  • 1 total downloads
  • Latest version: 1.8.0
  • orm sql micro-orm
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
FluentAssertions by: Dennis Doomen
  • 2 total downloads
  • Latest version: 4.16.0
  • MSTest xUnit xUnit2 NUnit MSpec NSpec Gallio MbUnit TDD BDD Fluent Silverlight WinRT WP8 WP8.1 WPA8.1 CoreCLR
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test. Runs on 4.0 and 4.5 (Desktop and Windows Store), CoreCLR, Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
Grpc.AspNetCore.Server by: The gRPC Authors
  • 1 total downloads
  • Latest version: 2.31.0
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.Net.Client by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.67.0
  • gRPC RPC HTTP/2
.NET client for gRPC
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 1 total downloads
  • Latest version: 1.11.52
  • HTML parse crawler spider linq
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).
Humanizer by: Mehdi Khalili
  • 1 total downloads
  • Latest version: 0.5.0
A framework that turns your normal strings, type names, enums and DateTime into a human friendly format and provides human friendly API for DateTime, TimeSpan etc
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 1 total downloads
  • Latest version: 7.2.0
  • jwt json
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
Magick.NET-Q16-AnyCPU by: Dirk Lemstra
  • 1 total downloads
  • Latest version: 7.14.1
  • ImageMagick Magick.NET Image Convert Resize Draw Effects
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/master/Documentation before installing to help you decide the best version.
MediatR by: Jimmy Bogard
  • 1 total downloads
  • Latest version: 2.0.0
  • mediator request response queries commands notifications
Simple, unambitious mediator implementation in .NET
MessagePackAnalyzer by: neuecc, aarnott
  • 1 total downloads
  • Latest version: 2.5.108
  • MsgPack MessagePack Serialization Formatter Analyzer
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-preview.7.23375.9
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8df730db29a670c853e3cff67fe70eb1cf6e8af7
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 0 total downloads
  • Latest version: 6.0.1
  • aspnetcore identity membership razorpages
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4e7d976438b0fc17f435804e801d5d68d193ec33
Microsoft.AspNetCore.Localization by: Microsoft.AspNetCore.Localization
  • 1 total downloads
  • Latest version: 1.0.1
  • aspnetcore,localization
ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.
Microsoft.AspNetCore.Mvc.ViewFeatures by: Microsoft.AspNetCore.Mvc.ViewFeatures
  • 1 total downloads
  • Latest version: 1.0.0-rc2-final
  • aspnetcore,aspnetcoremvc
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.48
  • TraceEvent EventSource Microsoft ETW Event Tracing for Windows
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-preview.6.21355.2
  • MSBuild Swagger OpenAPI code generation Web API service reference document
MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/71dd6b0c87d7619668a40876d084d93db57eab41
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-rc1-final
ASP.NET 5 caching abstractions.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft.Extensions.Configuration.Abstractions
  • 1 total downloads
  • Latest version: 1.0.0
  • configuration
Abstractions of key-value pair based configuration. Commonly used types: Microsoft.Extensions.Configuration.IConfiguration Microsoft.Extensions.Configuration.IConfigurationBuilder Microsoft.Extensions.Configuration.IConfigurationProvider Microsoft.Extensions.Configuration.IConfigurationRoot Microsoft.Extensions.Configuration.IConfigurationSection