System.Threading.Tasks.Dataflow
by: Microsoft
- 13 total downloads
- Latest version: 10.0.12
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.Windows.Extensions
by: Microsoft
- 5 total downloads
- Latest version: 10.0.12
Provides miscellaneous Windows-specific types
Commonly Used Types:
System.Security.Cryptography.X509Certificates.X509Certificate2UI
System.Security.Cryptography.X509Certificates.X509SelectionFlag
System.Xml.XPath.XmlDocument
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides extension methods that add System.Xml.XPath support to the System.Xml.XmlDocument package.
WindowsAzure.Storage
by: Microsoft
- 16 total downloads
- Latest version: 9.3.3
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/.
For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/.
This client library enables working with the Microsoft Azure storage services which include the blob and file 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/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Xamarin.Android.Support.v13
by: Xamarin Inc.
- 1 total downloads
- Latest version: 25.1.0-beta1
v13 Android Support Library C# bindings for Xamarin
Xamarin.Facebook.ShareKit.iOS
by: Microsoft
- 1 total downloads
- Latest version: 12.2.0.1
C# binding for Facebook ShareKit's official SDK
Xamarin.Firebase.iOS.CloudMessaging
by: Xamarin Inc.
- 1 total downloads
- Latest version: 1.2.2
C# bindings for Firebase APIs Cloud Messaging iOS Library
Xamarin.Firebase.iOS.DynamicLinks
by: Microsoft
- 2 total downloads
- Latest version: 8.10.0.1
C# bindings for Firebase APIs Dynamic Links iOS Library
Xamarin.Firebase.iOS.InstanceID
by: Microsoft
- 2 total downloads
- Latest version: 3.3.0
C# bindings for Firebase APIs Instance ID iOS Library
Xamarin.Firebase.iOS.Storage
by: Microsoft
- 1 total downloads
- Latest version: 2.1.1.1
C# bindings for Firebase APIs Storage iOS Library
xunit
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.3.0-beta2-build3683
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.analyzers
by: jnewkirk, bradwilson, marcind
- 1 total downloads
- Latest version: 1.24.0
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
xunit.core
by: James Newkirk, Brad Wilson
- 1 total downloads
- Latest version: 2.4.0-rc.1.build4038
Includes the libraries for writing unit tests with xUnit.net.