Lussatite.FeatureManagement.SessionManagers.SqlClient
1.6.3
dotnet add package Lussatite.FeatureManagement.SessionManagers.SqlClient --version 1.6.3
NuGet\Install-Package Lussatite.FeatureManagement.SessionManagers.SqlClient -Version 1.6.3
<PackageReference Include="Lussatite.FeatureManagement.SessionManagers.SqlClient" Version="1.6.3" />
paket add Lussatite.FeatureManagement.SessionManagers.SqlClient --version 1.6.3
#r "nuget: Lussatite.FeatureManagement.SessionManagers.SqlClient, 1.6.3"
// Install Lussatite.FeatureManagement.SessionManagers.SqlClient as a Cake Addin
#addin nuget:?package=Lussatite.FeatureManagement.SessionManagers.SqlClient&version=1.6.3
// Install Lussatite.FeatureManagement.SessionManagers.SqlClient as a Cake Tool
#tool nuget:?package=Lussatite.FeatureManagement.SessionManagers.SqlClient&version=1.6.3
Lussatite.FeatureManagement.SessionManagers.SqlClient
Classes which help interface Microsoft SQL Server with a SqlSessionManager.
SQLServerSessionManagerSettings
Default implementations of the SQL commands needed to interface Microsoft SQL Server with a SqlSessionManager.
SQLServerPerGuidSessionManagerSettings
Default implementations of the SQL commands needed to interface Microsoft SQL Server with a SqlSessionManager. This implementation adds the concept of per-GUID feature settings by adding a UserGuid column to the database table. The GUID might be related to a user, a role, a group, or whatever the needs are.
Note that because of how ISessionManager
works, you must register/create a new settings object and associated SqlSessionManager / CachedSqlSessionManager for each GUID that you are tracking. That will generally mean that the SQL ISessionManager
must be registered as scoped.
If you use the CachedSqlSessionManager, you can pass in an application's global (singleton) LazyCache IAppCache object to get caching across requests and better performance. The cache keys used to store the GUID's feature value include both the feature name and GUID and the underlying schema/table name.
Target
- .NET Standard 2.0
References
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Lussatite.FeatureManagement.SessionManagers (>= 1.6.3)
- System.Data.SqlClient (>= 4.8.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Lussatite.FeatureManagement.SessionManagers.SqlClient:
Package | Downloads |
---|---|
RimDev.AspNetCore.FeatureFlags
A library for strongly typed feature flags in .NET Standard 2.0. |
GitHub repositories
This package is not used by any popular GitHub repositories.