System.Speech
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-preview.5.21301.5
Provides types to perform speech synthesis and speech recognition.
Commonly Used Types
System.Speech.Synthesis.SpeechSynthesizer
System.Speech.Recognition.SpeechRecognizer
System.Text.Json
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0-rc.2.21480.5
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.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
System.Threading.AccessControl
by: Microsoft
- 1 total downloads
- Latest version: 11.0.0-preview.1.26104.118
Provides support for managing access and audit control lists for synchronization primitives.
Commonly Used Types:
System.Security.AccessControl.EventWaitHandleAccessRule
System.Security.AccessControl.EventWaitHandleAuditRule
System.Security.AccessControl.MutexAccessRule
System.Security.AccessControl.MutexAuditRule
System.Security.AccessControl.MutexSecurity
System.Security.AccessControl.SemaphoreAccessRule
System.Security.AccessControl.SemaphoreAuditRule
System.Security.AccessControl.SemaphoreSecurity
System.Threading.Channels
by: Microsoft
- 2 total downloads
- Latest version: 9.0.3
Provides types for passing data between producers and consumers.
Commonly Used Types:
System.Threading.Channel
System.Threading.Channel<T>
System.Threading.Tasks.Dataflow
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.1.23110.8
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.
Commonly Used Types:
System.Threading.Tasks.Dataflow.ActionBlock<TInput>
System.Threading.Tasks.Dataflow.BatchBlock<T>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.BatchedJoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.BroadcastBlock<T>
System.Threading.Tasks.Dataflow.BufferBlock<T>
System.Threading.Tasks.Dataflow.DataflowBlock
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2>
System.Threading.Tasks.Dataflow.JoinBlock<T1, T2, T3>
System.Threading.Tasks.Dataflow.TransformBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.TransformManyBlock<TInput, TOutput>
System.Threading.Tasks.Dataflow.WriteOnceBlock<T>
System.Threading.ThreadPool
by: Microsoft
- 1 total downloads
- Latest version: 4.0.10-beta-23123
Provides the System.Threading.ThreadPool class, which contains a pool of threads that can be used to execute tasks, post work items, wait on behalf of other threads, and process timers.
Commonly Used Types:
System.Threading.ThreadPool
System.Threading.WaitOrTimerCallback
Telegram.Bot
by: Wizou, tuscen, Poulad, RoundRobin
- 1 total downloads
- Latest version: 22.9.5-dev.5
This library gives you easy access to Telegram Bot API so you can start building useful bots for Telegram.
Release Notes:
Support style & emoji in tuple implicit conversion to (Inline)KeyboardButton
Testcontainers
by: Andre Hofmeister and contributors
- 1 total downloads
- Latest version: 2.2.0
Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Xamarin.Essentials
by: Microsoft
- 1 total downloads
- Latest version: 1.6.0-pre5
Xamarin.Essentials: a kit of essential API's for your apps
Xamarin.Firebase.iOS.Auth
by: Xamarin Inc.
- 1 total downloads
- Latest version: 4.0.0
C# bindings for Firebase APIs Auth iOS Library
xunit.assert
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.0.0-alpha-build2548
Includes the current assertion library from xUnit.net (xunit2.assert.dll).