Newtonsoft.Json
by: James Newton-King
- 54 total downloads
- Latest version: 13.0.5-beta1
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 6 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
NJsonSchema
by: Rico Suter
- 846 total downloads
- Latest version: 11.6.1
JSON Schema reader, generator and validator for .NET
NJsonSchema.Annotations
by: Rico Suter
- 30 total downloads
- Latest version: 11.6.1
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration
by: Rico Suter
- 813 total downloads
- Latest version: 11.6.1
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.CSharp
by: Rico Suter
- 642 total downloads
- Latest version: 11.6.1
JSON Schema reader, generator and validator for .NET
NJsonSchema.CodeGeneration.TypeScript
by: Rico Suter
- 615 total downloads
- Latest version: 11.6.1
JSON Schema reader, generator and validator for .NET
NJsonSchema.NewtonsoftJson
by: Rico Suter
- 41 total downloads
- Latest version: 11.6.1
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml
by: Rico Suter
- 375 total downloads
- Latest version: 11.6.1
JSON Schema reader, generator and validator for .NET
NLog
by: Jarek Kowalski, Kim Christensen, Julian Verdurmen
- 144 total downloads
- Latest version: 6.2.0
NLog is a logging platform for .NET with rich log routing and management capabilities.
NLog supports traditional logging, structured logging and the combination of both.
Supported platforms:
- .NET 6, 7, 8, 9 and 10
- .NET Standard 2.0 and 2.1
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For integrating NLog with Microsoft.Extensions.Logging, check: https://www.nuget.org/packages/NLog.Extensions.Logging
For using NLog with ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
NonBlocking
by: Vladimir Sadov
- 26 total downloads
- Latest version: 2.1.2
Implementation of a lock-free dictionary on .Net
Included types:
=== NonBlocking.ConcurrentDictionary
Lock-free, wait-free implementation of a dictionary.
- has the same API as System.Collections.Concurrent.ConcurrentDictionary.
- No locks are taken during any operation including Get, Add, Remove, internal resizes etc...
- While multiple threads accessing NonBlocking dictionary will help each other in operations such as table resizing, there is no dependency on such behavior. If any thread get unscheduled or delayed for whatever reason, other threads will be able to make progress independently.
- NonBlocking dictionary scales linearly with the number of active threads if hardware permits.
On most operations NonBlocking dictionary is faster than Concurrent, especially in write-heavy scenarios.
Core algorithms are based on NonBlockingHashMap, written and released to the public domain by Dr. Cliff Click. A good overview could be found here: https://www.youtube.com/watch?v=HJ-719EGIts
=== Counter32
=== Counter64
Low-overhead scalable counters.
NSwag.Annotations
by: Rico Suter
- 622 total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AspNetCore
by: Rico Suter
- 648 total downloads
- Latest version: 14.7.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoader
by: Rico Suter
- 342 total downloads
- Latest version: 14.0.0-preview003
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration
by: Rico Suter
- 645 total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.CSharp
by: Rico Suter
- 500 total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.TypeScript
by: Rico Suter
- 445 total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Commands
by: Rico Suter
- 375 total downloads
- Latest version: 13.20.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core
by: Rico Suter
- 595 total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Core.Yaml
by: Rico Suter
- 391 total downloads
- Latest version: 14.7.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript