Tizen.NET.API4
by: Samsung Electronics
- 50 total downloads
- Latest version: 4.0.1.14152
Reference assemblies of Tizen .NET API Level 4.
Tizen.NET.API5
by: Samsung Electronics
- 109 total downloads
- Latest version: 5.0.0.14629
Reference assemblies of Tizen .NET API Level 5.
UnmanagedExports
by: Robert Giesecke
- 179 total downloads
- Latest version: 1.2.7
A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications.
That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++).
The nuget package is all you need. Just mark your methods with [DllExport] and build for x86, x64 or ia64.
Hints:
- You have to set your platform target to either x86, ia64 or x64. AnyCPU assemblies cannot export functions.
- The export name defaults to the method name and the calling convention to stdcall. If that's all what you want, you can just use [DllExport] without parameters.
- You cannot put your exports in generic types or export generic methods. (The CLR wouldn't know what type parameters to use)
upgrade-assistant
by: Microsoft
- 2.698k total downloads
- Latest version: 1.0.518
A tool to assist developers in upgrading .NET Framework and .NET applications to latest versions of .NET.
Utf8Json
by: neuecc
- 74 total downloads
- Latest version: 1.0.0
Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
Validation
by: Andrew Arnott
- 865 total downloads
- Latest version: 2.6.68
Method input validation and runtime checks that report errors or throw exceptions when failures are detected.
ValueTupleBridge
by: Nobuyuki Iwanaga
- 77 total downloads
- Latest version: 0.1.5
Backporting of System.ValueTuple for .NET 3.5.
Verify
by: https://github.com/VerifyTests/Verify/graphs/contributors
- 14.07k total downloads
- Latest version: 31.0.0-beta.1
Enables verification of complex models and documents.
Verify.Xunit
by: https://github.com/VerifyTests/Verify/graphs/contributors
- 12.709k total downloads
- Latest version: 31.0.0-beta.1
Enables verification of complex models and documents.
Waher.Networking.XMPP.Concentrator
by: Peter Waher
- 976 total downloads
- Latest version: 4.2.2
Implements the XMPP IoT concentrator as defined by the Neuro-Foundation (neuro-foundation.io). The concentrator interface allows a device to manage a set of internal virtual devices, all sharing the same XMPP connection.
WebSocket4Net
by: Kerry Jiang
- 1.261k 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
- 52 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.365k 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
- 2.345k 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.
- 154 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.
- 176 total downloads
- Latest version: 25.1.0-beta2
Compat Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.Core.UI
by: Xamarin Inc.
- 169 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.
- 142 total downloads
- Latest version: 25.1.0-beta2
Core Utils Android Support Library C# bindings for Xamarin
Xamarin.Android.Support.CustomTabs
by: Xamarin Inc.
- 145 total downloads
- Latest version: 25.1.0-beta2
Custom Tabs Android Support Library C# bindings for Xamarin