Article Iryna Mykhailova · Oct 30, 2018 11m read Caché eXTreme for .NET - direct access to globals from C# InterSystems states that Caché supports at least three data models – relational, object and hierarchical (globals). On can work with data presented in relational model in a program written on C# the same way one works with any other relational DB. To work with data presented by object model in C# one needs to use .NET Managed Provider or some kind or ORM. And starting with version 2012.2 one can work directly with globals (or use direct access to hierarchical data) via Caché eXTreme for .NET. #Caché #.NET 4 18 2 2.2K
Article Iryna Mykhailova · Sep 25, 2018 12m read Implementing concurrent access to shared resources using Semaphores If you’ve ever wondered whether there is a way to regulate access to resources in Caché, wonder no more. In version 2014.2 special classes were added that allow developers to work with semaphores. #Best Practices #Tips & Tricks #Tutorial #Caché 3 1 1 2.7K