Change the repository type filter
All
Repositories list
5 repositories
ApexLINQ
PublicApexLINQ is a high-performance Salesforce Apex library that brings LINQ-style querying, filtering, sorting, rollup, and transformation to SObject and custom object lists. Write expressive, efficient, and readable data operations with a fluent, chainable API.ApexTriggerHandler
PublicApex Trigger Handler is a modern Salesforce Apex trigger framework for clean, scalable automation. Register handlers with code or metadata, control execution flow, and enable or disable triggers easily. Boost productivity and code quality for all your Salesforce projects.ApexDI
PublicLightweight dependency injection framework for Salesforce Apex, inspired by .NET Core. Supports modular service registration, custom metadata-based service registry, factories, and test-friendly design. Build scalable, maintainable, and decoupled Apex applications.ApexQuery
PublicApexQuery is a modern, type-safe SOQL query builder for Salesforce Apex. Write dynamic, readable, and maintainable queries with powerful chaining, composition, and function support—no more string concatenation or error-prone manual SOQL!ApexTestKit
Public