Recent updates to the TMS BIZ ecosystem (including the core libraries) have focused on enhancing developer productivity and expanding platform support:
TMS Software offers several licensing options for their products. Regarding :
The v11511 "Full Source Exclusive" changes the rules entirely. tms business core library v11511 with full source exclusive
Licensing for TMS products is per-developer, with options for Single Developer, Small Team, and Site Licenses. For example, the subscription, which includes the BCL, is priced at €395 per developer , with a yearly renewal of €120. The source code for all included products, including the BCL, is part of the license. However, it is strictly prohibited to redistribute that source code, in part or in full.
The library is optimized for Embarcadero RAD Studio, supporting multi-platform deployment from a single codebase. Recent updates to the TMS BIZ ecosystem (including
The (often referred to as BIZ Core) is a foundational suite of libraries by TMS Software designed to streamline business logic development in Delphi for VCL, FMX, and WEB Core applications. This library serves as the shared engine powering major frameworks like TMS Aurelius (ORM), TMS XData (REST/JSON), and TMS Sparkle (HTTP client/server).
When a mysterious exception occurs deep within a database transaction or an ORM mapping cycle, a compiled binary leaves you guessing. With full source code, developers can trace execution lines directly into the heart of the TMS library, set breakpoints, inspect internal states, and pinpoint the exact root cause of an issue immediately. Customization and Overriding For example, the subscription, which includes the BCL,
Study world-class Delphi architecture to improve your own coding patterns. 🛠 Key Features in v11.5.1.1
Inject custom logging behaviors directly into the SQL generation pipeline.
Finally, summarize the importance of the full source and how it adds value beyond just the components, enabling customization and deeper integration within the user's existing systems. Make sure to highlight that while the example is simple, the library likely offers many more advanced features for complex scenarios.
public string Name get; set;