Found 27 packages
The PayPal Adaptive Payments SDK provides the following methods: Payments: Pay: Transfers funds from a sender's PayPal account to one or more receivers' PayPal accounts (up to 6 receivers) PaymentDetails: Obtains information about a payment created with the Pay API operation ExecutePayment: Executes a payment GetPaymentOptions: Obtain the settings specified with the SetPaymentOptions API operation SetPaymentOptions: Sets payment options Preapprovals: Preapproval: Sets up preapprovals, which is an approval to make future payments on the sender's behalf PreapprovalDetails: Obtains information about a preapproval CancelPreapproval: Cancels a preapproval Other Operations:Refund: Refunds all or part of a payment ConvertCurrency: Obtains the current foreign exchange (FX) rate for a specific amount and currency GetFundingPlans: Determines the funding sources that are available for a specified payment GetShippingAddresses: Obtains the selected shipping address
The PayPal Adaptive Accounts SDK provides the following methods: CreateAccount: Creates PayPal accounts. AddBankAccount: Link bank accounts to PayPal accounts as funding sources. AddPaymentCard: Link payment cards to PayPal accounts as funding sources SetFundingSourceConfirmed: Set the funding source to confirmed; they may set the account to PayPal Verified status. GetVerifiedStatus: Verify PayPal accounts by matching account holder criteria such as the account holder’s email address. Get User Agreement: The GetUserAgreement method lets you retrieve the user agreement for the customer to approve the new PayPal account.
AdaptiveMe Runtime Platform API Specification Libraries for .NET
This nuget package is the runtime/redistribuable part of the Visual Studio AdaptiveLINQ extension. AdaptiveLINQ provide the .QueryByCube(), IQueryable extension method. This will help you to build an analysis engine (without needed of any expensive OLAP technology). Define your cubes using the AdaptiveLINQ for Visual Studio extension. Combining with WCF Data Services or WebAPI, your analysis engine will be queryable using OData protocol.
This package contains all you need to define SBE messages and generate C# encoders and decoders. The readme file contains some basic information to get you up and running. For more details: https://github.com/real-logic/simple-binary-encoding
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.
A centralized utility for sending rich, configurable Adaptive Card messages to Microsoft Teams channels via a service bus, with environment-aware filtering and dynamic content generation.
Youbora adapter for AdaptiveMedia player
Efficient reliable UDP unicast, UDP multicast, and IPC transport protocol.
The MPEG-DASH encoding dotnet library! Making web native media encoding and packaging easy.
Agrona provides a library of data structures and utility methods that are a common need when building high-performance applications in .NET
This package contains all you need to define SBE messages and generate C# encoders and decoders. See https://github.com/real-logic/simple-binary-encoding for more detailed instructions
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.
A .NET implementation of adaptive text classification concepts inspired by the Adaptive Classifier research team. Provides production-ready inference with dual prediction mechanisms.
Aeron Media Driver for use with Aeron.Client.
A utility that sends Adaptive Card messages to Microsoft Teams via configured webhooks, handling channel routing, logging, and error responses including rate-limiting.
A small library to help create MessageCards and post them to a webhook. Useful in conjunction with Microsoft Teams for as long as Teams doesn't support AdaptiveCards for webhooks.
C# messages library for GDS using .NET 6.0
UWP helper library around Windows.Media.Streaming.Adaptive.AdaptiveMediaSource
Plugin.Maui.Theme is a lightweight library for managing themes in .NET MAUI applications. It enables dynamic switching of styles defined in ResourceDictionary without restarting the app. The core component, ThemeService, implemented as a singleton, handles theme registration, selection, and synchronization with the application's resource dictionaries. The library supports the ThemeChanged event, notifying subscribers when the active theme changes—making it ideal for building adaptive interfaces. Initialization can be done programmatically, with automatic detection of the currently active theme at launch and the ability to set a default style. All operations are thoroughly validated to prevent errors and ensure smooth integration.