Splat
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 14.6.37
A library to make things cross-platform that should be.
sqlite-net-pcl
by: SQLite-net
- 1 total downloads
- Latest version: 1.9.172
SQLite-net is an open source and light weight library providing easy SQLite database storage for .NET, Mono, and Xamarin applications.
This version uses SQLitePCLRaw to provide platform independent versions of SQLite.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 1,054k total downloads
- Latest version: 3.0.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.bundle_green
by: Eric Sink
- 1 total downloads
- Latest version: 2.1.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.
SQLitePCLRaw.core
by: Eric Sink
- 1,057k total downloads
- Latest version: 3.0.2
SQLitePCLRaw 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().
SQLitePCLRaw.lib.e_sqlite3
by: Eric Sink
- 1,052k total downloads
- Latest version: 2.1.10
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.ios
by: Eric Sink
- 1 total downloads
- Latest version: 2.1.5
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.provider.e_sqlite3
by: Eric Sink
- 1,051k total downloads
- Latest version: 2.1.11
SQLitePCLRaw 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 'e_sqlite3', the SQLite builds provided with SQLitePCLRaw.
StackExchange.Redis
by: Stack Exchange, Inc., Marc Gravell, Nick Craver
- 8,205k total downloads
- Latest version: 2.9.25
High performance Redis client, incorporating both synchronous and asynchronous usage.
StreamJsonRpc
by: Microsoft
- 1,051k total downloads
- Latest version: 2.22.11
A cross-platform .NETStandard library that implements the JSON-RPC wire protocol and can use System.IO.Stream, System.IO.Pipelines or WebSocket so you can use it with any transport.
StructureMap
by: Jeremy D. Miller, Joshua Flanagan, Frank Quednau, Dmytro Dziuma
- 12 total downloads
- Latest version: 4.7.1
The Original IoC Container for .Net
StructureMap.MVC5
by: Web Advanced
- 3 total downloads
- Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver for ASP.NET MVC5. Does not work with 'ApiControllers', please add the Structuremap.WebAPI2 package if you need WebAPI support.
structuremap.web
by: Jeremy Miller
- 8 total downloads
- Latest version: 4.0.0.315
ASP.Net specific functionality for use with the StructureMap IoC container
StructureMap.WebApi2
by: Web Advanced
- 3 total downloads
- Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver.
structuremap.web-signed
by: Jeremy Miller
- 7 total downloads
- Latest version: 3.1.6.191
A strong named version of StructureMap.Web for shops that require signing
structuremap-signed
by: Jeremy Miller
- 3 total downloads
- Latest version: 3.1.9.463
A strong named version of StructureMap for shops that require signing
Sustainsys.Saml2
by: Sustainsys
- 839 total downloads
- Latest version: 2.10.0
SAML2 protocol support. Do not use directly, use the high level package for your platform.
Sustainsys.Saml2.AspNetCore2
by: Sustainsys
- 841 total downloads
- Latest version: 2.10.0
ASP.NET Core authentication handler for the SAML2 protocol, compatible with Asp.Net Core 2.X and 3.X
Swashbuckle.AspNetCore
by: domaindrivendev
- 7,324k total downloads
- Latest version: 10.1.7
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations
by: domaindrivendev
- 443 total downloads
- Latest version: 7.2.0
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger