VM
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides types that simplify the work of writing concurrent and asynchronous code.
Commonly Used...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.6.0
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#,...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.5.4
Provides additional types that simplify the work of writing concurrent and asynchronous code.
Commonly Used Types:
System.Threading.Tasks.ValueTask<TResult>
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
When...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides the System.Threading.Thread class, which allows developers to create and control a thread, set its priority, and get its state.
Commonly Used Types:
System.Threading.Thread
System.Threading.ThreadStart
System.Threading.ParameterizedThreadStart
When using NuGet 3.x this package requires...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
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
When using NuGet 3.x this...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides the System.Threading.Timer class, which is a mechanism for executing a method at specified intervals.
Commonly Used Types:
System.Threading.Timer
System.Threading.TimerCallback
When using NuGet 3.x this package requires at least version 3.4.
System.ValueTuple
by:
VM
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.5.0
Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.
Commonly Used Types:
System.ValueTuple
System.ValueTuple<T1>
System.ValueTuple<T1, T2>
System.ValueTuple<T1, T2, T3>
System.ValueTuple<T1, T2, T3, T4>
System.ValueTuple<T1, T2, T3, T4,...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides provides a fast, non-cached, forward-only way to read and write Extensible Markup Language (XML) data.
Commonly Used...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
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...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides an older in-memory Extensible Markup Language (XML) programming interface that enables you to modify XML documents. Developers should prefer the classes in the System.Xml.XDocument package.
Commonly Used...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides classes for serializing objects to the Extensible Markup Language (XML) and deserializing XML data to objects.
Commonly Used...
More information
System.Xml.XPath
by:
VM
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model.
Commonly Used...
More information
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.3.0
Provides extension methods that add System.Xml.XPath support to the System.Xml.XDocument package.
Commonly Used Types:
System.Xml.XPath.Extensions
System.Xml.XPath.XDocumentExtensions
When using NuGet 3.x this package requires at least version 3.4.
- 0 total downloads
- last updated 06.02.2022
- Latest version: 4.0.1
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package.
Commonly Used Types:
System.Xml.XPath.XmlDocumentExtensions
When using NuGet 3.x this package requires at least version 3.4.
- 0 total downloads
- last updated 06.02.2022
- Latest version: 1.0.2856
The package includes:
* Task<T> for executing asynchronous operations.
* Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary.
* PLINQ for writing parallel queries.
* additional Threading operations such as Barrier,SpinLock and SpinWait.
TaskScheduler
by:
VM
- 0 total downloads
- last updated 06.02.2022
- Latest version: 2.9.0
Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.
- 0 total downloads
- last updated 06.02.2022
- Latest version: 2017.2.503
UI for WPF is an enterprise-ready development suite of over 110+ UI controls for creating engaging, interactive user experiences for Windows desktop applications.