TechAppForce
-
- 7,219 total downloads
- last updated 3/7/2026
- Latest version: 1.10.14
A comprehensive contract library that provides common models, interfaces, and data structures for the TAF Infrastructure ecosystem. This package contains shared DTOs, enums, base classes, and contract... More information -
- 6,407 total downloads
- last updated 3/5/2026
- Latest version: 10.0.3
Professional HTTP-based SDK for TAF Metadata Service. v10.0.0: Clean release - no caching dependencies. Features Clean Architecture, SOLID principles, explicit BusContext parameter support, comprehensive error... More information -
- 4,633 total downloads
- last updated 3/1/2026
- Latest version: 2.2.5
A comprehensive abstraction layer over MediatR and MassTransit that provides unified Command, Query, and Event handling patterns with support for both local (in-process) and distributed (message broker)... More information -
- 4,371 total downloads
- last updated 3/6/2026
- Latest version: 6.0.2
Official SDK for consuming TAF.CRUD microservice. v6.0.2: Added DatabaseClient/DatabaseAsyncClient for Stored Procedure and Function execution (SP/Fn). Fixed executor to use CommandType.StoredProcedure with... More information -
- 3,343 total downloads
- last updated 1/31/2026
- Latest version: 2.1.0
A common interface library for QueryHook functionality that provides a standardized contract for performing configured actions. Enables consistent implementation of query hook patterns across different services... More information -
- 1,037 total downloads
- last updated 1/10/2026
- Latest version: 1.1.4
Professional SDK for TAF Kibana logging and analytics platform. Features working create-log endpoint, fluent API, Clean Architecture, SOLID principles, comprehensive error handling with retry logic and... More information -
- 1,022 total downloads
- last updated 12/10/2025
- Latest version: 1.0.0
Centralized error handling infrastructure for TAF microservices. Provides global exception middleware, common exceptions, error factories, and consistent error response formatting. -
- 944 total downloads
- last updated 12/8/2025
- Latest version: 1.0.0
TAF Infrastructure Redis Pub/Sub for result awaiting pattern -
- 433 total downloads
- last updated 2/12/2026
- Latest version: 1.2.4
HTTP-based SDK for TAF FileManager Service. Provides BusContext extension methods for file operations. Features: context.GetImageAsync(path) for images, context.GetFileAsync(path, fileName) for file downloads,... More information -
- 349 total downloads
- last updated 12/29/2025
- Latest version: 1.0.2
Shared JWT authentication package for TAF microservices. Provides JWT bearer token authentication with standardized configuration and extension methods. -
- 313 total downloads
- last updated 2/20/2026
- Latest version: 1.0.1
Workflow Action abstractions, models, attributes, and helpers for TAF platform. Provides IWorkflowAction interface, ActionContext, ActionDefinition, ActionResult, and validation helpers for building workflow... More information -
- 277 total downloads
- last updated 12/30/2025
- Latest version: 1.0.0
Generic database connection resolution infrastructure for TAF platform. Provides pluggable connection resolvers (Config-based and Metadata-based) with caching support. Enables any microservice to resolve... More information -
- 79 total downloads
- last updated 3/1/2026
- Latest version: 1.0.0
Cross-service configuration management. Reads config from TABD_Settings via CRUD SDK, caches via ICacheService, and invalidates instantly via SettingsChangedEvent through MassTransit. -
- 47 total downloads
- last updated 3/2/2026
- Latest version: 1.0.0
Official SDK for consuming TAF Template rendering service over HTTP. Provides TemplateClient for calling the Template API. -
- 39 total downloads
- last updated 3/5/2026
- Latest version: 1.2.0
SDK for consuming TAF.CodeExecutor microservice. Supports QueryHook execution (single and batch) and WorkflowAction execution.