WebSocket4Net
by: Kerry Jiang
- 1.144k total downloads
- Latest version: 0.15.2
WebSocket4Net is a .NET websocket client implemtation. It originates from SuperWebSocket WebSocket Client. For better developing of the websocket client, it was separated from SuperWebSocket and was renamed to WebSocket4Net.
WebSocketSharp-netstandard
by: sta
- 45 total downloads
- Latest version: 1.0.1
websocket-sharp provides the WebSocket protocol client and server.
It supports:
- RFC 6455
- WebSocket Client and Server
- Per-message Compression extension
- Secure Connection
- HTTP Authentication (Basic/Digest)
- Query String, Origin header and Cookies
- Connecting through the HTTP Proxy server
- .NET 3.5 or later (includes compatible)
WindowsAzure.Storage
by: Microsoft
- 3.013k 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/
WinSCP
by: Martin Prikryl
- 1.913k total downloads
- Latest version: 5.21.8
The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, FTP, WebDAV, S3 and SCP sessions.
The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which the basic scripting interface is too limited. The library is not a general purpose file transfer library. It particularly has a limited support for an interactive processing, and as such it is not well suited for use in GUI applications. For the same reason it is also difficult to use the assembly within a restricted environment like a web server, that limits or even restricts execution of external processes.
For documentation and examples of use, see project website.
The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.
Xamarin.Android.Support.Animated.Vector.Drawable
by: Xamarin Inc.
- 135 total downloads
- Latest version: 25.1.0-beta2
Animated Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Compat
by: Xamarin Inc.
- 156 total downloads
- Latest version: 25.1.0-beta2
Compat Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Core.UI
by: Xamarin Inc.
- 148 total downloads
- Latest version: 25.1.0-beta2
Core UI Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Core.Utils
by: Xamarin Inc.
- 128 total downloads
- Latest version: 25.1.0-beta2
Core Utils Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.CustomTabs
by: Xamarin Inc.
- 128 total downloads
- Latest version: 25.1.0-beta2
Custom Tabs Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Fragment
by: Xamarin Inc.
- 143 total downloads
- Latest version: 25.1.0-beta2
Fragment Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Media.Compat
by: Xamarin Inc.
- 141 total downloads
- Latest version: 25.1.0-beta2
Media Compat Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.v13
by: Xamarin Inc.
- 136 total downloads
- Latest version: 25.1.0-beta2
v13 Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.v4
by: Xamarin Inc.
- 136 total downloads
- Latest version: 25.1.0-beta2
v4 Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.v7.AppCompat
by: Xamarin Inc.
- 119 total downloads
- Latest version: 25.1.0-beta2
v7 AppCompat Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Vector.Drawable
by: Xamarin Inc.
- 547 total downloads
- Latest version: 25.1.0-beta2
Vector Drawable Android Support Library C# bindings for Xamarin
Xamarin.AndroidX.Migration
by: Microsoft
- 293 total downloads
- Latest version: 1.0.0-preview06
This package provides a set of tools and MSBuild tasks to aid in the migration from Android Support to Android X.
Xamarin.Build.Download
by: Microsoft
- 1.944k total downloads
- Latest version: 0.11.4
Support for downloading and unpacking archives when building MSBuild projects
XmlSchemaClassGenerator-beta
by: Michael Ganss
- 1.181k total downloads
- Latest version: 1.0.58
A console program and library to generate XmlSerializer compatible C# classes from XML Schema files.
xunit
by: jnewkirk bradwilson
- 13.529k total downloads
- Latest version: 2.9.3
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.abstractions
by: James Newkirk Brad Wilson
- 3.016k total downloads
- Latest version: 2.0.3
Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).