SQLitePCLRaw.core
by: Eric Sink et al
- 79 total downloads
- Latest version: 1.1.14
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider(). Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.ios
by: Eric Sink
- 39 total downloads
- Latest version: 2.1.11
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.linux
by: Eric Sink D. Richard Hipp et al
- 68 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.osx
by: Eric Sink D. Richard Hipp et al
- 71 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v110
by: Eric Sink D. Richard Hipp et al
- 72 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v110_wp80
by: Eric Sink D. Richard Hipp et al
- 71 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v110_xp
by: Eric Sink D. Richard Hipp et al
- 86 total downloads
- Latest version: 1.1.15
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v120
by: Eric Sink D. Richard Hipp et al
- 71 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v120_wp81
by: Eric Sink D. Richard Hipp et al
- 69 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v140
by: Eric Sink D. Richard Hipp et al
- 70 total downloads
- Latest version: 1.1.14
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.provider.e_sqlite3.netstandard11
by: Eric Sink et al
- 67 total downloads
- Latest version: 1.1.14
A SQLitePCL.raw 'provider' bridges the gap between SQLitePCLRaw.core and a particular instance of the native SQLite library. Install this package in your app project and call SQLitePCL.raw.SetProvider(new SQLitePCL.SQLite3Provider_e_sqlite3()); Depending on the platform, you may also need to add one of the SQLitePCLRaw.lib.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.
SqlTableDependency
by: Christian Del Bianco
- 14 total downloads
- Latest version: 7.5.0
SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server.
This class allows you to create a dependency to detect changes on a database table. Every change will trigger a notification messages contains values for the updated, inserted or deleted record, avoid you to execute a further select to update your application data.
If you want to use record change notifications without paying attention to the underlying Service Broker infrastructure, the SqlTableDependency class is your choice.
The SqlTableDependency class represents a notification dependency between an application and a SQL Server Table. When you use SqlTableDependency to get notifications, this componenet provides the low-level implementation creating the Queue and Service Broker.
In this way SqlTableDependency class provides access to notifications without knowing anything about the underlying Service Broker infrastructure. Once a record change happens, SqlTableDependency's event subscribers are notified.
SSH.NET
by: Renci
- 46 total downloads
- Latest version: 2020.0.2
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism and with broad framework support.
SshNet.Security.Cryptography
by: Renci
- 12 total downloads
- Latest version: 1.3.0
Cryptographic functions for .NET
StackExchange.Redis
by: Stack Exchange Inc. marc.gravell
- 92 total downloads
- Latest version: 1.2.6
High performance Redis client, incorporating both synchronous and asynchronous usage.
StackExchange.Redis.StrongName
by: Stack Exchange Inc. marc.gravell
- 33 total downloads
- Latest version: 1.2.6
High performance Redis client, incorporating both synchronous and asynchronous usage.
Storage.Net
by: Ivan Gavryliuk (@aloneguid)
- 871 total downloads
- Latest version: 9.0.2
Storage.Net abstracts storage implementation like blobs, tables and messages from the .NET Application Developer. It's aimed to provide a generic interface regardless on which storage provider you are using. It also provides both synchronous and asynchronous alternatives of all methods and implements it to the best effort possible. Supports .NET 4.5.1 and .NET Standard 1.6.
StrawberryShake.Blazor
by: ChilliCream authors and contributors
- 323 total downloads
- Latest version: 16.0.0-p.4.4
StrawberryShake GraphQL Client for Blazor.
StreamJsonRpc
by: Microsoft
- 81 total downloads
- Latest version: 2.1.33-alpha
A cross-platform .NET portable library that implements the JSON-RPC wire protocol and can use System.IO.Stream or WebSocket so you can use it with any transport.
Stripe.net
by: Stripe Jayme Davis
- 1.14k total downloads
- Latest version: 34.26.0
Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for the Stripe API. (Official Library)