System.Threading.Tasks.Extensions
by: Microsoft
- 3.681k total downloads
- Latest version: 4.5.1
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
7ee84596d92e178bce54c986df31ccc52479e772
System.Text.Encodings.Web
by: Microsoft
- 9.31k total downloads
- Latest version: 8.0.0
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL).
Commonly Used Types:
System.Text.Encodings.Web.HtmlEncoder
System.Text.Encodings.Web.UrlEncoder
System.Text.Encodings.Web.JavaScriptEncoder
TencentCloudSDK
by: Tencent Cloud API Team
- 3.952k total downloads
- Latest version: 3.0.1041
Tencent Cloud API 3.0 SDK for .NET
Tencent.QCloud.Cos.Sdk
by: Tencent
- 3.873k total downloads
- Latest version: 5.4.38
Tencent Cloud COS(Cloud Object Service) .Net SDK
System.Text.Encoding.CodePages
by: Microsoft
- 2.651k total downloads
- Latest version: 5.0.0
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
When using NuGet 3.x this package requires at least version 3.4.
TencentCloudSDK.Common
by: Tencent Cloud API Team
- 608 total downloads
- Latest version: 3.0.1041
Tencent Cloud API 3.0 SDK for .NET
TencentCloudSDK.Sms
by: Tencent Cloud API Team
- 596 total downloads
- Latest version: 3.0.1041
Tencent Cloud API 3.0 SDK for .NET
System.Text.Encoding.Extensions
by: Microsoft
- 3.497k total downloads
- Latest version: 4.0.11
Provides support for specific encodings, including ASCII, UTF-7, UTF-8, UTF-16, and UTF-32.
Commonly Used Types:
System.Text.UTF8Encoding
System.Text.UnicodeEncoding
System.Text.ASCIIEncoding
System.Text.UTF7Encoding
System.Text.UTF32Encoding
When using NuGet 3.x this package requires at least version 3.4.
System.Text.RegularExpressions
by: Microsoft
- 3.488k total downloads
- Latest version: 4.1.0
Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression engine.
Commonly Used Types:
System.Text.RegularExpressions.Regex
System.Text.RegularExpressions.RegexOptions
System.Text.RegularExpressions.Match
System.Text.RegularExpressions.Group
System.Text.RegularExpressions.Capture
System.Text.RegularExpressions.MatchEvaluator
When using NuGet 3.x this package requires at least version 3.4.
System.Xml.ReaderWriter
by: Microsoft
- 3.457k total downloads
- Latest version: 4.0.11
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.
System.Threading
by: Microsoft
- 3.46k total downloads
- Latest version: 4.0.11
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.Xml.XDocument
by: Microsoft
- 3.455k total downloads
- Latest version: 4.0.11
Provides the classes for Language-Integrated Query (LINQ) to Extensible Markup Language (XML). LINQ to XML is an in-memory XML programming interface that enables you to modify XML documents efficiently and easily.
Commonly Used Types:
System.Xml.Linq.XElement
System.Xml.Linq.XAttribute
System.Xml.Linq.XDocument
System.Xml.Linq.XText
System.Xml.Linq.XNode
System.Xml.Linq.XContainer
System.Xml.Linq.XComment
System.Xml.Linq.XObject
System.Xml.Linq.XProcessingInstruction
System.Xml.Linq.XDocumentType
When using NuGet 3.x this package requires at least version 3.4.
System.Threading.Tasks
by: Microsoft
- 3.456k total downloads
- Latest version: 4.0.11
Provides types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.Task<TResult>
System.Runtime.CompilerServices.TaskAwaiter<TResult>
System.Threading.Tasks.TaskCompletionSource<TResult>
System.Threading.Tasks.Task
System.OperationCanceledException
System.AggregateException
When using NuGet 3.x this package requires at least version 3.4.
System.Text.Json
by: Microsoft
- 3.767k total downloads
- Latest version: 8.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.
Ulid
by: Cysharp
- 4.032k total downloads
- Latest version: 1.3.3
Fast .NET Standard(C#) Implementation of ULID.
YamlDotNet
by: Antoine Aubry
- 1 total downloads
- Latest version: 16.3.0
YamlDotNet is a .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument. A serialization library is also included that allows to read and write objects from and to YAML streams.