SQLitePCLRaw.provider.internal
by: Eric Sink
- 238 total downloads
- Latest version: 2.1.11
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of '__Internal', which is the mechanism used for pinvoke with a static library on iOS.
SQLitePCLRaw.provider.sqlite3
by: Eric Sink
- 218 total downloads
- Latest version: 3.0.3
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'sqlite3', to reference the 'system' SQLite. One common use for this provider is to access the SQLite library provided with iOS.
SqlTableDependency
by: Christian Del Bianco
- 26 total downloads
- Latest version: 8.5.8
SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server. This class allows you to detect changes on a database table. Every change will send 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.
SshNet.Security.Cryptography
by: Renci
- 9 total downloads
- Latest version: 1.3.0
Cryptographic functions for .NET
StackExchange.Redis
by: Stack Exchange Inc. Marc Gravell Nick Craver
- 523 total downloads
- Latest version: 3.0.18-preview
High performance Redis client, incorporating both synchronous and asynchronous usage.
SteamKit2
by: SteamKit2
- 162 total downloads
- Latest version: 2.5.0
.NET library that aims to interoperate with the Steam network.
StreamExtended
by: honfika justcoding121
- 174 total downloads
- Latest version: 1.0.209-beta
SNI for SslStream.
Stripe.net
by: Stripe Jayme Davis
- 6.062k total downloads
- Latest version: 51.3.0-beta.1
Stripe.net is a sync/async client and portable class library for the Stripe API, supporting .NET Standard 2.0+, .NET Core 3.1+, and .NET Framework 4.6.1+. (Official Library)
Stub.System.Data.SQLite.Core.NetStandard
by: SQLite Development Team
- 10 total downloads
- Latest version: 1.0.119
The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.
StyleCop.Analyzers
by: Sam Harwell et. al.
- 304 total downloads
- Latest version: 1.2.0-beta.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
StyleCop.Analyzers.Unstable
by: Sam Harwell et. al.
- 103 total downloads
- Latest version: 1.2.0.556
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Superpower
by: Datalust Superpower Contributors Sprache Contributors
- 520 total downloads
- Latest version: 3.2.2-dev-00214
A parser combinator library for C#
Svg
by: davescriven jvenema mrbean-bremen H1Gdev Wiesław Šoltés owaits ddpruitt Ralf1108 Tebjan Halm and others
- 193 total downloads
- Latest version: 3.4.7
Public fork of the C# SVG rendering library on codeplex.
This started out as a minor modification to enable the writing of proper SVG strings. But now after almost two years we have so many fixes and improvements that we decided to share our current codebase to the public in order to improve it even further.
So please feel free to fork it and open pull requests for any fix, improvement or feature you add.
License: Microsoft Public License.
Svg.Animation
by: Wiesław Šoltés
- 28 total downloads
- Latest version: 5.0.0
Shared SVG animation runtime and host playback contracts.
Svg.Custom
by: Wiesław Šoltés
- 608 total downloads
- Latest version: 5.0.0
Custom build of the SVG rendering library.
Svg.Model
by: Wiesław Šoltés
- 721 total downloads
- Latest version: 5.0.0
An SVG rendering object model library.
Svg.SceneGraph
by: Wiesław Šoltés
- 29 total downloads
- Latest version: 5.0.0
Retained SVG scene graph core.
Swashbuckle.AspNetCore
by: domaindrivendev
- 418 total downloads
- Latest version: 7.1.0
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations
by: domaindrivendev
- 166 total downloads
- Latest version: 8.1.4
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger