MathNet.Numerics.Signed
by: Christoph Ruegg Marcus Cuda Jurgen Van Gael
- 13 total downloads
- Latest version: 4.15.0
Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net Framework 4.0 or higher and .Net Standard 1.3 or higher, on Windows, Linux and Mac. This package contains strong-named assemblies for legacy use cases (not recommended).
Microsoft.AspNetCore.Components.Analyzers
by: Microsoft
- 21 total downloads
- Latest version: 3.0.0-preview5-19227-01
Roslyn analyzers for ASP.NET Core Components.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/5502cf46706a25c39ce78a57b9191714c0eb40c2
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 15 total downloads
- Latest version: 3.0.0
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Mongo2Go
by: Johannes Hoppe and many contributors
- 21 total downloads
- Latest version: 3.1.1
Mongo2Go is a managed wrapper around the latest MongoDB binaries. It targets .NET Standard 2.1.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v4.4.4 for Windows, Linux and macOS.
Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests)
2. Providing a quick to set up MongoDB database for a local developer environment
MongoDB.Driver.Core
by: vincentkam dmitry_lukyanov rstam craiggwilson
- 10 total downloads
- Latest version: 2.11.5
Core Component of the Official MongoDB .NET Driver.
NCrontab
by: Atif Aziz
- 14 total downloads
- Latest version: 3.3.3
NCrontab is crontab for all .NET runtimes supported by .NET Standard 1.0. It provides parsing and formatting of crontab expressions as well as calculation of occurrences of time based on a schedule expressed in the crontab format.
NEST.Signed
by: Martijn Laarman and contributors
- 7 total downloads
- Latest version: 0.11.7
Elasticsearch client, strongly typed interface to Elasticsearch but also comes with great low level support.
NETStandard.Library
by: Microsoft
- 9 total downloads
- Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
NewLife.Core
by: 新生命开发团队
- 20 total downloads
- Latest version: 8.11.2021.1204
核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪
NewLife.Net
by: 新生命开发团队
- 24 total downloads
- Latest version: 4.3.2023.806
网络通讯基础框架及各种协议实现。旧版NET45请找2021年
NPOI
by: Tony Qu Antony Phil Rykoff
- 12 total downloads
- Latest version: 2.1.3.1
Neuzilla is the studio behind NPOI. For detail, you can check http://blog.neuzilla.com
Neuzilla provides onsite/offsite hand-on training, troubleshooting and software customization. For details, please contact support@neuzilla.com
This project is the .NET version of POI from Apache Foundation. NPOI can read and write xls (Excel 97-2003), xlsx(Excel 2007+) and docx(Word 2007+)
NSubstitute.Analyzers.CSharp
by: Tomasz Podolak NSubstitute.Analyzers contributors
- 8 total downloads
- Latest version: 1.0.15
Provides diagnostic analyzers to warn about incorrect usage of NSubstitute in C#.
NuGet.Frameworks
by: Microsoft
- 22 total downloads
- Latest version: 5.11.0
NuGet's understanding of target frameworks.
NUglify
by: Ron Logan Alexandre Mutel Andrew Bullock
- 98 total downloads
- Latest version: 1.21.0
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET
Owin
by: OWIN startup components contributors
- 11 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
Portable.BouncyCastle
by: Claire Novotny
- 41 total downloads
- Latest version: 1.9.0
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Remotion.Linq
by: rubicon IT GmbH
- 25 total downloads
- Latest version: 2.2.0
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages.
Key features:
- Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax)
- Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...)
- Provides basic infrastructure for backend development (e.g. SQL generation)
- Provides a framework for user-defined query extensions and transformations
RestSharp
by: RestSharp Community
- 22 total downloads
- Latest version: 105.2.3
Simple REST and HTTP API Client
Scriban
by: Alexandre Mutel
- 66 total downloads
- Latest version: 5.10.0
Scriban is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates.
SharpCompress
by: Adam Hathcock
- 11 total downloads
- Latest version: 0.23.0
SharpCompress is a compression library for NET Standard 1.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.