Syncfusion.Licensing
by: Syncfusion Inc.
- 2 total downloads
- Latest version: 28.2.5
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 2025 Syncfusion®, Inc. All Rights Reserved. The Syncfusion® Essential Studio® license and copyright applies to this distribution.
Syncfusion.Pdf.Net.Core
by: Syncfusion Inc.
- 1 total downloads
- Latest version: 28.1.36
The Syncfusion® Essential PDF is a .NET standard PDF library that enables your .NET core applications to read, write, and manipulate existing PDF documents. It has various features such table creation, PDF form creation and filling, digital signature, and advanced PDF encryption.
It also has various PDF manipulation features such as PDF compression, redaction, split and merge PDF, watermark, import and export PDF form data, replace or remove images, extract text and find text.
System.Configuration.ConfigurationManager
by: Microsoft
- 1 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
System.Data.SqlClient
by: Microsoft
- 1 total downloads
- Latest version: 4.6.0-preview2-26905-02
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
System.Data.SqlClient.SqlConnection
System.Data.SqlClient.SqlException
System.Data.SqlClient.SqlParameter
System.Data.SqlDbType
System.Data.SqlClient.SqlDataReader
System.Data.SqlClient.SqlCommand
System.Data.SqlClient.SqlTransaction
System.Data.SqlClient.SqlParameterCollection
System.Data.SqlClient.SqlClientFactory
cdaab0a8f64aaf6289582c4aa8cbeca18df991c1
When using NuGet 3.x this package requires at least version 3.4.
System.Interactive.Async
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 4.0.0-preview.6.build.801
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
System.IO.Packaging
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.3.21201.4
Provides classes that support storage of multiple data objects in a single container.
System.Management
by: Microsoft
- 2 total downloads
- Latest version: 8.0.0-preview.7.23375.6
Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure.
Commonly Used Types:
System.Management.ManagementClass
System.Management.ManagementObject
System.Management.SelectQuery
System.Net.WebSockets.WebSocketProtocol
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.4.20251.6
Provides the WebSocketProtocol class, which allows creating a websocket from a connected stream using WebSocketsProtocol.CreateFromConnectedStream.
Commonly Used Types:
System.Net.WebSockets.WebSocketProtocol
When using NuGet 3.x this package requires at least version 3.4.
System.Reflection.Context
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0
Provides CustomReflectionContext to enable customized reflection contexts.
System.Text.Encoding.CodePages
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.4.25258.110
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
System.Text.Json
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Threading
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides the fundamental synchronization primitives, including System.Threading.Monitor and System.Threading.Mutex, that are required when writing asynchronous code.
Commonly Used Types:
System.Threading.Monitor
System.Threading.SynchronizationContext
System.Threading.ManualResetEvent
System.Threading.AutoResetEvent
System.Threading.ThreadLocal<T>
System.Threading.EventWaitHandle
System.Threading.SemaphoreSlim
System.Threading.Mutex
When using NuGet 3.x this package requires at least version 3.4.
System.Threading.RateLimiting
by: Microsoft
- 2 total downloads
- Latest version: 9.0.9
APIs to help manage rate limiting.
Commonly Used Types:
System.Threading.RateLimiting.RateLimiter
System.Threading.RateLimiting.ConcurrencyLimiter
System.Threading.RateLimiting.TokenBucketRateLimiter
System.Threading.RateLimiting.RateLimitLease
System.Xml.ReaderWriter
by: Microsoft
- 3 total downloads
- Latest version: 4.3.1
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data.
Commonly Used Types:
System.Xml.XmlNodeType
System.Xml.XmlException
System.Xml.XmlReader
System.Xml.XmlWriter
System.Xml.IXmlLineInfo
System.Xml.XmlNameTable
System.Xml.IXmlNamespaceResolver
System.Xml.XmlNamespaceManager
System.Xml.XmlQualifiedName
When using NuGet 3.x this package requires at least version 3.4.
WindowsAzure.Storage
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0
This client library enables working with the Windows Azure storage services which include the blob service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/WindowsAzure/azure-storage-net/blob/master/README.md and https://github.com/WindowsAzure/azure-storage-net/blob/master/changelog.txt
Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
xunit.abstractions
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.0.1
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).
xunit.assert
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.4.1
Includes the assertion library from xUnit.net (xunit.assert.dll). Supports .NET Standard 1.1.
xunit.extensibility.execution
by: jnewkirk, bradwilson
- 1 total downloads
- Latest version: 2.5.2-pre.6
Includes xunit.execution.*.dll for extensibility purposes. Supports .NET 4.5.2 or later, and .NET Standard 1.1.