LeaderAnalytics.AdaptiveClient 5.0.1

dotnet add package LeaderAnalytics.AdaptiveClient --version 5.0.1                
NuGet\Install-Package LeaderAnalytics.AdaptiveClient -Version 5.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LeaderAnalytics.AdaptiveClient" Version="5.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LeaderAnalytics.AdaptiveClient --version 5.0.1                
#r "nuget: LeaderAnalytics.AdaptiveClient, 5.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LeaderAnalytics.AdaptiveClient as a Cake Addin
#addin nuget:?package=LeaderAnalytics.AdaptiveClient&version=5.0.1

// Install LeaderAnalytics.AdaptiveClient as a Cake Tool
#tool nuget:?package=LeaderAnalytics.AdaptiveClient&version=5.0.1                

Library and pattern for creating a scalable, loosely coupled service layer.  Build interdependent services that are granular and testable.  Inject a single client that allows the application to access the entire service layer.  Provision services across multiple providers and transports with almost zero application infrastructure.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on LeaderAnalytics.AdaptiveClient:

Package Downloads
LeaderAnalytics.Vyntix.Fred.StagingDb

Database schema for Fred staging database

LeaderAnalytics.Vyntix.Fred.Downloader

Fred Download services for Vyntix and related products

LeaderAnalytics.AdaptiveClient.EntityFrameworkCore

Utility classes and methods for using AdaptiveClient to work with DBContext and other Entity Framework Core objects. Build loosely coupled services, readily accessible via a lightweight façade. Easily build your service layer to use multiple providers (MSSQL, MySQL, SQLite) with no additional infrastructure. Use connection string objects to as keys to resolve specific implementations of DbContext for migrations and testing.

LeaderAnalytics.AdaptiveClient.Utilities

Utilities for AdaptiveClient

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.1 160 11/30/2024

See Repository