TechAppForce
-
- 6,990 total downloads
- last updated 2/10/2026
- Latest version: 1.10.10
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,280 total downloads
- last updated 2/24/2026
- Latest version: 10.0.2
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,581 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,325 total downloads
- last updated 2/10/2026
- Latest version: 6.0.1
Official SDK for consuming TAF.CRUD microservice. v6.0.0: BREAKING - All CUD operations now return List<Guid> instead of mixed types (Guid for Insert/Update, int for Delete). ExecuteAsync, UpdateAsync,... More information -
- 3,293 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,027 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,006 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. -
- 940 total downloads
- last updated 12/8/2025
- Latest version: 1.0.0
TAF Infrastructure Redis Pub/Sub for result awaiting pattern -
- 424 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 -
- 344 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. -
- 296 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 -
- 268 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 -
- 77 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. -
- 46 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.