StrongNamer
by: Daniel Plaisted
- 437 total downloads
- Latest version: 0.2.5
Strong Namer will automatically add strong names to referenced assemblies which do not already have a strong name.
Swashbuckle.AspNetCore
by: domaindrivendev
- 2.053k total downloads
- Latest version: 7.1.0
Swagger tools for documenting APIs built on ASP.NET Core
Syncfusion.Licensing
by: Syncfusion Inc.
- 4.172k total downloads
- Latest version: 20.4.0.54
Syncfusion licensing is a .NET library for validating the registered Syncfusion license in an application at runtime. The Syncfusion license must be registered in an application when using the Syncfusion evaluation build or NuGet package assemblies.
Documentation: https://help.syncfusion.com/common/essential-studio/licensing/license-key?utm_source=nuget&utm_medium=listing
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion�s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
� Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
System.Buffers
by: Microsoft
- 2.202k total downloads
- Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently.
Commonly Used Types:
System.Buffers.ArrayPool<T>
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
When using NuGet 3.x this package requires at least version 3.4.
Swashbuckle
by: Richard Morris
- 28 total downloads
- Latest version: 5.6.0
Seamlessly adds a Swagger to WebApi projects!
StyleCop.Analyzers
by: Sam Harwell et. al.
- 1.338k total downloads
- Latest version: 1.2.0-beta.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
SshNet.Security.Cryptography
by: Renci
- 89 total downloads
- Latest version: 1.3.0
Cryptographic functions for .NET
System.Binary
by: Microsoft Corporation
- 24 total downloads
- Latest version: 0.1.0-alpha-001
Non-allocating ninary reader and writer
Stripe.net
by: Jayme Davis
- 114 total downloads
- Latest version: 5.3.0
A .net client for http://stripe.com
summernote.editor
by: Summernote
- 14 total downloads
- Latest version: 0.8.10
Summernote is a JavaScript library that helps you create WYSIWYG editors online.
Home page: https://summernote.org
Summernote is available under the MIT license.
StyleCop.Analyzers.Unstable
by: Sam Harwell et. al.
- 390 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Svg
by: mrbean-bremen davescriven jvenema owaits ddpruitt Ralf1108 Tebjan Halm and others
- 387 total downloads
- Latest version: 2.4.3
Public fork of the C# SVG rendering library on codeplex: https://svg.codeplex.com/
This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.
So please feel free to fork it and open pull requests for any fix, improvement or feature you add.
License: Microsoft Public License: https://svg.codeplex.com/license
SQLitePCLRaw.provider.e_sqlite3.netstandard11
by: Eric Sink et al
- 427 total downloads
- Latest version: 1.1.14
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
System.Collections
by: Microsoft
- 99 total downloads
- Latest version: 4.0.10-beta-22816
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
Commonly Used Types:
System.Collections.Generic.List<T>
System.Collections.Generic.Dictionary<TKey, TValue>
System.Collections.Generic.Queue<T>
System.Collections.Generic.Stack<T>
System.Collections.Generic.HashSet<T>
System.Collections.Generic.LinkedList<T>
System.Collections.Generic.EqualityComparer<T>
System.Collections.Generic.Comparer<T>
System.Collections.Generic.SortedDictionary<TKey, TValue>
System.Buffers.Primitives
by: Microsoft Corporation
- 20 total downloads
- Latest version: 0.1.0-alpha-001
Slices of arrays and buffers
System.AppContext
by: Microsoft
- 80 total downloads
- Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data.
Commonly Used Types:
System.AppContext
StackExchange.Redis
by: Stack Exchange inc. marc.gravell
- 425 total downloads
- Latest version: 1.0.247
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
SuperSocket.WebSocket
by: Kerry Jiang
- 74 total downloads
- Latest version: 1.6.6.1
WebSocket server implementation base on SuperSocket. It is just the same codebase with SuperWebSocket but has different assembly name and namespace.
SuperSocket.ProtoBase
by: Kerry Jiang
- 186 total downloads
- Latest version: 1.7.0.17
It is a network protocol resolving library which can be used in both server and client
SuperSocket
by: Kerry Jiang
- 648 total downloads
- Latest version: 2.0.2
SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.